• 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 Jellyfin not starting up after upgrading to 10.9.0

     
    • 0 Vote(s) - 0 Average

    Jellyfin not starting up after upgrading to 10.9.0

    Flaring0281
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 May
    Reputation: 1
    Country:Netherlands
    #6
    2024-05-13, 01:03 PM
    (2024-05-13, 12:06 PM)TheDreadPirate Wrote: @Sarinz Do you have a backup from 10.8.13?

    @riddertommie Can you share your full log?

    I have the same problem as @riddertommie. Can't access Jellyfin even directly through port 8096. I'm using the official Docker image. No backups unfortunately. If I delete the /config and /cache folder, then the web UI and setup wizard loads successfully.

    docker-compose.yaml:
    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        environment:
          - TZ=Europe/Amsterdam
        user: 1000:1000
        group_add:
          - 109
        volumes:
          - /home/me/mediaserver/jellyfin/config:/config
          - /home/me/mediaserver/jellyfin/cache:/cache
          - /media/mergerfs/Series:/media/TV
          - /media/mergerfs/Films:/media/Movies
          - /media/mergerfs/Boeken:/media/Books
        restart: 'unless-stopped'
        networks:
          mediaserv:
            ipv4_address: 172.27.0.100
        ports:
          - 8096:8096
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128

    networks:
      mediaserv:
        external: true

    Logs:

    Code:
    [2024-05-13 14:56:47.636 +02:00] [INF] [1] Main: Jellyfin version: "10.9.1"
    [2024-05-13 14:56:47.659 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]"]
    [2024-05-13 14:56:47.660 +02:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2024-05-13 14:56:47.661 +02:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
    [2024-05-13 14:56:47.661 +02:00] [INF] [1] Main: Architecture: X64
    [2024-05-13 14:56:47.661 +02:00] [INF] [1] Main: 64-Bit Process: True
    [2024-05-13 14:56:47.661 +02:00] [INF] [1] Main: User Interactive: True
    [2024-05-13 14:56:47.661 +02:00] [INF] [1] Main: Processor count: 4
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Program data path: "/config"
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Log directory path: "/config/log"
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Config directory path: "/config/config"
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Cache path: "/cache"
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
    [2024-05-13 14:56:47.662 +02:00] [INF] [1] Main: Application directory: "/jellyfin/"
    [2024-05-13 14:56:47.780 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
    [2024-05-13 14:56:47.839 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [2024-05-13 14:56:47.873 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
    [2024-05-13 14:56:47.875 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/plugins/InfuseSync_1.4.2.0/InfuseSync.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    System.IO.FileNotFoundException: Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

    File name: 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
    [2024-05-13 14:56:47.886 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll"
    [2024-05-13 14:56:47.887 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
    [2024-05-13 14:56:47.888 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
    [2024-05-13 14:56:47.891 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/TheTVDB_11.0.0.0/Jellyfin.Plugin.Tvdb.dll"
    [2024-05-13 14:56:47.898 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "/config/plugins/TheTVDB_11.0.0.0/Tvdb.Sdk.dll"
    [2024-05-13 14:56:47.953 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2024-05-13 14:56:47.953 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [2024-05-13 14:56:47.954 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2024-05-13 14:56:47.954 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
    [2024-05-13 14:56:47.954 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
    [2024-05-13 14:56:47.954 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filter list: []
    [2024-05-13 14:56:49.427 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
    [2024-05-13 14:56:49.428 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Playback Reporting" "14.0.0.0"
    [2024-05-13 14:56:49.429 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
    [2024-05-13 14:56:49.430 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "11.0.0.0"
    [2024-05-13 14:56:49.431 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.1.0"
    [2024-05-13 14:56:49.431 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.1.0"
    [2024-05-13 14:56:49.431 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.1.0"
    [2024-05-13 14:56:49.449 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.1.0"
    [2024-05-13 14:56:49.450 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.1.0"
    [2024-05-13 14:56:49.514 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
    [2024-05-13 14:56:49.515 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
    [2024-05-13 14:56:49.532 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running
    [2024-05-13 14:56:49.540 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2
    [2024-05-13 14:56:49.541 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
    [2024-05-13 14:56:49.553 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for "/config/data/playback_reporting.db" is "delete"
    [2024-05-13 14:56:49.553 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository
    [2024-05-13 14:56:49.562 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK
    [2024-05-13 14:56:49.562 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
    [2024-05-13 14:56:49.562 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
    [2024-05-13 14:56:49.572 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {e631a97d-d5b1-4fce-9cf9-c7c6bdcd4a93} may be persisted to storage in unencrypted form.
    [2024-05-13 14:56:50.230 +02:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
    [2024-05-13 14:56:50.267 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [2024-05-13 14:56:50.269 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded
    [2024-05-13 14:56:50.270 +02:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded
    [2024-05-13 14:56:50.282 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Movies"
    [2024-05-13 14:56:50.286 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/TV"
    [2024-05-13 14:56:50.294 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Playback Reporting Trim Db" set to fire at 2024-05-14 00:00:00.000 +02:00, which is 09:03:09.7052852 from now.
    [2024-05-13 14:56:50.303 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Trickplay-afbeeldingen genereren" set to fire at 2024-05-14 03:00:00.000 +02:00, which is 12:03:09.6969805 from now.
    [2024-05-13 14:56:50.308 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Hoofdstukafbeeldingen uitpakken" set to fire at 2024-05-14 02:00:00.000 +02:00, which is 11:03:09.6915232 from now.
    [2024-05-13 14:56:50.315 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Mediabibliotheek scannen" set to fire at 2024-05-14 00:00:00.000 +02:00, which is 09:03:09.6844006 from now.
    [2024-05-13 14:56:50.336 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
    [2024-05-13 14:56:50.383 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
    [2024-05-13 14:56:50.400 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2024-05-13 14:56:50.417 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    [2024-05-13 14:56:50.507 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    [2024-05-13 14:56:50.661 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
    [2024-05-13 14:56:50.662 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "5c77490999f64ea3b24a3edc3e0f9013"
    [2024-05-13 14:56:50.662 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [2024-05-13 14:56:50.662 +02:00] [INF] [1] Main: Startup complete 0:00:03.1769268
    [2024-05-13 14:56:53.333 +02:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Collecties en afspeellijsten opruimen" Completed after 0 minute(s) and 0 seconds
    [2024-05-13 14:56:54.506 +02:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Plug-ins bijwerken" Completed after 0 minute(s) and 1 seconds
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-12, 10:24 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 01:18 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-13, 07:38 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by riddertommie - 2024-05-13, 08:21 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 12:06 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 01:03 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-14, 05:27 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 01:55 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 02:28 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by modtx - 2024-05-13, 02:32 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by modtx - 2024-05-13, 02:23 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 02:50 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Efficient_Good_5784 - 2024-05-13, 03:06 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 04:30 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Efficient_Good_5784 - 2024-05-13, 04:43 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-13, 05:02 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-13, 05:21 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-14, 05:53 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by riddertommie - 2024-05-16, 11:01 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-16, 11:20 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-16, 12:59 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by gingerbreadassassin - 2024-05-23, 09:34 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