#eyarea51

1 messages ยท Page 1 of 1 (latest)

brazen crypt
#

Thread for eyarea51 discussion

warm falconBOT
#

Welcome Back!

sponsor Thanks for being a PMM Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495>.

Please provide any logs if you think they're relevant to your post.

#

You can press the "Close Post" button above or type !close at any time to close this post.

rain sailBOT
#

so now I am confused again . . . . I am creating 6 labels with 6 collections and yes one label is Sinday and the corresponding collection is "Sunday Night Prime Time" and then for monday and tuesday and so on . . . so the text below is what was sent to me yesterday . .

collections:
Sonarr Series:
sonarr_taglist: whatever_sonarr_tag
item_label: sonarr
non_item_remove_label: sonarr
build_collection: false

Sonarr to watch:
collection_filtering: user
smart_filter:
all:
label: sonarr
unplayed_episodes: true
sort_by: viewed.desc
sort_title: 1 - Sonarr to watch
collection_mode: show_items
visible_library: true
visible_home: true
visible_shared: true

coarse pecan
#

@torn swallow

brazen crypt
#
  Sonarr Series:
    sonarr_taglist: whatever_sonarr_tag
    item_label: sonarr
    non_item_remove_label: sonarr
    build_collection: false

This is going to:

  1. look for things that have the tag "whatyever_sonarr_tag" in Sonarr,
  2. add the label "sonarr" to those things in Plex
  3. remove the label "sonarr" from everything else in Plex.

Since build_collection: false, it will not actually create a collection in Plex named "Sonarr Series".

#
  Sonarr to watch:
    collection_filtering: user
    smart_filter:
      all:
        label: sonarr
        unplayed_episodes: true
      sort_by: viewed.desc
    sort_title: 1 - Sonarr to watch
    collection_mode: show_items
    visible_library: true
    visible_home: true
    visible_shared: true

This is going to create a collection in Plex named "Sonarr to watch".

The things in that collection will be things that have the label "sonarr" assigned to them and that have unplayed episodes.

All of this:

    sort_title: 1 - Sonarr to watch
    collection_mode: show_items
    visible_library: true
    visible_home: true
    visible_shared: true

sets various aspects of that collection.

#

I have no idea what you are actually trying to do.

#

"6 labels with 6 collections and yes one label is Sinday and the corresponding collection is "Sunday Night Prime Time" and then for monday and tuesday"

I can't parse that.

torn swallow
#

I am creating a collection called Sunday Night Prime Time based on a label called Sunday and the label is created based on my sonarr tag

#

and creating one for each week night

brazen crypt
#

OK, so follow the pattern shown there.

torn swallow
#

so so this is what I bult based on what I was asking

brazen crypt
#
collections:
  Sunday Series:
    sonarr_taglist: THE_TAG_IN_SONARR_THAT_INDICATES_SUNDAY
    item_label: sunday
    non_item_remove_label: sunday
    build_collection: false

  Sunday Night Prime Time:
    collection_filtering: user
    smart_filter:
      all:
        label: sunday
        unplayed_episodes: true
      sort_by: viewed.desc

  Monday Series:
    sonarr_taglist: THE_TAG_IN_SONARR_THAT_INDICATES_MONDAY
    item_label: monday
    non_item_remove_label: monday
    build_collection: false

  Monday Night Prime Time:
    collection_filtering: user
    smart_filter:
      all:
        label: monday
        unplayed_episodes: true
      sort_by: viewed.desc
ETC
#

That's the minimal case

torn swallow
#

ok I see what you send after I uploaded my file

brazen crypt
#

This:

collections:
    Sonarr Series:
      sonarr_taglist: sunday
      item_label: sunday
      non_item_remove_label: sunday
      build_collection: false
      sonarr_taglist: monday
      item_label: monday
      non_item_remove_label: monday
      build_collection: false
      sonarr_taglist: tuesday
      item_label: tuesday
      non_item_remove_label: tuesday
...

is completely wrong.

torn swallow
#

I get that now

torn swallow
#

Ok thank you for the help I have entered your suggesting and tweaked it with a sort tittle and it is working the way I want thank you again . . . and one final question regarding the collections is there a way to ad them to the home screen and maybe set there location is the list?

#

is it
collection_order:
collection_mode:

brazen crypt
torn swallow
#

actually I found visible_home: true as what I am looking for

#

thank you for your help

#

๐Ÿ‘ ๐Ÿ’ฏ

torn swallow
#

OK I have a new issue related to the script I worked out with you. . . the sort title is not working or should I say not adding . . .I have tried the sort order in 2 positions

Tuesday Series:
sonarr_taglist: tuesday
item_label: tuesday
non_item_remove_label: tuesday
build_collection: false

Tuesday Night Prime Time:
collection_filtering: user
smart_filter:
all:
label: tuesday
unplayed_episodes: true
sort_by: title.desc
sort_title: !1060_Tuesday Night Prime Time
visible_home: true
file_poster: mnt/media/Poster Media/weekdays/Tuesday.jpg

brazen crypt
#

you appear to have it indented under smart_filter where no one will look for it. Compare to #1100792390647812156 message

#

Also, please format this stuff using code blocks; it's easier to read and spot things like this.

reef barnBOT
#

Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)

The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.

If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured formatting. See the below sample text and output

YOU TYPE THIS

`โ€‹`โ€‹`yaml
collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
`โ€‹`โ€‹`

DISCORD DISPLAYS

collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
pulsar crag
#
  Tuesday Night Prime Time:
    collection_filtering: user
    smart_filter:
      all:
        label: tuesday
        unplayed_episodes: true
      sort_by: title.desc
    sort_title: !1060_Tuesday Night Prime Time
    visible_home: true
    file_poster: mnt/media/Poster Media/weekdays/Tuesday.jpg
#

try that

torn swallow
#

I had in that position as well and it did not add the text . . . it showed the lock Icon enabled but not my text

pulsar crag
#

then this

  Tuesday Night Prime Time:
    collection_filtering: user
    smart_filter:
      all:
        label: tuesday
        unplayed_episodes: true
      sort_by: title.desc
    sort_title: |-
      !1060_Tuesday Night Prime Time
    visible_home: true
    file_poster: mnt/media/Poster Media/weekdays/Tuesday.jpg
brazen crypt
#

Or perhaps:

    sort_title: "!1060_Tuesday Night Prime Time"
torn swallow
#

updating and testing

brazen crypt
#

The ! is possibly tripping something up, since note that part of the name is getting set.

pulsar crag
#

|- will escape any special char

brazen crypt
#

Ah, TIL.

torn swallow
#

thank you that worked

#

I just noticed that - pmm: franchise does not have a sort tittle added like - pmm: network . . any way to update that

coarse pecan
#

i.e. so your Iron Man collection is next to Iron Man movies