Kodi Community Forum
[MOD] Multiplex Season indicator for Flattened TV Shows - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [MOD] Multiplex Season indicator for Flattened TV Shows (/showthread.php?tid=51109)



[MOD] Multiplex Season indicator for Flattened TV Shows - Hitcher - 2009-05-16

For those of us who like to flatten our TV Shows but still known what season we're looking at.

Before -

Image

After -

Image

Open your Viewtype_Multiplex.xml and find both instances of
Code:
<label>$LOCALIZE[31433] $INFO[ListItem.Episode]</label>
and simply replace with
Code:
<label>$LOCALIZE[31433] $INFO[ListItem.Season].$INFO[ListItem.Episode]</label>



- Wuschelhead - 2009-05-16

Wow, that was quick!

Thank you very much... you guys know your way around the aeon code way better, this probably would have took me days to figure out Wink


- paul - 2009-05-16

nice one and i thought it could not be improved. you proved me wrongLaugh


- rflores2323 - 2009-05-19

what is the code to add the episodes on the thumbs?? It does show up for me at all? I am using the mod multiplex with video mod view.

Thanks