Describe the Bug
plexapi.exceptions.NotFound: Unknown filter field "group" for libtype "track". Available filter fields: ['track.mood', ...
similar error is raised for key "having".
these two keys are part of the content url form pms when the playlist is the default smart playlist built by the server, namely "❤️ Tracks" and "Fresh ❤️"
Code Snippets
playlist_filters = playlist.filters() # parse filters
Playlist.create(
swerver,
playlist.title,
smart=playlist.smart,
filters=playlist_filters["filter"], # use the parsed filters
section=section,
) # will raise above error
Expected Behavior
no errors when the parsed filters are reused to build the playlist
Additional Context
the keys are as below
{'group': 'guid'}, {'having': 'min(album.originallyAvailableAt)'}
Operating System and Version
Windows 10 64-bit
Plex Media Server Version
1.32.7.7621
Python Version
3.11.0b1
PlexAPI Version
4.15.5
Describe the Bug
plexapi.exceptions.NotFound: Unknown filter field "group" for libtype "track". Available filter fields: ['track.mood', ...similar error is raised for key "having".
these two keys are part of the content url form pms when the playlist is the default smart playlist built by the server, namely "❤️ Tracks" and "Fresh ❤️"
Code Snippets
Expected Behavior
no errors when the parsed filters are reused to build the playlist
Additional Context
the keys are as below
{'group': 'guid'}, {'having': 'min(album.originallyAvailableAt)'}Operating System and Version
Windows 10 64-bit
Plex Media Server Version
1.32.7.7621
Python Version
3.11.0b1
PlexAPI Version
4.15.5