2023-11-26, 12:35
(2023-11-26, 12:01)C.O.D. Wrote: Hey @jurialmunkey,
thanks for fixing the video links. Except for the problem with AutoWidget, I'm pretty happy at the moment. Regarding the playing now display, I thought you wanted to keep the space reserved at the bottom right, hence the suggestion to display it next to the analog clock.
Anyway, thanks again
Yeah I had a look at AutoWidget but I couldn't figure out what it was doing exactly. I think it tries to read the SkinShortcuts config for the skin to figure out which widget groups it should be refreshing/caching versus what it shouldn't -- considering the skin doesn't use SkinShortcuts at all anymore, I guess it acts like it is being opened "normally" via the library instead of as a widget (at least that's what I assume happens).
Anyway, I realised I practically already have most of this functionality of merging lists in SkinVariables filter directory method -- I just needed to expose it via the GUI to make it a bit more user friendly.
In v0.4.8 you can now select a special shortcut called "SkinVariables Custom Filter" then you can select whichever video paths you want to merge. You also add some additional options for sorting the list according to different values, and some quick filtering/exclusion properties too (e.g. you can filter by genre = Animation and so on).
It should be relatively easy to use and it will output its saved config to the filename you choose in "kodi/userdata/addon_data/script.skinvariables/nodes/dynamic/" so that you can edit it further in a text editor if need be.