SerpentDrago / skin.auramod

Auramod Skin for Kodi 18
83 stars 20 forks source link

Up Next addon not work #22

Open wsx79 opened 3 years ago

wsx79 commented 3 years ago

I try to use the version of the addon Up next (latest from Kodi official repo) but not working with series in my library. To reproduce:

Start series in library (or on web) wait for the end. Nothing happened, up next popup doesn't appair.

SerpentDrago commented 3 years ago

have you tried with other skin like stock skin ?

wsx79 commented 3 years ago

Yes. It work. I think it was not implemented in skin. As you can see here https://github.com/im85288/service.upnext/wiki/Skinners

We need some file

script-upnext-upnext.xml
script-upnext-upnext-simple.xml
script-upnext-stillwatching.xml
script-upnext-stillwatching-simple.xml

But they are not in skin. I don't know how to add but I think is a beautiful feature for skin.

SerpentDrago commented 3 years ago

it was my understanding thats only needed if the skin wants to change the look of its popups , the addon has built in ones . but i'll try giving it a look . I'll just reference how its done in Arctic Horizon , i think it works there .

To be clear your using matrix version on matrix right ?

sorry but this is going to be lower priority , but should be a simple enough fix though

wsx79 commented 3 years ago

Yes I have Matrix version of up Next (latest release). No problem Give a Look when you have time.

SerpentDrago commented 3 years ago

SO i tried just adding the xmls and it does work but not fully some elements of the overlay / upnext are missing or broken . It will take going though and making custom xmls to get this feature working . even using AH's xmls still has issues .

I will prob take AH's or AZ2's as a base and go from there . Goal is to replicate the ones used in my old seren theme . which are based on AH's .

Still low priority but i at least know basically what needs to be done . and besides adding fixed working xmls for auramod , nothing else needs modfication.