jurialmunkey / skin.arctic.fuse.2

Other
28 stars 8 forks source link

Back Button within Recommended movies takes back to widget. #64

Open adamosborne83 opened 1 day ago

adamosborne83 commented 1 day ago

Skin section

Widgets

Current Behavior

When i select a movie, and go to recommendation and click on info, when i click back up button it goes back to widget.

Expected Behavior

Just to go back once, so i can carry on scrolling recommended movies.

Steps To Reproduce

As shown in video

Screenshots and Additional Info

https://github.com/user-attachments/assets/39b4a3e9-4da7-43a3-8ba3-6369dbffa884

Checklist

jurialmunkey commented 20 hours ago

I can't do this because only one info dialog can be open at a time, so the script must close it to open the next info dialog.

The python Kodi interface only allows access to the info dialog objects that the script spawns (ie the ones it "owns"). It can't access the ones created by Kodi or another script. So there's no way to store the first dialog in memory to reopen on backtracking like with the others you open after.

adamosborne83 commented 4 hours ago

So guessing this is why never noticed before

https://github.com/jurialmunkey/skin.arctic.fuse.2/discussions/58#discussioncomment-10898047