![]() |
SOLVED: Can't "parse/scrape" all music into library - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Can't "parse/scrape" all music into library (/t-solved-can-t-parse-scrape-all-music-into-library) Pages:
1
2
|
Can't "parse/scrape" all music into library - alike - 2025-03-29 The log says I can't update certain libraries, specifically folders containing my mp3's. Flac is working better. I have a lot more mp3's than flac so that could be related. Server log says: Code: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'. https://privatebin.net/?7bb8e2d4b4f2b5b1#7M6UGHLHExPNgEKLAEJ3mgZ3FzNvds3p8DBrLskffFSW I have had issues with this "SQLite error" a lot in the past as well, but have found ways to work around it. Earlier today I had issues with VGMdb but I deleted it and got one step further in fixing my music library. But still, my music is not scraped correctly on the mp3's. VGMdb error already fixed by removing the plugin: https://privatebin.net/?fa650951896acb47#4b2gTnXS2qkzZwmFtpMBxUzE9vJmKDJx9UiNjPbtXwQb Just to show what I'm talking about(hope its ok I post this, if not let me know and I will remove it): ![]() Notice how some in that pic is actually scraped but other are not. I think it worked before, but at a point it did not want to do it anymore. If that gives any meaning? RE: Can't "parse/scrape" all music into library - TheDreadPirate - 2025-03-30 Can you re-share your logs? The two links already expired. RE: Can't "parse/scrape" all music into library - alike - 2025-03-31 VGMdb issue: https://privatebin.net/?fa244369fce02cfb#BVkywz97PHKP1Ys89w2TjXpi26umYeazAVy2QsjnSvzS This one is not important anymore as I don't use it anymore. SQLite error: https://privatebin.net/?ec0e82587f7d8367#7umtuBZXvHjGhVx74nVy3MmNhaBMddTXhkMzq3wYmJX3 RE: Can't "parse/scrape" all music into library - TheDreadPirate - 2025-03-31 Can you share your full jellyfin log? I need more context and info. The one time I tried VGMdb I also got the same error, so I'm assuming the plugin is just broken or VGMdb changed their API. RE: Can't "parse/scrape" all music into library - alike - 2025-04-04 Don't worry about the VGMdb, I don't use it anymore and I don't think I need it. I only talked about it since I thought maybe that was behind the issue with SQLite error, but it was just another smaller matter. Here is the whole log for today: https://privatebin.net/?dc3ae4aefdc6dd39#NNAcPwveAZKnik8gqvtV4MX1ditEEpziKHKj2KbGTT9 Around 16:37 I refreshed the library on the troubled area with mp3's I am talking about. RE: Can't "parse/scrape" all music into library - TheDreadPirate - 2025-04-04 Which drives is your music on? From the names, I'm assuming your D and F drive? But there appears to be some sort of database issue. Based on some other things I'm am seeing, I'm wondering if it is the playback reporting plugin. Can you disable the playback reporting plugin, restart jellyfin, then scan your library again? RE: Can't "parse/scrape" all music into library - alike - 2025-04-05 I tried deactivating the playback reporting plugin, restarted and tried "look for missing metadata" and "look for changes" on the troubled library. Still the same however, the same error message in the log. I also deleted a plugin called "reports" that wasn't so useful anyway, and tried again: same result. Here's more logdata: https://privatebin.net/?b96128051d5bb052#6aezRodQf2jXiKwCvmno4Ai4HW2WFPxXmpfJaA7rBEZ3 BTW any idea what creates this message? Its new for me: Code: [2025-04-05 10:40:39.976 +02:00] [INF] [29] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged. But even when I just run the app the "normal way" this message is present quite often in the log. I have another plugin that have its icon deleted, so I am guessing its something with permission on the plugin file? Any thoughts on that? ![]() RE: Can't "parse/scrape" all music into library - alike - 2025-04-05 I manually deleted the plugin called "Skinmanager" from the programdata\xxx folder to get rid of another possible error source. I wasn't using this anyway. I installed a lot of plugin when I started using Jellyfin just to try them out, but could be its not too good to have too many running at the same time. I also tried "replacing all metadata" on this troubled library. Unfortunately I am experiencing the same issue with the database: https://privatebin.net/?e13fd270c5354823#4MYrQnERrgHCzqMhEoNguPZKiNZc8w2BvwtrdTECQ7mj RE: Can't "parse/scrape" all music into library - alike - 2025-04-05 I am seriously considering installing Unraid and docker Linux to get rid of all these issues. Hopefully its just my Windows OS that is broken and not hardware issues I'm experiencing on this server PC. RE: Can't "parse/scrape" all music into library - TheDreadPirate - 2025-04-05 Also try disabling the KodiSyncQueue plugin. It has its own database that could be interfering with operations. BUT, I'm leaning towards some jellyfin database issue. This happens on all OSes, not just Windows, btw. Regarding the custom authentication messages. This is usually caused by a TV client, Android or Roku, trying to authenticate with an expired token. You need to find the offender and log out and log back in on that device. |