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

Feature: Add source property to playlist items to support remote playlist entries #1335

Merged
merged 11 commits into from
Feb 17, 2024

Commits on Jan 8, 2024

  1. Add source property to Video

    A Playlist entry if added a remote server item has field "source" initialized with value like `server://<server_id>/com.plexapp.plugins.library`
    glensc authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1126ef4 View commit details
    Browse the repository at this point in the history
  2. Add source to Episode

    glensc authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    65aba84 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 error

    E261 at least two spaces before inline comment
    glensc committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    90da1ba View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Add source to Track

    glensc committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    c4c2d03 View commit details
    Browse the repository at this point in the history
  2. Add source to Photo

    glensc committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b439ea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Rename the field to sourceURI

    glensc committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3d7fd9e View commit details
    Browse the repository at this point in the history
  2. Update plexapi/audio.py

    Co-authored-by: JonnyWong16 <[email protected]>
    glensc and JonnyWong16 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    208de0d View commit details
    Browse the repository at this point in the history
  3. Update plexapi/photo.py

    Co-authored-by: JonnyWong16 <[email protected]>
    glensc and JonnyWong16 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    5153eeb View commit details
    Browse the repository at this point in the history
  4. Update plexapi/video.py

    Co-authored-by: JonnyWong16 <[email protected]>
    glensc and JonnyWong16 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b74ae99 View commit details
    Browse the repository at this point in the history
  5. Update plexapi/video.py

    Co-authored-by: JonnyWong16 <[email protected]>
    glensc and JonnyWong16 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    83d1586 View commit details
    Browse the repository at this point in the history
  6. Fix flake line length issue

    glensc committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    af4bfaa View commit details
    Browse the repository at this point in the history