2024-03-13, 09:04 PM
(2024-03-13, 08:17 PM)TheDreadPirate Wrote: Try modifying the shortcut to point the datadir to C:\ProgramData\Jellyfin.
I made a copy of the "Jellyfin (View Console)" entry in my Start Menu and changed it:
- From "C:\Program Files\Jellyfin\Server\jellyfin.exe" --datadir "C:\Users\yourUser\AppData\Local\Jellyfin".
- To "C:\Program Files\Jellyfin\Server\jellyfin.exe" --datadir "C:\ProgramData\Jellyfin"
Running that shortcut opened a console window with this output:
[16:59:43] [INF] [7] Main: Jellyfin version: 10.8.13
[16:59:43] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\\ProgramData\\Jellyfin\\log]"]
[16:59:43] [INF] [7] Main: Arguments: ["C:\\Program Files\\Jellyfin\\Server\\jellyfin.dll", "--datadir", "C:\\ProgramData\\Jellyfin"]
[16:59:43] [INF] [7] Main: Operating system: Windows
[16:59:43] [INF] [7] Main: Architecture: X64
[16:59:43] [INF] [7] Main: 64-Bit Process: True
[16:59:43] [INF] [7] Main: User Interactive: True
[16:59:43] [INF] [7] Main: Processor count: 8
[16:59:43] [INF] [7] Main: Program data path: C:\ProgramData\Jellyfin
[16:59:43] [INF] [7] Main: Web resources path: C:\Program Files\Jellyfin\Server\jellyfin-web
[16:59:43] [INF] [7] Main: Application directory: C:\Program Files\Jellyfin\Server\
[16:59:43] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration"]
[16:59:43] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: C:\ProgramData\Jellyfin\cache
[16:59:43] [INF] [7] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[16:59:43] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
[16:59:43] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
[16:59:43] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
[16:59:43] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
[16:59:43] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
[16:59:45] [INF] [7] Jellyfin.Server.Implementations.JellyfinDbProvider: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
[16:59:45] [INF] [7] Jellyfin.Server.Implementations.JellyfinDbProvider: EFCore migrations applied successfully
[16:59:46] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[16:59:46] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: C:\ProgramData\Jellyfin\cache
[16:59:46] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.13.0
[16:59:46] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.13.0
[16:59:46] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.13.0
[16:59:46] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.13.0
[16:59:46] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.13.0
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase"]
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'AddDefaultPluginRepository'
[16:59:46] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[16:59:46] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: C:\ProgramData\Jellyfin\cache
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Migration 'AddDefaultPluginRepository' applied successfully
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'ReaddDefaultPluginRepository'
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Migration 'ReaddDefaultPluginRepository' applied successfully
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'AddPeopleQueryIndex'
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.Routines.AddPeopleQueryIndex: Creating index idx_TypedBaseItemsUserDataKeyType
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.Routines.AddPeopleQueryIndex: Creating index idx_PeopleNameListOrder
[16:59:46] [INF] [7] Jellyfin.Server.Migrations.MigrationRunner: Migration 'AddPeopleQueryIndex' applied successfully
[16:59:46] [INF] [7] Main: Kestrel listening on Any IP4 Address
[16:59:46] [INF] [7] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[16:59:46] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-03-14 02:00:00.000 -04:00, which is 09:00:13.1498385 from now.
[16:59:47] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.4
[16:59:47] [INF] [7] 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"]
[16:59:47] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[16:59:47] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[16:59:47] [WRN] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vaapi with option Action to take when encountering EOF from secondary input is not available
[16:59:47] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
[16:59:47] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: ffmpeg
[16:59:47] [INF] [7] Emby.Server.Implementations.ApplicationHost: ServerId: 3d1c6a228f8c4218a30a5551f73841f4
[16:59:47] [INF] [7] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1625262
[16:59:47] [INF] [7] Emby.Server.Implementations.ApplicationHost: Core startup complete
[16:59:48] [INF] [7] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.1705683
[16:59:48] [INF] [7] Main: Startup complete 0:00:04.8276664
[16:59:49] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins
[16:59:49] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
[16:59:49] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins
[16:59:50] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 0 seconds
[16:59:50] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks