• 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 Updated Jellyfin in Synology Docker, apparently wiped cache/config

     
    • 0 Vote(s) - 0 Average

    Updated Jellyfin in Synology Docker, apparently wiped cache/config

    Updated Jellyfin in Synology Docker, apparently wiped cache/config
    Minions
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #1
    2025-01-15, 07:17 AM (This post was last modified: 2025-01-15, 07:31 AM by Efficient_Good_5784. Edited 1 time in total.)
    Hello Everyone, I had Jellyfin installed in a containermanager docker, and followed a guide to "upgrade" since the app stopped working due to the age of the install. Doing so apparently wiped my cache/config due to it not being stored outside of the container. I re-mapped the media drives under shares, however I have run into issues where my media library can no longer scan and other issues. Is there a way to resolve this without completely creating a new docker and starting over? I have spent weeks getting all the metadata images, etc all formatted and would prefer not to start over completely. I just don't know what I need to do/where to go to fix whatever was overwritten in the update. Mapping the shares does allow me to view/play the media through.


    Log from trying to update library
    [2025-01-15 06:59:24.619 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Movies"
    [2025-01-15 06:59:24.620 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Disney"
    [2025-01-15 06:59:24.620 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Anime Movies"
    [2025-01-15 06:59:24.620 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Gundam"
    [2025-01-15 06:59:24.621 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Anime Shows"
    [2025-01-15 06:59:24.621 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/TV"
    [2025-01-15 06:59:24.623 +00:00] [INF] [54] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [2025-01-15 06:59:24.633 +00:00] [WRN] [54] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
    [2025-01-15 06:59:24.642 +00:00] [ERR] [83] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/config/root/default/Test"
    System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/root/default/Test'.
      at System.IO.Enumeration.FileSystemEnumerator1.Init()
      at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
      at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
      at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
      at MediaBrowser.Controller.Entities.CollectionFolder.CreateResolveArgs(IDirectoryService directoryService, Boolean setPhysicalLocations)
      at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
    [2025-01-15 06:59:24.643 +00:00] [ERR] [83] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
    System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/root/default/Test'.
      at System.IO.Enumeration.FileSystemEnumerator
    1.Init()
      at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
      at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
      at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
      at MediaBrowser.Controller.Entities.CollectionFolder.CreateResolveArgs(IDirectoryService directoryService, Boolean setPhysicalLocations)
      at MediaBrowser.Controller.Entities.CollectionFolder.RequiresRefresh()
      at MediaBrowser.Providers.Manager.MetadataService2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
      at Emby.Server.Implementations.Library.LibraryManager.ValidateTopLibraryFolders(CancellationToken cancellationToken, Boolean removeRoot)
      at Emby.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(IProgress
    1 progress, CancellationToken cancellationToken)
      at Emby.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(IProgress`1 progress, CancellationToken cancellationToken)
      at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)"

    Thanks,
    Chris
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 07:17 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Efficient_Good_5784 - 2025-01-15, 07:37 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 07:48 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Efficient_Good_5784 - 2025-01-15, 07:57 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 08:01 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Efficient_Good_5784 - 2025-01-15, 08:04 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 08:07 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Efficient_Good_5784 - 2025-01-15, 08:21 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 08:24 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Minions - 2025-01-15, 05:23 PM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by MarkoM - 2025-03-09, 06:07 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by Efficient_Good_5784 - 2025-03-09, 07:06 AM
    RE: Updated Jellyfin in Synology Docker, apparently wiped cache/config - by MarkoM - 2025-03-10, 01:52 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