Kodi Community Forum
MediaFlags on TVShow and Season Level - 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)
+--- Thread: MediaFlags on TVShow and Season Level (/showthread.php?tid=114557)



MediaFlags on TVShow and Season Level - rufus99 - 2011-11-13

Hello,

I work on a mod of Pecinko's great Quartz-Skin. At the moment i am trying to add media flags to tvshow and season levels. the idea is, to see in library mode what qualitys (sd/hd) and languages each tvshow and season contain without going to episodelevel. i tried to retrieve such information from FilenameAndPath of the containing episodes. This works perfectly on episodelevel but not on seasons and tvshows.

Quote:<!-- p.e. for season level: language-english and quality-sd -->
<control type="image" description="Season Language Resolution EN-SD">
<posx>55r</posx>
<posy>20</posy>
<width>66</width>
<height>33</height>
<aspectratio>keep</aspectratio>
<texture>flagging/langres/en_sd.png</texture>
<visible>container.content(seasons) + [![substring(ListItem.Filename,720p) | substring(ListItem.Filename,1080p)] + [![substring(ListItem.Filename,.german.) | substring(ListItem.Filename,-german-) | substring(ListItem.Filename,.dl.) | substring(ListItem.Filename,-dl-)] | substring(ListItem.AudioLanguage,en)]]</visible>
</control>

Any idea to get it working would be great!!


- Hitcher - 2011-11-15

Because you're one or two levels above episodes you wont get any info.


- rufus99 - 2011-11-16

Hitcher Wrote:Because you're one or two levels above episodes you wont get any info.

i apprehended there is no possibility to get it working. but thank you anyway for your reply.