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

playlist doesn't seem to respect builder_level on music library #2267

Open
paulo-erichsen opened this issue Oct 11, 2024 · 0 comments
Open
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@paulo-erichsen
Copy link

paulo-erichsen commented Oct 11, 2024

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

playlists:
  sesh:
    sync_mode: sync
    sync_to_users: ''
    libraries: music
    collection_order: custom
    builder_level: track
    plex_search:
      any:
        all:
          - album_title.is: BUSH
            track_title.is: California Roll
          - album_title.is: Caress your Soul
            track_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: track
    plex_search:
      any:
        all:
          - album_title.is: BUSH
            track_title.is: California Roll
          - album_title.is: Caress your Soul
            track_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?).

https://gist.github.com/paulo-erichsen/e0e7a87579573bd2dcf47f8b5f4819de

@paulo-erichsen paulo-erichsen added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants