Hellowlol / bw_plex

binge watching for plex
MIT License
368 stars 23 forks source link

Limit to tv shows? #148

Open pquerner opened 3 years ago

pquerner commented 3 years ago

Hey, is it possible to limit this thing to tv shows only? I just started watching a movie and it tries to decode it.

Hellowlol commented 3 years ago

Check your config options and set the one regarding movie to false

pquerner commented 3 years ago

My movie config looked like the default one:

[movie]
check_credits = False
check_credits_action =
check_credits_sec = 600
credits_delay = 0
check_intro_ffmpeg_sec = 600
process_recently_added = False
process_deleted = False
create_edl = False
edl_action_type = 3
create_chapters = False

I've disabled it by parsing the metadata xml and checking what type it is.