-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support playlists with reasonable performance (proof of concept) #20
Commits on May 31, 2020
-
Support playlists with reasonable performance
Proof of concept. Does not support random access to playlist items using the Kodi GUI for some reason.
Configuration menu - View commit details
-
Copy full SHA for 4283aaa - Browse repository at this point
Copy the full SHA 4283aaaView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd9834b - Browse repository at this point
Copy the full SHA fd9834bView commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a06d7e - Browse repository at this point
Copy the full SHA 5a06d7eView commit details -
Removing unavailable call to setIsFolder
No such method on Kodi 17 and lower
Configuration menu - View commit details
-
Copy full SHA for ce0d4f4 - Browse repository at this point
Copy the full SHA ce0d4f4View commit details -
Preserve the optional extra parameters for every playlist item
If the plugin was called with extra parameters to control e.g. youtube-dl these are now preserved for every lazily resolved item in a playlist
Configuration menu - View commit details
-
Copy full SHA for 0c58d22 - Browse repository at this point
Copy the full SHA 0c58d22View commit details
Commits on May 24, 2022
-
Remove percent encoding of URL in queued items
It seems youtube-dl accepts percent escaped URLs as input, and yt-dlp doesn't..?
Configuration menu - View commit details
-
Copy full SHA for 92d33fe - Browse repository at this point
Copy the full SHA 92d33feView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b50723b - Browse repository at this point
Copy the full SHA b50723bView commit details
Commits on May 28, 2022
-
Title field now unavailable in flat playlists
The generic extractor no longer generates title fields
Configuration menu - View commit details
-
Copy full SHA for c63eac8 - Browse repository at this point
Copy the full SHA c63eac8View commit details