#eyarea51
1 messages ยท Page 1 of 1 (latest)
Welcome Back!
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.
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
@torn swallow
Sonarr Series:
sonarr_taglist: whatever_sonarr_tag
item_label: sonarr
non_item_remove_label: sonarr
build_collection: false
This is going to:
- look for things that have the tag "whatyever_sonarr_tag" in Sonarr,
- add the label "sonarr" to those things in Plex
- 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.
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
OK, so follow the pattern shown there.
so so this is what I bult based on what I was asking
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
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.
I get that now
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:
That's what visible_home and visible_shared are for.
https://metamanager.wiki/en/latest/metadata/details/metadata.html#collection-playlist-metadata-updates
You can't change the order.
collection_order and collection_mode are described on that same page.
actually I found visible_home: true as what I am looking for
thank you for your help
๐ ๐ฏ
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
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.
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
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
I had in that position as well and it did not add the text . . . it showed the lock Icon enabled but not my text
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
Or perhaps:
sort_title: "!1060_Tuesday Night Prime Time"
updating and testing
The ! is possibly tripping something up, since note that part of the name is getting set.
|- will escape any special char
Ah, TIL.
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
- pmm: franchise is designed to create collections in-line with your movies
i.e. so your Iron Man collection is next to Iron Man movies