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

Defaults Collections with << >> variables not picked up by delete_collections operation #1904

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

Comments

@YozoraXCII
Copy link
Contributor

YozoraXCII commented Mar 3, 2024

Version Number

nightly34

What branch are you on?

nightly

Describe the Bug

There is an issue with the delete_collections operation where collections which contain <<``>> variables are not being seen as configured.

In this example, PMM has the collection as "Netflix Top <<limit>> and the final name of the built collection is Netflix Top 10.
When I then try to run a delete_collections operation the name is not matching because it is searching for Netflix Top <<limit>> as a string, which is not matched, so my actual Netflix Top 10 appears to be unconfigured.

This is repeatable across most (but not all) collections with variables in the name.

image

image

image

Relevant Collection/Overlay/Playlist Definition

libraries:
  Movies:
    collection_files:
      - pmm: streaming
      - pmm: content_rating_us
    operations:
      delete_collections:
        managed: true
        configured: true
        less: 99999

Logs

No response

@YozoraXCII YozoraXCII added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Mar 3, 2024
@YozoraXCII YozoraXCII changed the title [Nightly] Defaults Collections with << >> variables not picked up by delete_collections operation Defaults Collections with << >> variables not picked up by delete_collections operation Mar 3, 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