2024-07-23, 16:36
(2024-07-23, 07:38)Mordred Wrote: Loving the recent changes, plus the new Roboto font! Looking excellent. The Event Log Settings shortcut is kinda genius. Weather widget also is super useful.
I've got two remaining issues that I would love to see fixed if possible:
I also mentioned previously that season fanart wasn't working properly. I might dig into Ronie's old codebase to see if I can figure out how to get that working again.
- The Recently Added Movies widget playlist(?) sorts the movies alphabetically as opposed to by date added. I assumed it had stopped working and wasn't adding new movies from the library, but it was they're just at the bottom of the list. Changing this to sort by date added (most recent first) would be a big improvement. The TV show episodes added version does do this correctly, so always the most recent shows in the library are shown at the top.
- I think Ronie might have broken this sometime between the version I was last using for Kodi 17, and whenever he stopped maintaining it, but pressing the shortcut for "next subtitle" while a movie was playing used to show a menu of all subtitles the film had and then you could easily scroll between them to select the one you want. Now next subtitle just goes to the next subtitle and it's impossible to tell if one is for SDH, forced, until you've selected it. This is kind of a big problem when you've got some film from a streaming site that has 25 different subtitle languages and you have to advance through each one because you hit the button to go from Forced to SDH because you couldn't understand a line of dialog.
Kodi seems to be ignoring the playlist order for a movie Smart Playlist sorted by dateadded so I added sortby and sortorder tags to the content path.
For the second thing, there is no button in the skin for "Next subtitle" but there is a Kodi action id for a keymap and Kodi core controls that. To select from multiple subtitles open the subtitle settings from the OSD button.
(2024-07-23, 07:42)kurai Wrote: EDIT:
Damnit - I happened to search the Git for media flag, looking for something else, and saw a reference to a pre-existing mediaflag.png that I must have skipped past it a hundred times in the file-tree without noticing.
This turns out to be @ronie 's original blank template frame and is, naturally, a much cleaner source.
*sigh* That's an hour of my life wrestling with image editing software I'll never get back. Aaaaaanyway ...
It's at ./media/mediaflag.png
What if I follow the studio icons and have the mediaflag.png underneath the source/codec/audio/whatever flag? Then they don't need to be "created", just use existing images and resize or scale them to the correct dimensions.
Might be able to use text for things like aspect ratio resolution if doesn't look too weird when cobbled together...