Jellyfin Forum
SOLVED: Playback fail the first time - 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: SOLVED: Playback fail the first time (/t-solved-playback-fail-the-first-time)

Pages: 1 2


RE: Playback fail the first time - Squid - 2025-03-25

Wierdly, this fixed only season 2 and 5 of chuck, where seasons 1,3,4 is still double (rescanned a few times)


RE: Playback fail the first time - TheDreadPirate - 2025-03-25

Can you share your jellyfin log via privatebin.net? Make sure that Jellyfin has permission to access this empty media folder. You may need to make empty "movie" and "tv" folders inside this empty media folder to more closely match the original location. And then add these to the appropriate library.


RE: Playback fail the first time - Squid - 2025-03-25

Jellyfin20250325.log

https://privatebin.net/?e5d590ca3d3f0605#2AqMU1Jjr4LSX4Lm6W1TGanYnmtsCzui4cYoSgrvnXL4

create media, media/tv, media/movies
folders are chown:ed jellyfin:jellyfin with 775


RE: Playback fail the first time - TheDreadPirate - 2025-03-25

Looks like you also need to do an anime folder. But what you've done so far is, at least, cleaning up the logs somewhat.

Unrelated, you have NFO saver enabled and Jellyfin can't write to your new /media/media folders.


RE: Playback fail the first time - Squid - 2025-03-25

(2025-03-25, 05:12 PM)TheDreadPirate Wrote: Looks like you also need to do an anime folder.  But what you've done so far is, at least, cleaning up the logs somewhat.

Unrelated, you have NFO saver enabled and Jellyfin can't write to your new /media/media folders.


on the JF container, i change to "su - jellyfin" and become the jellyfin user, and from there i can do anythig in the folders it tries to write to

ps axu
Quote:jellyfin  72609  3.5 16.9 275359536 709144 ?    Ssl  16:48  3:02 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpe

jellyfin  117546  0.0  3.5 5685596 150224 ?      Sl  18:18  0:02 /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -init_hw_device cuda=cu:0 -filter_hw_devic


root@jellyfin /m/m/media# cd /media
root@jellyfin /media# ls -al
total 9
drwsrws--T 1 jellyfin jellyfin 38 Mar 23 15:05 .
drwxr-xr-x 17 root root 23 Mar 25 13:47 ..
drwxrws--T 1 jellyfin jellyfin 26 Mar 25 17:00 media


RE: Playback fail the first time - TheDreadPirate - 2025-03-25

Check that the Jellyfin can write to the individual movie and show folders. Jellyfin have write access to the top level folder of the library is not sufficient.


RE: Playback fail the first time - Squid - 2025-03-25

(2025-03-25, 05:32 PM)TheDreadPirate Wrote: Check that the Jellyfin can write to the individual movie and show folders.  Jellyfin have write access to the top level folder of the library is not sufficient.

Quote:root@jellyfin /m/m/tv# cd Chuck/
root@jellyfin /m/m/t/Chuck# touch test && rm test
root@jellyfin /m/m/t/Chuck# cd ..
root@jellyfin /m/m/tv# cd Charmed/
root@jellyfin /m/m/t/Charmed# touch test && rm test
root@jellyfin /m/m/t/Charmed# cd ..
root@jellyfin /m/m/tv# cd Star\ Trek\ -\ Enterprise/
root@jellyfin /m/m/t/Star Trek - Enterprise# touch test && rm test
root@jellyfin /m/m/t/Star Trek - Enterprise#


No error reported writing to all the folders.


RE: Playback fail the first time - Squid - 2025-03-25

i jsut took the plunge and reinstalled a new jellyfin container instead.