Uh oh!
There was an error while loading. Please reload this page.
Feature: Add source property to playlist items to support remote playlist entries - #1335
Conversation
A Playlist entry if added a remote server item has field "source" initialized with value like `server://<server_id>/com.plexapp.plugins.library`
glensc
commented
Jan 8, 2024
here's diff of keys local vs remote playlist entries. i guess some fields like titleSort rather vary on whether item has sort title set. --- pl-local-keys.json 2024-01-08 03:38:13+++ pl-remote-keys.json 2024-01-08 03:38:28@@ -6,17 +6,17 @@
"duration",
"guid",
"key",
- "librarySectionID", // local- "librarySectionKey", // local- "librarySectionTitle", // local+ "originalTitle", // remote
"originallyAvailableAt",
"playlistItemID",
"ratingKey",
+ "source", // remote
"studio",
"summary",
+ "tagline", // remote
"thumb",
"title",
+ "titleSort", // remote
"type",
- "updatedAt", // local
"year"
] |
E261 at least two spaces before inline comment
This is unforunate, this seems to conflict with History object: as apparently |
JonnyWong16
commented
Jan 8, 2024
What is a "remote playlist entry"? Do you mean on someone else's server? What is the Plex URL endpoint where we can see this |
glensc
commented
Jan 9, 2024
JonnyWong16
commented
Jan 9, 2024
The I need to think about what to do about the conflicting |
glensc
commented
Jan 14, 2024
glensc
commented
Jan 14, 2024
maybe add this new property with the name "remote_source"? |
JonnyWong16
commented
Feb 10, 2024
I think we name the attribute References: |
glensc
commented
Feb 11, 2024
Updated: 3d7fd9e |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
glensc
commented
Feb 11, 2024
no longer breaking change label |

Description
A Playlist entry if added a remote server item has field "source" initialized with value like
server://<server_id>/com.plexapp.plugins.libraryThe
sourceattribute should be onType of change
Please delete options that are not relevant.
Checklist: