Jellyfin Forum
Jellyfin keeps skipping a certain episode when watching - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin keeps skipping a certain episode when watching (/t-jellyfin-keeps-skipping-a-certain-episode-when-watching)



Jellyfin keeps skipping a certain episode when watching - Squidward69 - 2024-02-20

I'm new to jellyfin, but it's worked remarkably well  up until this point. I have no idea whats going on, but I've been watching the office so far without issues from my server and one particular episode in season two keep glitching out, and then skipping ahead to the next episode around the 8:42 mark. As aforementioned, there haven't been any issues whatsoever with any of the other episodes, and looking at the episodes file there doesn't appear to be anything wrong with it.

Any ideas what could be going on?


RE: Jellyfin keeps skipping a certain episode when watching - MoonPlaza - 2024-02-22

I get similar problems very rarely. Try watching it in another player, such as VLC.


RE: Jellyfin keeps skipping a certain episode when watching - TheDreadPirate - 2024-02-22

90% certain the file is borked. You can use ffmpeg to check for errors.

Code:
ffmpeg -v error -i file.mkv -f null - 2>error.log