#Episode Collection not working anymore?

1 messages · Page 1 of 1 (latest)

fair cloud
#

I updated my PMM and now episode collections are showing as Show collections. Was there a change in how episode collections work?

Recently Released Episodes:
smart_filter:
type: episode
all:
episode_air_date: 30
sort_by: added.desc
limit: 100
sort_title: +1 New 1
visible_home: true
visible_shared: true
collection_mode: hide

Let me know if this looks right? I am on 1.17.3

Thanks!

still tendonBOT
#

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.

narrow shellBOT
#
Providing Log Files

You have been asked to provide your log file, which will allow us to support you further.

You can find your meta.log file within the logs folder of your Plex Meta Manager config folder [right next to config.yml].

You can drag-and-drop your meta.log file directly into Discord, you do not need to upload it to a third-party site unless it exceeds the 50mb size limit.

Please DO NOT manually extract, copy and paste text from your log files directly into Discord as the formatting can be difficult to read and can often redact parts of the log file that are important for full context.

fair cloud
heady wasp
#

I think this:

  Recently Released Episodes:
    smart_filter:
      type: episode
...

Should be:

  Recently Released Episodes:
    smart_filter:
      builder_level: episode
...

I'm not seeing "type" listed as an option on the smart builders page.

There's no error in the log.

fair cloud
#

Okay I'll try that

#

Looks like it's still not doing an episode collection. It's showing TV Shows

twin compass
#
    builder_level: episode
    smart_filter:
       ```
maybe try this
earnest lion
#

this is what i have and it does work: ```yaml
Episode Collection:
collection_order: custom
sync_mode: sync
builder_level: episode
plex_search:
type: episodes
limit: 100
sort_by: added.desc
all:
episode_air_date: 30

Try that.  I have some other stuff in mine, but i took it out for the example
fair cloud
#

Thanks guys, I got it. You need both

type: episodes
and
builder_level: episode

for it to work, it seems. All working now!

heady wasp
#

Ah, and type: episodes is part of plex_search, not smart_filter.

earnest lion
#

@fair cloud yes, basically like i showed

blazing ridge
#

type: episodes isnt needed anymore

earnest lion
#

ohhhh @blazing ridge

#

so i can take it out of mine?