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

Bug: Collections created by tmdb_collections operations are considered unmanaged #624

Closed
foux opened this issue Jan 18, 2022 · 0 comments · Fixed by #652
Closed

Bug: Collections created by tmdb_collections operations are considered unmanaged #624

foux opened this issue Jan 18, 2022 · 0 comments · Fixed by #652
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@foux
Copy link

foux commented Jan 18, 2022

Describe the Bug
When creating tmdb_collections using a library operations, those collections are considered unmanaged, where they should be managed.

As a result, if we set delete_unmanaged_collections: true for the same library, the collections will be created and then deleted at each run.

Relevant Collection Config

libraries:                                      # Library mappings must have a colon (:) placed after them
  Films:
    metadata_path:
      - file: config/movies/default.yml
      - file: config/movies/directors.yml
    operations:
      mass_trakt_rating_update: true
      delete_unmanaged_collections: false
      tmdb_collections:
        remove_suffix:
          - Collection
          - '- Saga'
        exclude_ids:
          - 11716
          - 750822
        template:
          minimum_items: 2
          tmdb_collection_details: <<collection_id>>
          collection_order: release
          collection_mode: hide_items

Plex Meta Manager Info

  • 1.15.0

Link to logs (required)
https://gist.github.com/foux/3d2e346e410b7cf4a6cd54f3a7ac18cf

@foux foux added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 18, 2022
@meisnate12 meisnate12 mentioned this issue Jan 25, 2022
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

Successfully merging a pull request may close this issue.

2 participants