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

Feature Request: Ability auto update/sync labels from IMDb list without building a collection #609

Closed
qazero opened this issue Jan 13, 2022 · 1 comment · Fixed by #652
Closed
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@qazero
Copy link

qazero commented Jan 13, 2022

Is your feature request related to a problem? Please describe.
Currently Plex does not have a way to make private collections that are only visible to select users. Playlists can accomplish something similar but don't work well for TV Shows since it lists each individual episode instead of the TV Show. Labels seem to offer decent middle ground. While labels are still visible to all users, they will be hidden almost everywhere in the UI and only visible when trying to filter the items in the library view. However, the problem with using labels is that if an item is removed the the IMDB list, the label will still remain for that item in Plex. It would be nice if there were a way to keep item item labels in sync similar to collections and playlists.

Describe the solution you'd like
As per our discussion on Discord, please implement the ability to ensure labels remain in sync when an item is removed from an IMDB list without requiring a collection to be made.

Additional context
Sample config for the desired outcome mentioned above:

collections:
  Bryant's Willbum:
    imdb_list: https://www.imdb.com/list/ls530659964/
    sync_mode: sync
    build_collection: false
    smart_label: audience_rating.asc
@qazero qazero added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 13, 2022
meisnate12 added a commit that referenced this issue Jan 25, 2022
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 25, 2022
@meisnate12
Copy link
Member

so i added non_item_remove_label as an option

collections:
  Bryant's Willbum:
    imdb_list: https://www.imdb.com/list/ls530659964/
    build_collection: false
    item_label: Bryant's Willbum
    non_item_remove_label: Bryant's Willbum

but after reading your problem i have two other solutions for you

  1. You can actually restrict collections per use via sharing Labels which can also be added to the collection.
  2. You can also use PMM to make playlists and directly sync them to specific users no labels needed,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants