2024-07-11, 06:34 PM
(This post was last modified: 2024-07-11, 06:35 PM by TheDreadPirate.)
Can you show me screenshots of how the library is configured?
Also, enable debug logging, restart jellyfin and rescan with "replace all".
In the container, /config/config/logging.default.json set the 3 logs levels at the top to "Debug".
The log will be MUCH larger. If it doesn't fit into pastebin, zip the log file and attach it to a forum post.
Also, enable debug logging, restart jellyfin and rescan with "replace all".
In the container, /config/config/logging.default.json set the 3 logs levels at the top to "Debug".
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Debug",
"System": "Debug"
}
},
The log will be MUCH larger. If it doesn't fit into pastebin, zip the log file and attach it to a forum post.