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

Add label attributes to collections #49

Closed
PleaseStopAsking opened this issue Feb 19, 2021 · 1 comment · Fixed by #50
Closed

Add label attributes to collections #49

PleaseStopAsking opened this issue Feb 19, 2021 · 1 comment · Fixed by #50
Assignees
Labels
enhancement New feature or request

Comments

@PleaseStopAsking
Copy link

From reviewing the documentation, there is not currently a way to set labels at the collection level, only at the item level (show or movie). When using managed users and labels to control what users can access, they are not able to see collections by default unless their accounts are added as a label to each collection.

It would be nice to be able to add the labels as a collection details attribute so we could recreate their access programatically.

Example:

collections:
  3 Ninjas:
    collection_order: release
    label: 
      - user01
      - user02
    label_sync_mode: sync
    tmdb_collection_details: 71458
    url_background: null
    url_poster: https://www.themoviedb.org/t/p/original/kTRDNxSlNSE7n9cF9W2xx9frs3d.jpg
@meisnate12 meisnate12 self-assigned this Feb 20, 2021
@meisnate12 meisnate12 added the enhancement New feature or request label Feb 20, 2021
meisnate12 added a commit that referenced this issue Feb 20, 2021
@meisnate12
Copy link
Member

this has been added to develop can you test

@meisnate12 meisnate12 mentioned this issue Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants