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

 

Post a comment

You may use the following HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">