• 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 Development Feature Requests Change NFO Location

     
    • 0 Vote(s) - 0 Average

    Change NFO Location

    Change NFO Location
    roycrt
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #7
    2024-03-04, 10:58 PM (This post was last modified: 2024-03-05, 12:02 AM by roycrt. Edited 7 times in total.)
    With Linux
    sudo find /path-to-media-directory/media-directory-name -type d -exec chmod 664 {} \;
    sudo find /path-to-media-directory/media-directory-name -type f -name "*.mkv" -exec chmod 644 -f "{}" \;
    sudo find /path-to-media-directory/media-directory-name -type f -name "*.mp4" -exec chmod 644 -f "{}" \;
    sudo find /path-to-media-directory/media-directory-name -type f -name "*.m4v" -exec chmod 644 -f "{}" \;
    sudo find /path-to-media-directory/media-directory-name -type f -name "*.avi" -exec chmod 644 -f "{}" \;

    Just make sure jellyfin is a member of the directories group or be safe and do this instead of 664
    sudo find /path-to-media-directory/media-directory-name -type d -exec chmod 666 {} \;

    Not sure if jellyfin needs execute authority. Maybe someone will chime in on that. If it does then make directories permission 777
    sudo find /path-to-media-directory/media-directory-name -type d -exec chmod 777 {} \;

    example
    sudo find /srv/Movies -type d -exec chmod 777 {} \;
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Change NFO Location - by METALHEAD - 2023-10-10, 01:44 AM
    RE: Change NFO Location - by Nachtigaller - 2023-10-17, 01:49 PM
    RE: Change NFO Location - by TheDreadPirate - 2023-10-17, 02:07 PM
    RE: Change NFO Location - by CleverId10t - 2024-03-04, 08:23 PM
    RE: Change NFO Location - by METALHEAD - 2025-01-10, 10:31 PM
    RE: Change NFO Location - by Nachtigaller - 2023-10-27, 11:53 PM
    RE: Change NFO Location - by roycrt - 2024-02-21, 12:03 AM
    RE: Change NFO Location - by roycrt - 2024-03-04, 10:58 PM
    RE: Change NFO Location - by TheDreadPirate - 2024-03-05, 04:41 AM
    RE: Change NFO Location - by thornbill - 2024-03-05, 04:19 PM
    RE: Change NFO Location - by roycrt - 2024-03-05, 05:06 PM
    RE: Change NFO Location - by discokongo - 2024-05-15, 01:37 PM
    RE: Change NFO Location - by Efficient_Good_5784 - 2025-01-10, 10:48 PM

    • 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