You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried adding a playlist with specific tracks, but what ends happening is that it seems to ignore the builder_level: track setting causing matches to add ALL tracks from matched artists instead of only the matched tracks.
Note that when using collections the issue doesn't reproduce there. When a collection is made, the builder_level is respected and only the selected tracks gets added to the collection. But I wanted to use a playlist since I don't want it visible to everyone.
Relevant Collection/Overlay/Playlist Definition
playlists:
sesh:
sync_mode: syncsync_to_users: ''libraries: musiccollection_order: custombuilder_level: trackplex_search:
any:
all:
- album_title.is: BUSHtrack_title.is: California Roll
- album_title.is: Caress your Soultrack_title.is: Australia Street
Result: the playlist contains hundreds of tracks instead of just 2 ❌
For comparison the following collection works and respects builder_level
collections:
sesh:
builder_level: trackplex_search:
any:
all:
- album_title.is: BUSHtrack_title.is: California Roll
- album_title.is: Caress your Soultrack_title.is: Australia Street
Result: the collection contains exactly 2 tracks ✔️
Logs
Looking at the logs, it clearly shows that kometa processes the playlist as Plex Artist Search instead of Plex Track Search. The logs also show an exception that's thrown which may be related or may be a separate issue (perhaps #2265?).
Version Number
2.1.0 (docker)
What branch are you on?
master
Describe the Bug
I've tried adding a playlist with specific tracks, but what ends happening is that it seems to ignore the
builder_level: track
setting causing matches to add ALL tracks from matched artists instead of only the matched tracks.Note that when using collections the issue doesn't reproduce there. When a collection is made, the builder_level is respected and only the selected tracks gets added to the collection. But I wanted to use a playlist since I don't want it visible to everyone.
Relevant Collection/Overlay/Playlist Definition
Result: the playlist contains hundreds of tracks instead of just 2 ❌
For comparison the following collection works and respects builder_level
Result: the collection contains exactly 2 tracks ✔️
Logs
Looking at the logs, it clearly shows that kometa processes the playlist as
Plex Artist Search
instead ofPlex Track Search
. The logs also show an exception that's thrown which may be related or may be a separate issue (perhaps #2265?).https://gist.github.com/paulo-erichsen/e0e7a87579573bd2dcf47f8b5f4819de
The text was updated successfully, but these errors were encountered: