Jellyfin Forum
Display the correct information when playing video clips - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Display the correct information when playing video clips (/t-display-the-correct-information-when-playing-video-clips)



Display the correct information when playing video clips - SavanFlou - 2024-09-18

Hello,
I have a little problem with video clips:
I have some in my library, all the information came from nfo files I created long back ago and they are all perfectly read by Jellyfin, BUT when I look one, the displayed name is not "Artist - Title" but "Album - Title". I triple check the metadata, but everything is fine, it seems Jellyfin chooses the "wrong" information to show.
Any way to fix that?

Thanks for the help


RE: Display the correct information when playing video clips - TheDreadPirate - 2024-09-18

What kind of library is this?


RE: Display the correct information when playing video clips - SavanFlou - 2024-09-18

It is named Music videos in Jellyfin.


RE: Display the correct information when playing video clips - TheDreadPirate - 2024-09-18

Can you share the contents of one of the NFOs for your music videos? I'm looking at the code for rendering a music video library, but I need an example to help me make sense of the code.


RE: Display the correct information when playing video clips - SavanFlou - 2024-09-18

Here is the code 
Show Content

And if I look at the metadata in Jellyfin, they seem to be ok =
Title=Thunderstruck
Album=The Razor's Edge
Artist = AC/DC

But in the "music video" part of Jellyfin, under its cover and also if I start looking it, for the displayed infomartion on Top left when I move my mouse, The shown information is The Razor's edge - Thunderstruck", So album - Title.


RE: Display the correct information when playing video clips - TheDreadPirate - 2024-09-19

I happened to have that music video so I popped your NFO in my library and I think I found the element that renders the album name.

   

I'll do some more research and submit a github report if needed.