Kodi Community Forum
Update Info Sceens - 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: Neon (https://forum.kodi.tv/forumdisplay.php?fid=139)
+----- Thread: Update Info Sceens (/showthread.php?tid=99473)



Update Info Sceens - stoli - 2011-04-17

Updated TV Info Screens:
Image

Image

Image

Still working on Movies and then Music...


- tcman47 - 2011-04-17

holy crap, that looks great. Nod

Kaley :p


- adytum - 2011-04-17

Awesome!


Can the info screen be modified? - rcrowley - 2011-04-18

Is there any way to remove the display of the path in the info screen?


- Kallaide - 2011-04-18

Looks awesome!

I really love the new Get Artwork screen, although it's pointed out a few issues I have.

For some reason I can't seem to be able to download Posters or Banners. I also seem to not be able to download Landscapes or Clearart through the Settings Option for all TV Shows. The Logo finder seems to work all around.


- stoli - 2011-04-18

Kallaide Wrote:Looks awesome!

I really love the new Get Artwork screen, although it's pointed out a few issues I have.

For some reason I can't seem to be able to download Posters or Banners. I also seem to not be able to download Landscapes or Clearart through the Settings Option for all TV Shows. The Logo finder seems to work all around.

Update the AppData\Roaming\XBMC\addons\script.logo-downloader\default.py with this one: https://github.com/downloads/stoli/skin.neon/default.py. There is a bug in the one currently in the logo downloader addon.


- stoli - 2011-04-18

rcrowley Wrote:Is there any way to remove the display of the path in the info screen?

Sure - edit DialogVideoInfo.xml and look for the following entries (there are four occurrences of this exact code) and either comment out the section or remove it all together. Just be sure to make a copy of it as any updates will overwrite your changes.

Code:
<item>
    <label>$LOCALIZE[15311]</label>
    <label2>$INFO[ListItem.FilenameAndPath]</label2>
    <onclick>-</onclick>
    <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>

Thanks,


- Kallaide - 2011-04-18

stoli Wrote:Update the AppData\Roaming\XBMC\addons\script.logo-downloader\default.py with this one: https://github.com/downloads/stoli/skin.neon/default.py. There is a bug in the one currently in the logo downloader addon.

Wonderful! Thanks for the info

Great work too, if there's anything I can help you with just let me know.


- rcrowley - 2011-04-20

Perfect! Thanks!