2024-12-10, 01:51 AM
I have been using Jellyfin over the years after buying my synology NAS but lately about a month ago strangely my movies and tv shows library stopped updating. I was waiting for the new release of the jellyfin but apparantly it did not fix it either. It may have been after I updated my NAS to 7.2.2 but at this point I am not sure. Before I had installed JF from the package center provided by synocommunity before.
Lately I have tried multiple install both from the package center and the docker side. I am ending up with same problem with media not showing up on my library or just showing up with one of the file with no metadata. My details are as follows:
NAS: DS 923+
OS: DSM 7.2.2-72806
Container manager version: 20.10.23-1437
Jellyfin version installed from docker: 10.10.3
Install methoed I followed synology guide from: https://kb.synology.com/en-us/DSM/tutori...o_Jellyfin
I used the container manager (Docker) method to install
Acess the JF server from my edge browser in windows 10.
Here are the log details for recent fresh install
I have just kept three movies to try but still its not getting any information for those.
As in the photo you can see nothing is coming up.
I currently reside in China so I am aware of the firewall, I thought they might have blocked TMDB and related metadata source but I can still open their website. I also did fresh install in my windows 10 laptop with JF.exe installer after that I tried with the same media in my NAS server, this ended up working perfectly fine with all the metadata pulled correctly.
Hopefully someone can direct me to the correct direction, to make some sense from the log file to know if there is something missing. I have gone through man of the FAQs over the net but still end up having same problem after multiple fresh install.
Lately I have tried multiple install both from the package center and the docker side. I am ending up with same problem with media not showing up on my library or just showing up with one of the file with no metadata. My details are as follows:
NAS: DS 923+
OS: DSM 7.2.2-72806
Container manager version: 20.10.23-1437
Jellyfin version installed from docker: 10.10.3
Install methoed I followed synology guide from: https://kb.synology.com/en-us/DSM/tutori...o_Jellyfin
I used the container manager (Docker) method to install
Acess the JF server from my edge browser in windows 10.
Here are the log details for recent fresh install
Code:
[2024-12-09 17:28:01.937 +00:00] [INF] [4] Main: Jellyfin version: "10.10.3"
[2024-12-09 17:28:01.979 +00:00] [INF] [4] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]"]
[2024-12-09 17:28:01.982 +00:00] [INF] [4] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2024-12-09 17:28:01.982 +00:00] [INF] [4] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-12-09 17:28:01.982 +00:00] [INF] [4] Main: Architecture: X64
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: 64-Bit Process: True
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: User Interactive: True
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Processor count: 4
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Program data path: "/config"
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Log directory path: "/config/log"
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Config directory path: "/config/config"
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Cache path: "/cache"
[2024-12-09 17:28:01.983 +00:00] [INF] [4] Main: Temp directory path: "/tmp/jellyfin"
[2024-12-09 17:28:01.984 +00:00] [INF] [4] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-12-09 17:28:01.984 +00:00] [INF] [4] Main: Application directory: "/jellyfin/"
[2024-12-09 17:28:02.015 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
[2024-12-09 17:28:02.150 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:28:02.251 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-12-09 17:28:02.366 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-12-09 17:28:02.366 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-12-09 17:28:02.366 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-12-09 17:28:02.368 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.3"]
[2024-12-09 17:28:02.369 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-12-09 17:28:02.369 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-12-09 17:28:02.369 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-12-09 17:28:04.373 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
[2024-12-09 17:28:07.307 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.307 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.309 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.309 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.310 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.310 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.310 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:07.311 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-12-09 17:28:10.673 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: EFCore migrations applied successfully
[2024-12-09 17:28:11.400 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:28:11.402 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:28:11.407 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.3.0"
[2024-12-09 17:28:11.408 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.3.0"
[2024-12-09 17:28:11.409 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.3.0"
[2024-12-09 17:28:11.438 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.3.0"
[2024-12-09 17:28:11.439 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.3.0"
[2024-12-09 17:28:11.527 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData", "RemoveDuplicatePlaylistChildren"]
[2024-12-09 17:28:11.530 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"AddDefaultPluginRepository"'
[2024-12-09 17:28:11.531 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:28:11.531 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:28:11.532 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"AddDefaultPluginRepository"' applied successfully
[2024-12-09 17:28:11.543 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"ReaddDefaultPluginRepository"'
[2024-12-09 17:28:11.544 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"ReaddDefaultPluginRepository"' applied successfully
[2024-12-09 17:28:11.577 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"AddDefaultCastReceivers"'
[2024-12-09 17:28:11.578 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:28:11.579 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:28:11.579 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"AddDefaultCastReceivers"' applied successfully
[2024-12-09 17:28:11.580 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"UpdateDefaultPluginRepository10.9"'
[2024-12-09 17:28:11.580 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:28:11.581 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:28:11.581 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"UpdateDefaultPluginRepository10.9"' applied successfully
[2024-12-09 17:28:11.581 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"MoveTrickplayFiles"'
[2024-12-09 17:28:11.674 +00:00] [INF] [4] Jellyfin.Server.Migrations.Routines.MoveTrickplayFiles: Moved 0 items in 00:00:00.0911145
[2024-12-09 17:28:11.675 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"MoveTrickplayFiles"' applied successfully
[2024-12-09 17:28:11.702 +00:00] [INF] [4] Main: Kestrel is listening on "0.0.0.0"
[2024-12-09 17:28:11.823 +00:00] [WRN] [4] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {568458dd-3dda-43ad-af2b-75b7318ddbb4} may be persisted to storage in unencrypted form.
[2024-12-09 17:28:12.411 +00:00] [WRN] [4] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-12-09 17:28:12.480 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-12-09 17:28:12.505 +00:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-12-10 03:00:00.000 +00:00, which is 09:31:47.4951929 from now.
[2024-12-09 17:28:12.508 +00:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-12-10 02:00:00.000 +00:00, which is 08:31:47.4919388 from now.
[2024-12-09 17:28:13.461 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2024-12-09 17:28:13.513 +00:00] [INF] [4] 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", "ac4", "dca", "flac", "mp3", "truehd"]
[2024-12-09 17:28:13.530 +00:00] [INF] [4] 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", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-12-09 17:28:13.550 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "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", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-12-09 17:28:13.651 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-12-09 17:28:15.521 +00:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
[2024-12-09 17:28:15.536 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-12-09 17:28:17.205 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-12-09 17:28:17.206 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: ServerId: "8e70aca70ec94813922c6a64ef048649"
[2024-12-09 17:28:17.207 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-12-09 17:28:17.207 +00:00] [INF] [4] Main: Startup complete 0:00:15.5554586
[2024-12-09 17:28:19.931 +00:00] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 4 seconds
[2024-12-09 17:28:57.782 +00:00] [INF] [17] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "tequila" has been denied (IP: "192.168.1.28").
[2024-12-09 17:28:57.786 +00:00] [ERR] [17] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-12-09 17:29:11.469 +00:00] [INF] [11] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:29:11.470 +00:00] [INF] [11] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:29:11.471 +00:00] [INF] [17] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-12-09 17:29:11.557 +00:00] [WRN] [12] Jellyfin.Server.Implementations.Users.UserManager: No users, creating one with username "root"
[2024-12-09 17:32:00.810 +00:00] [INF] [21] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:32:00.811 +00:00] [INF] [21] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:32:11.647 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-12-09 17:32:11.647 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-12-09 17:32:11.648 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-12-09 17:32:11.648 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.3"]
[2024-12-09 17:32:11.648 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-12-09 17:32:11.648 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-12-09 17:32:11.648 +00:00] [INF] [22] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-12-09 17:32:13.567 +00:00] [INF] [3] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-09 17:32:13.567 +00:00] [INF] [3] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-12-09 17:32:13.572 +00:00] [INF] [19] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-12-09 17:32:13.783 +00:00] [WRN] [19] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-12-09 17:32:13.875 +00:00] [WRN] [19] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-12-09 17:32:14.077 +00:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mvtest/Super.Monsters.The.New.Class.2020.1080p.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-12-09 17:32:14.077 +00:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mvtest/Madagascar.A.Little.Wild.Holiday.Goose.Chase.2021.1080p.WEBRip.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-12-09 17:32:14.078 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mvtest/Chico.Bon.Bon.and.the.Very.Berry.Holiday.2020.1080p.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-12-09 17:32:18.801 +00:00] [INF] [3] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "tequila" has succeeded.
[2024-12-09 17:32:18.802 +00:00] [INF] [3] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "tequila": 0/0
[2024-12-09 17:32:18.805 +00:00] [INF] [3] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 59540dc9-57cc-4934-938a-6e3c3e98ec40
[2024-12-09 17:32:19.970 +00:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.28" request
[2024-12-09 17:33:54.329 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 1 minute(s) and 40 seconds
[2024-12-09 17:33:54.356 +00:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/mvtest"
I have just kept three movies to try but still its not getting any information for those.
As in the photo you can see nothing is coming up.
I currently reside in China so I am aware of the firewall, I thought they might have blocked TMDB and related metadata source but I can still open their website. I also did fresh install in my windows 10 laptop with JF.exe installer after that I tried with the same media in my NAS server, this ended up working perfectly fine with all the metadata pulled correctly.
Hopefully someone can direct me to the correct direction, to make some sense from the log file to know if there is something missing. I have gone through man of the FAQs over the net but still end up having same problem after multiple fresh install.