(2023-05-21, 15:54)Buschel Wrote: Thanks for your input, Jeff. Where exactly do you use this formatting in the skin? For me it makes perfect sense to have exactly this format for the newly added episodes. The main info is the season and episode added. Even Kodi API gives this (season/episode) info as the default label when requesting it. For NowPlaying / playlist I tend to use the format where season/episode is added trailing after the show title.
The last one I came with up with:
https://abload.de/img/bildschirmfoto2023-0507c2r.png
As you know, my setup is a bit different since Mezzmo via the
Mezzmo Kodi addon populates the Kodi database. Because of that, Mezzmo and the Mezzmo Kodi addon provide 2 layers of abstraction between the Mezzmo and Kodi databases, giving tremendous flexibility. No skin changes are used to ensure maximum compatibility.
Here's how it woks. Mezzmo natively supports
numerous file naming standards for TV shows and such, including the 2.01 which I notice isn't in their documentation. Thus at the file level you can run whichever style you'd like to see in Kodi. Mezzmo translates the file name to the episode title which is sent to the Kodi client while tracking the actual underlying episode by series name, season and episode. In fact you can run multiple different file naming styles, even for the same series and Mezzmo and the addon will sort it out, including finding duplicate episodes. I have this very scenario where my OTA uses the S00E00 naming standard whereas when I rip series content from discs or downloads, I use the 2.01 format. I do that so I can easily tell which are ones I populated in the database vs. ones which the OTA recorded off the air (including simple things like OTA versions have commercials and 2.01 ones do not).
Here's what an episode
looks like in the Mezzmo GUI database editor. You can see the file name with the 2.01 naming standard. In
this example it is my last 100 played items which has both TV episode naming styles and movies all mixed together. When I look at it, I see the 2.01 style as more appealing. The counters on the left are a Mezzmo
Display Titles feature which allows Mezzmo to insert position numbers for playlists which are sensitive to certain sorting sequences. I can use it to also change the appearance on all clients by playlist and content type.. For instance on a normal playlist I might not want a position counter but maybe the release year for movies. In
this example I add the release year for movies and TV shows by Chadwick Boseman.
Hopefully this will help with some ideas.
Thanks,
Jeff