• 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 The path could not be found (Ubuntu local install)

     
    • 0 Vote(s) - 0 Average

    The path could not be found (Ubuntu local install)

    Local installation of Jellyfin Version 10.8.13 on an Ubuntu 20.04.6LTS filesystem with media on a second HDD. When I attempt to add my media folder Jellyfin returns the error, "The path could not be found."
    innerspaceboy
    Offline

    Junior Member

    Posts: 19
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #22
    2024-04-11, 04:53 PM
    (2024-04-11, 04:45 PM)TheDreadPirate Wrote:
    Code:
    [2024-04-11 12:35:53.931 -04:00] [ERR] Error in Directory watcher for: "/"
    System.UnauthorizedAccessException: Access to the path '/snap/core20/2264/etc/ssl/private' is denied.
    ---> System.IO.IOException: Permission denied
      --- End of inner exception stack trace ---
    [2024-04-11 12:35:53.934 -04:00] [INF] Stopping directory watching for path "/"

    Pretty sure this is breaking the scan.  Did you check the contents of /var/lib/jellyfin/root/default?

    I just replied to your other post with the contents of proc/mounts. Now I see your post asking for the contents of /var/lib/jellyfin/root/default. 

    I took a look at that. 

    The folder contains 3 files:

    - movies.collection
    - options.xml
    - Video 2023.mblink

    movies.collection is a blank document.

    Video 2023.mblink contains one line which reads "/media/innerspacelabs/Classy Bastard/Video 2023"

    And options.xml contains the following code with the correct folder URL under "MediaPathInfo." Paste below:

    LibraryOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <EnablePhotos>true</EnablePhotos>
    <EnableRealtimeMonitor>true</EnableRealtimeMonitor>
    <EnableChapterImageExtraction>false</EnableChapterImageExtraction>
    <ExtractChapterImagesDuringLibraryScan>false</ExtractChapterImagesDuringLibraryScan>
    <PathInfos>
    <MediaPathInfo>
    <Path>/media/innerspacelabs/Classy Bastard/Video 2023</Path>
    </MediaPathInfo>
    </PathInfos>
    <SaveLocalMetadata>false</SaveLocalMetadata>
    <EnableAutomaticSeriesGrouping>false</EnableAutomaticSeriesGrouping>
    <EnableEmbeddedTitles>false</EnableEmbeddedTitles>
    <EnableEmbeddedEpisodeInfos>false</EnableEmbeddedEpisodeInfos>
    <AutomaticRefreshIntervalDays>0</AutomaticRefreshIntervalDays>
    <PreferredMetadataLanguage>en</PreferredMetadataLanguage>
    <MetadataCountryCode>US</MetadataCountryCode>
    <SeasonZeroDisplayName>Specials</SeasonZeroDisplayName>
    <MetadataSavers/>
    <DisabledLocalMetadataReaders/>
    <LocalMetadataReaderOrder>
    <string>Nfo</string>
    </LocalMetadataReaderOrder>
    <DisabledSubtitleFetchers/>
    <SubtitleFetcherOrder/>
    <SkipSubtitlesIfEmbeddedSubtitlesPresent>false</SkipSubtitlesIfEmbeddedSubtitlesPresent>
    <SkipSubtitlesIfAudioTrackMatches>false</SkipSubtitlesIfAudioTrackMatches>
    <SubtitleDownloadLanguages/>
    <RequirePerfectSubtitleMatch>true</RequirePerfectSubtitleMatch>
    <SaveSubtitlesWithMedia>true</SaveSubtitlesWithMedia>
    <AutomaticallyAddToCollection>false</AutomaticallyAddToCollection>
    <AllowEmbeddedSubtitles>AllowAll</AllowEmbeddedSubtitles>
    <TypeOptions>
    <TypeOptions>
    <Type>Movie</Type>
    <MetadataFetchers>
    <string>TheMovieDb</string>
    <string>The Open Movie Database</string>
    </MetadataFetchers>
    <MetadataFetcherOrder>
    <string>TheMovieDb</string>
    <string>The Open Movie Database</string>
    </MetadataFetcherOrder>
    <ImageFetchers>
    <string>TheMovieDb</string>
    <string>The Open Movie Database</string>
    <string>Embedded Image Extractor</string>
    <string>Screen Grabber</string>
    </ImageFetchers>
    <ImageFetcherOrder>
    <string>TheMovieDb</string>
    <string>The Open Movie Database</string>
    <string>Embedded Image Extractor</string>
    <string>Screen Grabber</string>
    </ImageFetcherOrder>
    <ImageOptions/>
    </TypeOptions>
    </TypeOptions>
    </LibraryOptions>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-08, 12:29 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-08, 12:59 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-10, 09:37 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-10, 09:44 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-10, 10:24 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 01:26 AM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 01:50 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:08 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 03:17 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:22 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 03:31 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:33 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:12 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:15 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:21 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:30 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:33 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:42 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:46 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:43 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:45 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:53 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 05:02 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 05:07 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 05:23 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 05:40 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 06:03 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 06:18 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 06:32 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 07:07 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