Jellyfin as a Music Server – Missing Artist Tag
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 |