• 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 Backdrop only rotating 2 images on homepage

     
    • 0 Vote(s) - 0 Average

    Backdrop only rotating 2 images on homepage

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-07, 02:17 AM (This post was last modified: 2024-10-07, 02:18 AM by TheDreadPirate. Edited 1 time in total.)
    You really should move your library outside of /media/jcitx. The next time you plugin another hard drive or thumb drive it will apply an ACL to that directory.

    If your output is accurate, this is no ACL. But I've seen other users with weirdly configured shells so I can't say for certain whether your shell is hiding anything.

    Code:
    sudo setfacl -b -R /media/jcitx

    The error your are mention appears to be Jellyfin attempting to write images to your media directory. And from what you've showed, that would be accurate.

    Code:
    jcitx@jcitx: /media/jcitx/hdd01/animated series$ getfacl /media/jcitx/hdd01/'animated series'/'South Park'
    getfacl: Removing leading '/' from absolute path names
    # file: media/jcitx/hdd01/animated series/South Park
    # owner: jcitx
    # group: jcitx
    user::rwx
    group::r-x
    other::r-x

    The Jellyfin user does not have write permissions to the South Park directory. You need to change the group owner and the permissions.

    Code:
    sudo chgrp -R jellyfin /media/jcitx/hdd01/'animated series'/'South Park'
    sudo find /media/jcitx/hdd01/'animated series'/'South Park' -type d -exec chmod g+w {} \;

    You could go one step farther and ensure that is set everywhere.

    Code:
    sudo chgrp -R jellyfin /media/jcitx
    sudo find /media/jcitx -type d -exec chmod g+w {} \;
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Backdrop only rotating 2 images on homepage - by 4star - 2024-10-06, 01:11 AM
    RE: Backdrop only rotating 2 images on homepage - by TheDreadPirate - 2024-10-06, 04:32 PM
    RE: Backdrop only rotating 2 images on homepage - by 4star - 2024-10-06, 10:45 PM
    RE: Backdrop only rotating 2 images on homepage - by TheDreadPirate - 2024-10-07, 02:17 AM
    RE: Backdrop only rotating 2 images on homepage - by 4star - 2025-04-17, 11:29 AM

    • 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