Jellyfin Forum
Broken artists and genre section - 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: Broken artists and genre section (/t-broken-artists-and-genre-section)

Pages: 1 2


Broken artists and genre section - disconnectome - 2024-09-16

Hello!
In the music library, in the artists section, not all artists are present.
There are also no genres at all.
For example I have:
Show Content
But if I look for artists, it wont be where:
Show Content
And where is a lot of artists like this.

As for genres I have no genres at all, but a lot of songs have their genre.
Show Content
Server version 10.9.11, from docker container.
I tried to scan all libraries, to rescan only music library, restart container for a several times, but nothing helps.


RE: Broken artists and genre section - TheDreadPirate - 2024-09-16

How is your music organized? And do your files have metadata tags?


RE: Broken artists and genre section - disconnectome - 2024-09-16

Most of the music organized like
-Artist
--Album1
--Album2
etc

Yes. Tracks from example do have meta tags.
Code:
Input #0, flac, from '01 Red Moon.flac':
  Metadata:
    ALBUM          : Red Moon
    track          : 01
    DATE            : 2010/03/17
    GENRE          : JPop
    TITLE          : Red Moon
    artist          : Kalafina
    album_artist    : Kalafina
    encoder        : Lavf58.76.100
  Duration: 00:06:40.13, start: 0.000000, bitrate: 933 kb/s
  Stream #0:0: Audio: flac, 44100 Hz, stereo, s16



RE: Broken artists and genre section - TheDreadPirate - 2024-09-16

Do you have any metadata providers enabled?

Can you share your jellyfin logs via pastebin?


RE: Broken artists and genre section - disconnectome - 2024-09-16

Yes, I have
Show Content

Can you please tell me what should I do before sharing logs.
Rescan all libraries, or scan only this library?


RE: Broken artists and genre section - TheDreadPirate - 2024-09-16

What happens if Musicbrainz is the top metadata provider?

Rescan, replace all metadata, once that finishes share the log.


RE: Broken artists and genre section - disconnectome - 2024-09-16

Restarted container and rescanned, replaced metadata.
https://pastebin.com/en6V2ckq
Show Content

upd: Forgot to mention - nothing changed.


RE: Broken artists and genre section - TheDreadPirate - 2024-09-17

Is your ISP blocking musicbrainz or last.fm? Another Russian user found that TMDB was blocked, but TVDB wasn't.

Can you run this command on the command line of the server? Share the output via pastebin.

Code:
curl -vvv https://musicbrainz.org/ws/2/artist/b71abaa0-dd97-4e85-943d-3ffa2d3278a5?inc=aliases



RE: Broken artists and genre section - disconnectome - 2024-09-17

Hm, I have tried your request and got tls error for some reason. But website seems to be available.
I add route for musicbrainz.org via my vpn in europe, and now I got response.
Made rescan, replace all metadata - artisted fixed. Genres showed up. For now I will accept using vpn as solution. It’s strange that last fm didn’t work either, because it already works for me via VPN.
Which log made you guess this? Asking for futher debug, have some problems with other libraries, but not that critical.
Thank you!


RE: Broken artists and genre section - TheDreadPirate - 2024-09-17

The logs regarding not being able to compute a blur hash. That usually means it wasn't able to retrieve an image.

Another Russian user had issues accessing TMDB and a similar curl command revealed that their DNS resolved "api.tmdb.org" to "127.0.0.1", aka localhost. Which usually means their ISP was blocking the site. They didn't have to use a VPN since TVDB wasn't blocked.

So I assumed something similar was going on with you.