cjmanca / plex-credits-detect

Augments plex's built in intro detection, additionally detecting credits.
MIT License
113 stars 5 forks source link

Skip directories #62

Open bengry opened 1 year ago

bengry commented 1 year ago

Is there a way to skip specific directories? I expected with the hierarchical ini files to be able to have an ini file in one of my directories and specify an "ignore" section or similar, but didn't find any such config.

Did I miss something or is this not implemented?

The use-case here is that I only really want this to run on TV shows, not on movies, where it's less beneficial IMO.

YanisKyr commented 1 year ago

I'm also interested in this one. Came in the git to look for a solution as sometimes I like the titles and/or music on Movies :)

Bart274 commented 1 year ago

I think creating an ini file at the directory level of these libraries with this content might stop the program from searching any credits:

[matching]
useAudio = false
useVideo = false
Bart274 commented 1 year ago

That seemed to work for me