2025-06-17, 02:34 AM
(This post was last modified: 2025-06-17, 02:48 AM by Pieter. Edited 3 times in total.)
Hi, I noticed that images for some TV shows are not being downloaded.
When I look at the show it does have various ID's for IMDB, TVDB, MovieDB, etc.
If I manually identify, and use the same e.g. IMDB id, then images are immediately shown and downloaded.
1) Is there a way to filter by missing artwork?
2) Is there a way to force downloading of artwork?
3) Is there maybe something wrong with my setup?
Running 10.10.7 on Docker on Debian.
I did find lots of ERR entries for failing to create TrickPlay images.
Also a few DB locked errors:
E.g.
I do see reports of the DB lock errors on github, but blamed on network storage or multiple isntances, I run directly on ZFS volumes, and only 1 instance.
When I look at the show it does have various ID's for IMDB, TVDB, MovieDB, etc.
If I manually identify, and use the same e.g. IMDB id, then images are immediately shown and downloaded.
1) Is there a way to filter by missing artwork?
2) Is there a way to force downloading of artwork?
3) Is there maybe something wrong with my setup?
Running 10.10.7 on Docker on Debian.
I did find lots of ERR entries for failing to create TrickPlay images.
Also a few DB locked errors:
E.g.
Code:
[color=#000000][2025-06-16 12:15:00.045 -07:00] [ERR] [100] Microsoft.EntityFrameworkCore.Database.Connection: An error occurred using the connection to database '"main"' on server '"/config/data/data/jellyfin.db"'.
[2025-06-16 12:15:00.048 -07:00] [ERR] [100] Microsoft.EntityFrameworkCore.Query: An exception occurred while iterating over the results of a query for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
""Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked For more information on this error code see https://www.sqlite.org/rescode.html'.
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked For more information on this error code see https://www.sqlite.org/rescode.html'.
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()
at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
at lambda_method542(Closure, QueryContext)
at Jellyfin.Server.Implementations.MediaSegments.MediaSegmentManager.HasSegments(Guid itemId)
at MediaBrowser.Controller.Entities.BaseItem.GetVersionInfo(Boolean enablePathSubstitution, BaseItem item, MediaSourceType type)
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at MediaBrowser.Controller.Entities.BaseItem.GetMediaSources(Boolean enablePathSubstitution)
at Emby.Server.Implementations.Library.MediaSourceManager.GetStaticMediaSources(BaseItem item, Boolean enablePathSubstitution, User user)
[2025-06-16 12:15:00.049 -07:00] [ERR] [100] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items".[/color]
I do see reports of the DB lock errors on github, but blamed on network storage or multiple isntances, I run directly on ZFS volumes, and only 1 instance.