#Random TV Collection

1 messages · Page 1 of 1 (latest)

warm bloom
#

Hi All trying to create a random tv collection with specific shows included with specific seasons... so for example: The Office Season 1,2,3 and Futurama Season 1,8,10 ... I thought easiest way to do this is to create a smart playlist .. and sort by season_collection ... i would manually tag seasons in plex ... but doesnt seem to be working .. does anyone have a settup thats working for them? Here is the example i was thinking of

Random Easy Watching:
smart_filter:
all:
collection: easy
sort_by: random
limit: 250

fringe siren
#

can't filter on smart collections, as they are themselves filters.

#

perhaps filter on label?

warm bloom
#

Yes.. good idea .. just not sure how to apply a label to full seasons .. not sure if its possible .. if not its not really feasible to manually tag them

fringe siren
#

I was just looking on the filtering page for options, and label claims to support every level. No idea about applying them.

#

I suppose you might have to apply them with PMM?

warm bloom
#

yeah good idea.. I tried quite a few things... i dont think its possible though to sort episodes using a smart collection .. you can only add the tags (writers and directors) in individual episodes .. but plex wont let you match on those fields ... so im stumped !

warm bloom
#

Added labels using PPM .. it seems to add the label to the season but when creating a smart filter the seasons still wont show up .. here is the metadata im using

#

metadata:
73244:
seasons:
5:
label: two
6:
label: two

nimble linden
#

what collection are you using?

#

it should be

collections:
  Random Easy Watching:
    smart_filter:
      all:
        label: two
      sort_by: random
      limit: 250
warm bloom
#

Thanks for looking into this for me .. yep ive got that .. still not working for some reason.. here are the logs on the run

#

Show: 73244 Details Update Not Needed                                                              |
|                                                                                                    |
| Updating season 5 of 73244...                                                                      |
| Season 5                  | Label | +two                                                           |
| Season: 5 Details Update Successful                                                                |
| Season 5 of 73244 Details Update Complete                                                          |
|                                                                                                    |
| Updating season 6 of 73244...                                                                      |
| Season 6                  | Label | +two                                                           |
| Season: 6 Details Update Successful                                                                |
| Season 6 of 73244 Details Update Complete

#

|============================= Running Random Easy Watching Collection ==============================|
|                                                                                                    |
| Smart Show Filter                                                                                  |
| Sort By: random                                                                                    |
| Limit: 250                                                                                         |
| Filter:                                                                                            |
|   Match all of the following:                                                                      |
|     Label is two                                                                                   |
|                                                                                                    |
| Collection Minimum: 1 not met for Random Easy Watching Collection

fringe siren
#

Does it need a "collection_level: season" or something ilke that?

warm bloom
#

not sure if ""collection_level:" is a attribute we can use.. i checked the WIKI and dont see it documented

nimble linden
#

builder_level

#

collection_level was the old name for it, both work 🙂

warm bloom
#

aweosme thanks for the help .. would the builder level go on the collector or the metadata? should it look like this ? sorry new at this

#

Random Easy Watching:
builder_level: season
smart_filter:
all:
label: two
sort_by: random
limit: 250

nimble linden
#

builder_level would go on a collection

warm bloom
#

okay makes sense .. same issue though ..

#

Smart Season Filter                                                                                |
| Sort By: random                                                                                    |
| Limit: 250                                                                                         |
| Filter:                                                                                            |
|   Match all of the following:                                                                      |
|     Label is two                                                                                   |
|                                                                                                    |
| Collection Minimum: 1 not met for Random Easy Watching Collection

warm bloom
#

Anyone have any luck making something similar work? Any additions would be awesome!

stone mirage
#

episodes and seasons can both have labels but theres no way in the web UI to add or delete them

stone mirage