Which XML? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130) +----- Thread: Which XML? (/showthread.php?tid=107727) |
Which XML? - dsimages - 2011-08-15 Hey, lovin the night skin for about 4 months now. I was wanting to know which xml file(s) I would need to edit to change (remove) some of the text on the PAUSED screen. Movies- I would like to remove the movie title, year and studio from the left and the current time/finish time from the middle bottom. I would still leave the vignette texture. TV Show - Same as above. However I do use clearart for all tv shows so I would only like to make the edits if it doesn't brake the clearart. Movie Info - (while movie is playing) I would like to remove the same as above but keep the actual synopsis. - mcborzu - 2011-08-15 Pause= dialogpausebar.xml Movie Info - (while movie is playing) = dialogfullscreeninfo.xml Side note - Open up addon.xml, turn debugging to "true" and it'll tell you what window you're in, except for pause and movie info actually. Seems it show the parent window though... - dsimages - 2011-08-15 I have found the dialogfullscreen xml and got it the way I want it. However, I cannot find the dialogpausebar xml. I do not have that in my 720p folder. - mcborzu - 2011-08-15 dialogseekbar, actually - butchabay - 2011-08-15 dsimages Wrote:I have found the dialogfullscreen xml and got it the way I want it. However, I cannot find the dialogpausebar xml. I do not have that in my 720p folder. You're searching for: DialogSeekBar.xml - dsimages - 2011-08-15 Just wanted to check and see if I am doing this correctly. The code below is from the dialogseekbar xml and displays the Movie title when paused. I want to know if there is a better/easier way to remove this. I found out that removing the code complete will make the seekbar not work at all. I have removed the <textcolor>mainblue<textcolor> from the code. PHP Code: <control type="label"> - dsimages - 2011-08-15 ok, got everything working just by removing the textcolor. thanks for your help. I am going to start a new MOD thread with screenshots and file download. - stoli - 2011-08-15 The text is still going to be there, just with the default color. You are better off removing the whole section from <control type="label"> to </control>, including those labels. - dsimages - 2011-08-16 That was my first approach but I couldn't get either xml to work correctly. Thats probably because I only know enough to be dangerous. |