mueslimak3r / tv-intro-detection

This project tries to detect intros of tv series by comparing pairs of episodes to find the largest common subset of frames.
https://mueslimak3r.github.io/tv-intro-detection/
GNU General Public License v3.0
81 stars 3 forks source link

Ignore certain series? #15

Closed Yankees4life closed 2 years ago

Yankees4life commented 2 years ago

Anyway to get this to ignore a certain series. Some series in my folder are just sports shows and game shows really and I don't need to skip the intros of that. I don't keep them often in my drive so its usually just one or two. I would like for this tool to skip that in order to not waste any time processing...

mueslimak3r commented 2 years ago

Yeah I can add this. A common way to handle this is to have an empty file called .ignore in a directory that's being checked. So in a series or season folder you'd put one of these files. Does that sound like a convenient solution?

If so, I'd probably go with something like .ignore-intros

Yankees4life commented 2 years ago

Yeah...that could probably work.

mueslimak3r commented 2 years ago

done. let me know if you have any issues with the implementation