Skip to content
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

Merged
merged 8 commits into from
May 29, 2022

Commits on May 31, 2020

  1. Support playlists with reasonable performance

    Proof of concept. Does not support random access to playlist items using the Kodi GUI for some reason.
    anohren authored May 31, 2020
    Configuration menu
    Copy the full SHA
    4283aaa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    fd9834b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    5a06d7e View commit details
    Browse the repository at this point in the history
  2. Removing unavailable call to setIsFolder

    No such method on Kodi 17 and lower
    anohren authored May 23, 2022
    Configuration menu
    Copy the full SHA
    ce0d4f4 View commit details
    Browse the repository at this point in the history
  3. 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
    anohren authored May 23, 2022
    Configuration menu
    Copy the full SHA
    0c58d22 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Remove percent encoding of URL in queued items

    It seems youtube-dl accepts percent escaped URLs as input, and yt-dlp doesn't..?
    anohren authored May 24, 2022
    Configuration menu
    Copy the full SHA
    92d33fe View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Cleanup

    anohren authored May 25, 2022
    Configuration menu
    Copy the full SHA
    b50723b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Title field now unavailable in flat playlists

    The generic extractor no longer generates title fields
    anohren authored May 28, 2022
    Configuration menu
    Copy the full SHA
    c63eac8 View commit details
    Browse the repository at this point in the history