Jellyfin Forum
Jellycon segments skip - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Client Development (https://forum.jellyfin.org/f-client-development)
+---- Forum: Kodi Development (https://forum.jellyfin.org/f-kodi-development)
+---- Thread: Jellycon segments skip (/t-jellycon-segments-skip)



Jellycon segments skip - laRoulade - 2025-02-14

Hello,

For those like me that use almost exclusively jellycon as their Jellyfin client, I've made a fork of jellycon that adds the ability the skip segments like intros and outros (https://github.com/Gorgorot38/jellycon/tree/master).
It adds a setting to choose to display a button to skip the segment, to skip it automatically or to do nothing.

I've never developped in python before nor have I worked on kodi addons so my approach is probably not the correct one and it probably could be optimized but it works...

If it catches people interest and the refacto to make it into the official jellycon is not too demanding I might do a PR.

Enjoy.


RE: Jellycon segments skip - TheDreadPirate - 2025-02-14

Definitely submit a PR to our jellycon repo. PRs are always welcome. If it needs work, either for stability or maintainability reasons, the devs will comment with suggestions.