Jellyfin Forum
slow media scan - 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: slow media scan (/t-slow-media-scan)

Pages: 1 2 3


RE: slow media scan - metropical - 2024-06-28

OK, just used that path but still saw no change in the doc text after pasting.
I'll restart the library scan.


RE: slow media scan - metropical - 2024-06-28

here is the file as it appears, unedited.

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
}
},
{
"Name": "Async",
"Args": {
"configure": [
{
"Name": "File",
"Args": {
"path": "%JELLYFIN_LOG_DIR%//log_.log",
"rollingInterval": "Day",
"retainedFileCountLimit": 3,
"rollOnFileSizeLimit": true,
"fileSizeLimitBytes": 100000000,
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}"
}
}
]
}
}
],
"Enrich": [ "FromLogContext", "WithThreadId" ]
}
}


RE: slow media scan - TheDreadPirate - 2024-06-28

You're supposed to change this block.

From

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

To

Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"": "Debug"

And restart Jellyfin after making the change.


RE: slow media scan - metropical - 2024-06-29

OK, made those changes and restarted. But the deBug log is way to big for pastebin.
So here is the 1st part of the log with DBGs.
https://pastebin.com/M1UJTynq

I also noted that if I went to: User/Administration/Metadata.
The newly added media is all there.
But when I Search, most times, recently added Artists/LPs are not found.


RE: slow media scan - TheDreadPirate - 2024-06-29

Did you start the scan in the log you shared?


RE: slow media scan - metropical - 2024-06-29

I believe so as there wouldn't have been "DBG"s in it otherwise .... right?


RE: slow media scan - metropical - 2024-06-30

I ran some of the missing recent files/LPs/folders thru MusicBrainz app.
Even after a restart of the computer, server and app, they are not found.
However, in the admin/metadata folder, they all appear. Weird


RE: slow media scan - TheDreadPirate - 2024-06-30

Can you give example folder and file names?


RE: slow media scan - metropical - 2024-07-01

Orville Peck/Stampede Vol. 1 -
01 - Cowboys Are Frequently Secretly Fond Of Each Other.m4a
02 - The Hurtin Kind.m4a
03 - Saturday Nights Alright (For Fighting).m4a
04 - Chemical Sunset.m4a
05 - How Far Will We Take It.m4a
06 - Mienteme.m4a
07 - Conquer The Heart.m4a


RE: slow media scan - metropical - 2024-07-03

trying something different. deleted the Music library and re-added 2 folders. Time will tell.