2022-05-19, 06:21 PM
(This post was last modified: 2022-05-19, 06:53 PM by mvallevand.)
I've been looking into automatically skipping intros since I know this is a feature that Plex users like. Some of you have probably used the feature on Netflix where you get to intro and there is a skip button. I researched this and there are a few ways to do it but I found is using an open source netcore 6 library on github called soundfingerprinting it is actually not as hard to implement as I originally thought.
To be fair I have only tested this with this two shows, "Star Trek: Picard" which is an annoying at almost 2 minutes and "The Big Bang Theory" which is probably too short to reach for the remote at 20 seconds but all tests have been spot one.
The issues I see would be
- creating the mp3 for the intro. I got "The Big Bang Theory" from here https://www.televisiontunes.com/ and it was pretty easy manually creating one is a little bit harder. It would need to be a wav for the database but the mp3 is easier to distribute.
- distributing the mp3s
- matching the program title (especially with OTA data)
- It won't need comskip but I will need to be able merging the skip into the comskip edl file. Note for Kodi I'd have have option to have it a manual or automatic skip.
Is this something any of you are interested in? If so I'll post some more instructions on how I'd like some sample files to test this.
Martin
To be fair I have only tested this with this two shows, "Star Trek: Picard" which is an annoying at almost 2 minutes and "The Big Bang Theory" which is probably too short to reach for the remote at 20 seconds but all tests have been spot one.
The issues I see would be
- creating the mp3 for the intro. I got "The Big Bang Theory" from here https://www.televisiontunes.com/ and it was pretty easy manually creating one is a little bit harder. It would need to be a wav for the database but the mp3 is easier to distribute.
- distributing the mp3s
- matching the program title (especially with OTA data)
- It won't need comskip but I will need to be able merging the skip into the comskip edl file. Note for Kodi I'd have have option to have it a manual or automatic skip.
Is this something any of you are interested in? If so I'll post some more instructions on how I'd like some sample files to test this.
Martin