jumoog / intro-skipper

Fingerprint audio to automatically detect and skip intro/credit sequences in Jellyfin
https://discord.gg/AYZ7RJ3BuA
GNU General Public License v3.0
405 stars 22 forks source link

[Feature Request]: Scan every episodes instead of whole seasons #202

Closed Deytron closed 2 weeks ago

Deytron commented 2 weeks ago

It looks like, in code, the way intros and credits are detected is by comparing episodes in the same season of a show, meaning that if a show has different intros/credits in the same season, nothing will be detected. Maybe I'm wrong, but it looks like it is what's happening with my library.

An option to allow to scan for every episodes on disk and compare them, with the drawback of taking way more time and more resources, would be good as either a user setting or some sort of fallback option if nothing is detected during scan.

jumoog commented 2 weeks ago

Yes, you need 2 episodes to find the similarities.

Deytron commented 2 weeks ago

Alright, allow me to close the issue, as it was in fact unrelated to seasons. For some reason, the plugin didn't scan anything properly, and was pretty quick. I had to rm -rf jellyfin/config/data/introskipper/, delete cache, reboot container and try again. Thank you for taking time to check the issue