2025-03-19, 01:42 PM
I use JellyFin mostly as a DVR for UK Freeview terrestrial TV, running on an old Windows PC. I am quite interested in the Media Segments feature to generate "Skip Ads" buttons when watching recordings from commercial TV stations.
I eventually got a script working (using a .net console app) to:
1. Use Comskip to generate an EDL file from newly recorded .ts videos
2. Parse the EDL file and generate a text Chapter file
3. Run ffmpeg to generate an MKV file with chapter markings
4. Clean up by deleting the original .ts file and the various additional files generated by Comskip and ffmpeg
All of this works beautifully (except that I need to force a Library Scan and a Media Segment Scan after the conversion, I'm still working on that part), and I am very happy with the results - the "Skip Ads" button shows up and works very nicely on my LG TV native app... and (very unusually for this kind of project in our house) has a good "Wife Acceptance Factor" because we no longer spend longer fast forwarding, overshooting, and then rewinding again, than we would have spent watching the damned ads in the first place - Nice!
But... I can't help thinking that this approach is much more complicated than it needs to be, and that there should be a way to achieve the same result non-destructively without needing to generate any new media files, analyse any chapters, delete the original media, or run any new library or segment scans. Surely I should be able to just use Comskip to parse the original media and then simply use the output to write directly to the JellyFin Media Segments database.
Is my understanding correct, and if so, does anyone have any hints about how I could start such a project? (I would be very happy to share this if I can ever get it to work).
Thanks!
Austin
I eventually got a script working (using a .net console app) to:
1. Use Comskip to generate an EDL file from newly recorded .ts videos
2. Parse the EDL file and generate a text Chapter file
3. Run ffmpeg to generate an MKV file with chapter markings
4. Clean up by deleting the original .ts file and the various additional files generated by Comskip and ffmpeg
All of this works beautifully (except that I need to force a Library Scan and a Media Segment Scan after the conversion, I'm still working on that part), and I am very happy with the results - the "Skip Ads" button shows up and works very nicely on my LG TV native app... and (very unusually for this kind of project in our house) has a good "Wife Acceptance Factor" because we no longer spend longer fast forwarding, overshooting, and then rewinding again, than we would have spent watching the damned ads in the first place - Nice!
But... I can't help thinking that this approach is much more complicated than it needs to be, and that there should be a way to achieve the same result non-destructively without needing to generate any new media files, analyse any chapters, delete the original media, or run any new library or segment scans. Surely I should be able to just use Comskip to parse the original media and then simply use the output to write directly to the JellyFin Media Segments database.
Is my understanding correct, and if so, does anyone have any hints about how I could start such a project? (I would be very happy to share this if I can ever get it to work).
Thanks!
Austin