• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Playback fail the first time

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playback fail the first time

    Playback fail the first time
    Squid
    Offline

    Junior Member

    Posts: 21
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Sweden
    #11
    2025-03-25, 04:09 PM
    Wierdly, this fixed only season 2 and 5 of chuck, where seasons 1,3,4 is still double (rescanned a few times)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2025-03-25, 05:03 PM (This post was last modified: 2025-03-25, 05:03 PM by TheDreadPirate.)
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Squid
    Offline

    Junior Member

    Posts: 21
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Sweden
    #13
    2025-03-25, 05:07 PM
    Jellyfin20250325.log

    https://privatebin.net/?e5d590ca3d3f0605...YoSgrvnXL4

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

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2025-03-25, 05:12 PM (This post was last modified: 2025-03-25, 05:12 PM by TheDreadPirate.)
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Squid
    Offline

    Junior Member

    Posts: 21
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Sweden
    #15
    2025-03-25, 05:19 PM (This post was last modified: 2025-03-25, 05:20 PM by Squid. Edited 1 time in total.)
    (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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2025-03-25, 05:32 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Squid
    Offline

    Junior Member

    Posts: 21
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Sweden
    #17
    2025-03-25, 05:36 PM
    (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.
    Squid
    Offline

    Junior Member

    Posts: 21
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Sweden
    #18
    2025-03-25, 08:32 PM
    i jsut took the plunge and reinstalled a new jellyfin container instead.
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode