Uh oh!
There was an error while loading. Please reload this page.
Feature: Add librarySectionTitle for playlist items - #1461
Conversation
glensc
commented
Aug 31, 2024
This was already present on Also: What about |
JonnyWong16
commented
Aug 31, 2024
https://github.com/pkkid/python-plexapi/blob/master/plexapi%2Fvideo.py#L61 https://github.com/pkkid/python-plexapi/blob/master/plexapi%2Faudio.py#L74 Do those not work in playlists? |
This comment was marked as resolved.
This comment was marked as resolved.
glensc
commented
Sep 1, 2024
I know |
glensc
commented
Sep 1, 2024
Ok, misread, I see what you mean, Episode and Movie extend from Video class, so yes. they should work. |
JonnyWong16
commented
Sep 1, 2024
Github mobile app doesn't do permalinks. |
There is one problem, while assigning I've used such trickery for now: librarySectionTitle=p.librarySectionTitleifp.__dict__.get("librarySectionTitle") isnotNoneelseNoneor (easier to the eye) librarySectionTitle=p._data.attrib.get("librarySectionTitle") |
JonnyWong16
commented
Sep 1, 2024
Now that you bring it up, any action on a playlist item from a different server will fail (i.e. editing, playing, etc.) because of the incorrect |
glensc
commented
Sep 2, 2024
yes. removeItems fails with 404 errors, as it loads from wrong server. |
glensc
commented
Sep 2, 2024
building a proper |
Description
Similarly to #1335, add
librarySectionTitle, this is present on local playlist entries.The
sourceattribute should be onThe diff of local/remove items can be seen here:
Type of change
Please delete options that are not relevant.
Checklist: