Jellyfin Forum
scan not finding adds in music - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: scan not finding adds in music (/t-scan-not-finding-adds-in-music)



scan not finding adds in music - metropical - 2024-07-20

Emby finds them, so the metadata must be OK.
Trying to paste a log but pastebin won't take the log, too big.

zipped in my 2nd post


RE: scan not finding adds in music - theguymadmax - 2024-07-20

Attach as zip or make the link public


RE: scan not finding adds in music - metropical - 2024-07-22


.zip   2024.07.22. JFMP log.zip (Size: 479.45 KB / Downloads: 57)

hopefully that zip shows.


RE: scan not finding adds in music - TheDreadPirate - 2024-07-22

Instead of setting debug logging with an override logging.json, just set it to override in logging.default.json directly. The logs are much cleaner when done this way. It's hard to read the logs when the logging override is used. Lots of extraneous stuff.


RE: scan not finding adds in music - metropical - 2024-07-25

how do I do that? In JFMP or JFS?


RE: scan not finding adds in music - TheDreadPirate - 2024-07-25

In /Users/fritz/.local/share/jellyfin/config, there should be a file called "logging.default.json". If you have a logging.json file in that same folder, delete it.

At the top of the file you will see these lines.

Code:
{
    "Serilog": {
        "MinimumLevel": {
            "Default": "Information",
            "Override": {
                "Microsoft": "Warning",
                "System": "Warning"
            }
        },

Change "Information" and "Warning" to "Debug". Restart jellyfin after saving the changes. Replicate the problem then share the new log with us.


RE: scan not finding adds in music - metropical - 2024-07-25

that's what they were when I opened it. I don't have "logging.json" file


RE: scan not finding adds in music - TheDreadPirate - 2024-07-25

Unfortunately, nothing in the log stands out.


RE: scan not finding adds in music - metropical - 2024-07-27

Darn the Luck ! ! !