• 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 Can't add libraries

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Can't add libraries

    Can't add libraries MacOS
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,109
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #11
    2024-07-03, 12:58 AM (This post was last modified: 2024-07-03, 01:00 AM by theguymadmax. Edited 2 times in total.)
    You may need to permit Jellyfin to access to files and folders. I don't have a Mac in front of me to troubleshoot and it's been a while since I used a Mac, but I think this is how you would do it.

    1. On your Mac, choose Apple menu  > System Preferences, click Security & Privacy, then click Privacy.
    2. Select Files and Folders.
    3. Click on the padlock icon on the bottom left of the window to make changes - you'll be prompted for your Mac password or fingerprint
    4. Select the checkbox next to Jellyfin to allow access to files and folders. If it's not there, then click on the plus icon and add it. 
    roxics
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #12
    2024-07-03, 06:25 PM
    (2024-07-03, 12:58 AM)theguymadmax Wrote: You may need to permit Jellyfin to access to files and folders. I don't have a Mac in front of me to troubleshoot and it's been a while since I used a Mac, but I think this is how you would do it.

    1. On your Mac, choose Apple menu  > System Preferences, click Security & Privacy, then click Privacy.
    2. Select Files and Folders.
    3. Click on the padlock icon on the bottom left of the window to make changes - you'll be prompted for your Mac password or fingerprint
    4. Select the checkbox next to Jellyfin to allow access to files and folders. If it's not there, then click on the plus icon and add it. 

    Yeah that's already checked off. 
    Like I said, Jellyfin already has access to these hard drives/folders because it's already accessing them for my movies library. About five different drives to be specific. The same drives/folders I use for my Plex library already. I just can't seem to add a Jellyfin TV show library or any other library in Jellyfin. The movie library works fine though, but that was added during the initial setup of Jellyfin.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,109
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #13
    2024-07-03, 06:46 PM (This post was last modified: 2024-07-03, 07:53 PM by theguymadmax. Edited 4 times in total.)
    What's your setup up in terms of these hard drives? I'm assuming these are external running on some NAS. How do you access them on the Mac, how are they mounted?

    The issue may be related to the fact that Jellyfin can't read network shares, the drive needs to be mounted to the file system. I know how to do that in Windows and Ubuntu, but I've never done so on a Mac.

    Steps I think you need to do:
    1. Mount the share
    2. Add share to automatically start at login

    Note: Just noticed that it works in Plex line, so it should be able to be read by Jellyfin. But it's worth checking out if it's mounted to the file system properly, assuming this is some network share.
    roxics
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #14
    2024-07-03, 07:57 PM
    (2024-07-03, 06:46 PM)theguymadmax Wrote: What's your setup up in terms of these hard drives? I'm assuming these are external running on some NAS. How do you access them on the Mac, how are they mounted?

    The issue may be related to the fact that Jellyfin can't read network shares, the drive needs to be mounted to the file system. I know how to do that in Windows and Ubuntu, but I've never done so on a Mac.

    Steps I think you need to do:
    1. Mount the share
    2. Add share to automatically start at login

    Note: Just noticed that it works in Plex line, so it should be able to be read by Jellyfin. But it's worth checking out if it's mounted to the file system properly, assuming this is some network share.

    No NAS, just straight USB 3 into the system. I have a few hubs, but that's about it. Works fine with Plex.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,109
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #15
    2024-07-04, 04:30 AM (This post was last modified: 2024-07-04, 04:32 AM by theguymadmax. Edited 2 times in total.)
    What is the exact name of the folder path?  ex. /volumes/nameofdrive/media/tvshows/

    And are you able to access it  from finder-> go->go to folder using that path?

    Also there should be a log entry when you attempt to add in a folder, can you post the whole log, which should include a line similar to the one below.

    [00:24:05] [ERR] [49] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: Could not find a part of the path '/asfasdf'. URL GET /Environment/DirectoryContents.
    roxics
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #16
    2024-07-04, 02:40 PM
    The path works fine in finder Go menu: /Volumes/10TB WD/Shows

    So strangely, when I launched Jellyfin today to get the log, I now have six Shows libraries populated with my TV shows from my 10TB drive. So apparently it worked every time after adding the folder, but for whatever reason it took time to register.
    jimmyjammy
    Offline

    Member

    Posts: 90
    Threads: 0
    Joined: 2023 Jul
    Reputation: 2
    Country:Canada
    #17
    2024-07-04, 02:56 PM
    If there were a lot of files in that directory, it might have been scanning for a long time before displaying in your browser window. I run Jellyfin on a Mac, as well, & have learned to be more patient when adding large amounts of files. It's scraping for a lot of media info. Using that machine for other processes might slow it down too.
    Cheers!
    roxics
    Offline

    Junior Member

    Posts: 13
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #18
    2024-07-04, 05:00 PM
    (2024-07-04, 02:56 PM)jimmyjammy Wrote: If there were a lot of files in that directory, it might have been scanning for a long time before displaying in your browser window. I run Jellyfin on a Mac, as well, & have learned to be more patient when adding large amounts of files. It's scraping for a lot of media info. Using that machine for other processes might slow it down too.
    Cheers!

    Yeah you're probably right. I guess I'm just use to Plex creating and visibly showing me the folder and that it's scanning files. 
    It's just a matter of getting used to a different layout/way of doing things. 

    I do appreciate all the help everyone has given me in this thread. Seems that in the end it really came down to user error.
    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