2024-07-17, 03:17 PM
I needed clarification because you did not specify whether it was the container shell or UI.
Lose the attitude. I am a volunteer spending my free time to help you.
Open the following file. The container path is /config/config/logging.default.json.
Change the following lines at the top of the file.
From
To
Once you've made the changes, restart Jellyfin. Now move the files you are having issues with, preferably, into a separate test library. Scan the library, replace all metadata, wait for the scan to finish, then share the full jellyfin log via pastebin. If it is too large, zip the log file and attach it to a forum post. Censor any domain names and public IPs.
Lose the attitude. I am a volunteer spending my free time to help you.
Open the following file. The container path is /config/config/logging.default.json.
Change the following lines at the top of the file.
From
Code:
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
To
Code:
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Debug",
"System": "Debug"
}
},
Once you've made the changes, restart Jellyfin. Now move the files you are having issues with, preferably, into a separate test library. Scan the library, replace all metadata, wait for the scan to finish, then share the full jellyfin log via pastebin. If it is too large, zip the log file and attach it to a forum post. Censor any domain names and public IPs.