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>