#Set a label on non-smart collection.

1 messages · Page 1 of 1 (latest)

final steeple
#

Hi there.

I have some collections which don't add a label to the movie. I would like to set a label though. Is there anyway i can do that?

Seems a pretty simple thing to do but I cannot find any literature on the matter. Thanks

Example: I would like to add an HDR label to items in this collection so that i can add a share exception to specific labels to exclude remote users from seeing/watching them.

    plex_search:
      all:
        resolution: 4K
        hdr: true
    sort_title: <<collection_name>>
    filters:
      has_dolby_vision: false
    collection_order: alpha```
modern tundraBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

glacial veldt
#

Hello 🙂

#

So for context, only "Smart Label" Collections add labels to the items out of the box, but yes you can add labels to other collections:

  HDR:
    item_label: HDR          # HERE
    plex_search:
      all:
        resolution: 4K
        hdr: true
    sort_title: <<collection_name>>
    filters:
      has_dolby_vision: false
    collection_order: alpha
final steeple
#

🙂 thankyou. Knew it would be something simple. Let me give that a try and get back to you

#

Works a charm. Thanks a lot!

glacial veldt
#

perfect, no problem