Kodi Community Forum

Full Version: [MOD] Multiplex Season indicator for Flattened TV Shows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
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
nice one and i thought it could not be improved. you proved me wrongLaugh
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