Kodi Community Forum

Full Version: Music Video Artists are not shown in artist node (Matrix 19)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In musicvideo artist node, when "show all performers" is unselected, some artists don't appear at all.  In this test instance all musicvideo items have local nfo files.  This is the nfo file of a resresentative musicvideo which is the only video in the library from an album. 
Code:
  <musicvideo>
    <title>따르릉(Ring Ring)</title>
    <album>Ring Ring</album>
    <genre>k-trot</genre>
    <runtime>3:22</runtime>
    <plot>Kim Young-chul, Hong Jin-young &apos;Ring Ring&apos;

-Trot Queen Hong Jin-young and super power gagman Kim Young-chul met! Express collaboration is born</plot>
    <year>2017</year>
    <director></director>
    <studio></studio>
    <track>2</track>
    <artist>홍진영 / Hong Jin Young</artist>
  </musicvideo>

In this instance neither 홍진영 nor Hong Jin Young appear in the artist node, though both do if "show all performers" is selected.

Update:  On doing research, I see that when musicvideoview c10 has multiple artists entered with the Kodi separator " / ", the artists are ignored in CVideoDdatabase  GetPeopleNav call.  I assume there is a problem with this SQL:
Code:
if (bMainArtistOnly)
extraJoin =
extraJoin +
PrepareSQL(" WHERE actor.name IN (SELECT musicvideo_view.c10 from musicvideo_view)");
based on this I will create an issue.

scott s.
.