plex-credits-detect icon indicating copy to clipboard operation
plex-credits-detect copied to clipboard

Skip directories

Open bengry opened this issue 2 years ago • 3 comments

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.

bengry avatar Jan 27 '23 17:01 bengry

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 :)

YanisKyr avatar Jan 30 '23 18:01 YanisKyr

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 avatar Feb 02 '23 11:02 Bart274

That seemed to work for me

Bart274 avatar Feb 07 '23 19:02 Bart274