You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Videos From My Subscriptions To Watch Later Causes Focus To Shift Down Two Places Instead Of One.
Videos are added by a key press which sends the following command:
RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=watch_later)
NB: adding to Watch Later via the Context Menu does not cause this problem (no shift of focus).
NB: This setup has worked correctly for a long time over previous generations of Kodi and the addon. It's not something that I have newly added.
Please provide any relevant information about your setup
Add-on Version: v7.1.1.3 (but this problem has existed for quite some time, sorry for not catching it immediately)
jmh2002
changed the title
Adding Videos From Subscriptions To Watch Later Causes Focus To Shift Sown Two Places Instead Of One
Adding Videos From Subscriptions To Watch Later Causes Focus To Shift Down Two Places Instead Of One
Dec 5, 2024
I changed line 58 as instructed above and this seems to have solved the problem 🙂
There is now NO change of focus at all after adding to Watch Later via a Keystroke & Command.
This now matches the behaviour when adding via the Context Menu so that seems reasonable as far as UI consistency is concerned.
This now matches the behaviour when adding via the Context Menu so that seems reasonable as far as UI consistency is concerned.
This is not really a solution though. The keymap behaviour was implemented to mimic Kodi behaviour where mapped actions on listitems in a listing, such as queing, would also cause the focus to shift down in the listing.
What the test does show is that the focus is not shifting twice, but that it is only happening once but moving down twice. No idea why this could be occuring, but can you try and see whether it moves down twice when using the default Estuary skin?
Adding Videos From My Subscriptions To Watch Later Causes Focus To Shift Down Two Places Instead Of One.
Videos are added by a key press which sends the following command:
RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=watch_later)
NB: adding to Watch Later via the Context Menu does not cause this problem (no shift of focus).
NB: This setup has worked correctly for a long time over previous generations of Kodi and the addon. It's not something that I have newly added.
Please provide any relevant information about your setup
Expected Behavior
Please describe the behavior you are expecting.
Focus should only shift down one place instead of two (or not even shift at all?).
Current Behavior
What is the current behavior?
Adding Videos From My Subscriptions To Watch Later Causes Focus To Shift Sown Two Places Instead Of One.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Log
Please include a complete debug log.
paste.kodi.tv/xenaqequmu.kodi
Additional Information
Please provide any additional information that may be helpful.
The text was updated successfully, but these errors were encountered: