• 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 Media Scanning & Identification SOLVED: ffmpeg permission issue

     
    • 0 Vote(s) - 0 Average

    SOLVED: ffmpeg permission issue

    ffmpeg permission issue
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-08-21, 03:00 PM (This post was last modified: 2024-08-21, 03:04 PM by TheDreadPirate. Edited 2 times in total.)
    The jellyfin user doesn't have permissions to this folder nor any of the child folders.

    drwxrwx--- 7 jermaine jermaine 4096 Aug 9 20:21 /mnt/a04be9b4-8742-46fd-9f67-efc43a67b9fb

    Run this command

    Code:
    sudo chmod o+rx -R /mnt/a04be9b4-8742-46fd-9f67-efc43a67b9fb

    Your other option is to change the group owner to jellyfin.

    Code:
    sudo chgrp -R jellyfin /mnt/a04be9b4-8742-46fd-9f67-efc43a67b9fb

    And for the individual files, only your user can read them.

    Code:
    sudo find /mnt/a04be9b4-8742-46fd-9f67-efc43a67b9fb -type f -exec chmod og+r {} \;
    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
    ffmpeg permission issue - by DogChainsaw - 2024-08-20, 07:07 AM
    RE: ffmpeg permission issue - by TheDreadPirate - 2024-08-20, 03:04 PM
    RE: ffmpeg permission issue - by DogChainsaw - 2024-08-21, 04:22 AM
    RE: ffmpeg permission issue - by nyanmisaka - 2024-08-21, 01:16 PM
    RE: ffmpeg permission issue - by TheDreadPirate - 2024-08-21, 03:00 PM
    RE: ffmpeg permission issue - by DogChainsaw - 2024-08-22, 05:46 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