Menu
Categories
Jellyfin as a Music Server – Missing Artist Tag
December 21, 2023 Jellyfin

See previous post about Jellyfin for details on Jellyfin database access.

1
2
3
4
5
select artists,album,IndexNumber,name,path
from TypedBaseItems where artists is NULL
and IsFolder = 0
and path not like '%Metadata%'
ORDER BY Path

 

Leave a Reply
*