jurialmunkey
jurialmunkey
I never delete anything. I think automated deletion is a bad and potentially disastrous idea. If you add local files you'll need to delete the corresponding strm files. Alternatively, use...
https://kodi.wiki/view/Add-on:Library_Node_Editor That's what you want. Basically make a separate node structure with rules to include only one source.
After thinking about it some more, even when splitting by node you might run into issues because I only take the first hit when looking for a match in the...
Hey sorry about the delay looking into this. How are you accessing the current playlist? Via remote button? Options button in skin? OSD controls?
Hmm, that's weird - it's working fine for me. I went into music, clicked a song in an album, opened the osd controls, choose the gear icon and then selected...
ListItem by itself refers to the currently focused item. The fullscreen widget never gets focus itself (only the buttons get focus which then control the widget which is the fanart...
> is there a way to change the cutoff length for the Info line? Sometimes with a longer info tag it gets cut off. `Includes_Viewtype.xml` ```xml 600 560 ``` >...
You'll see in this variable that there are two different infoline variables: https://github.com/jurialmunkey/skin.arctic.horizon/blob/matrix/1080i/Includes_Labels.xml#L83-L86 Basically when 56560 is available, it will use the variable that references that container otherwise it will...
> Ah thanks for explaining but I haven't fully grasped it. I understand you don't want to make it this way for the reasons above, but does this mean it...
You need to add the 56560 container to myvideonav. It can't use it if it doesn't exist. That's the whole point of the parent variable - if container 56560 exists...