Music Videos show up in Music Video Library under "Title" but not under each artist

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kiboy6 Offline
Fan
Posts: 609
Joined: Mar 2009
Reputation: 0
Post: #1
I used YANG (http://forum.xbmc.org/showthread.php?tid=36167) to create a nfo for each of my music dvds that i want to show up as Music Videos under XBMC.

It works great, except that the files only show up in the library if i view all titles. If i try to sort by artist, each artist folder that corresponds to the artist from each nfo is present, but there is no video file within each artists library folder.

The nfos look like this:

<musicvideo>
<title>Live. Light it Up Tour</title>
<artist>R. Kelly</artist>
</musicvideo>


Any reason anyone can think of why they won't show up under each artist's folder in Music Videos?

Thanks Smile
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #2
This is from an nfo I know to be working (No idea where I got it from originally).
<artist>
<name>R. Kelly</name>
</artist>

Which does not agree with the wiki, please let me know if it works and I will fix there.
http://wiki.xbmc.org/?title=Import_-_Exp...sic_Videos

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #3
I do not have time to look into this now, But i have working examples of your method on my PC (other was nfo from my Xbox which I do not have access to atm).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
kiboy6 Offline
Fan
Posts: 609
Joined: Mar 2009
Reputation: 0
Post: #4
Thanks sho - i will try modifying nfos as you suggested when i get back to the HTPC later on today and report back Smile
find quote
kiboy6 Offline
Fan
Posts: 609
Joined: Mar 2009
Reputation: 0
Post: #5
HI sho...well I tried that out and it still made no difference Sad

Any other ideas? Thanks!
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #6
Apparently both are valid, and both work fine for me.
Does it work the same in the music and video libraries?

All I can think of right now is adding the album to the nfo.
There was some kind of a problem with music videos missing the album in previous versions, what version are you using?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
kiboy6 Offline
Fan
Posts: 609
Joined: Mar 2009
Reputation: 0
Post: #7
Using Camelot Beta 2 now, although was using b1 when I originally posted Smile

Same prob in music and music video libraries.

Modified nfo to add album field and still no joy....

Thanks for the efforts anyway Smile
find quote
Drir Offline
Member
Posts: 51
Joined: Sep 2009
Reputation: 0
Post: #8
Don't know if this is a skin issue, or something else. But whenever I try to view by artist in music videos it just wont show anything. It shows the artists just a dead end whenever they are selected.

here is the debug log.
Code:
23:24:08 T:1416 M:1086418944   ERROR: SQLite: SQL error or missing database
                                            Query: select musicvideo.c09,musicvideo.idMVideo,actors.strActor,path.strPath from musicvideo,path,files join artistlinkmusicvideo on artistlinkmusicvideo.idmvideo=musicvideo.idmvideo join actors on actors.idActor=artistlinkmusicvideo.idartist join files on files.idFile = musicvideo.idfile join path on path.idpath = files.idpath where artistlinkmusicvideo.idartist=5742 group by musicvideo.c09
23:24:08 T:1416 M:1086418944   ERROR: CVideoDatabase::GetMusicVideoAlbumsNav failed
23:24:08 T:1416 M:1086418944   ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting videodb://3/4/5742/
23:24:08 T:1416 M:1086414848   ERROR: CGUIMediaWindow::GetDirectory(videodb://3/4/5742/) failed
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
Post: #9
Useless without version information. Please post a full debug log.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Drir Offline
Member
Posts: 51
Joined: Sep 2009
Reputation: 0
Post: #10
Its the recent Camelot beta 2 but its a problem Ive had since Babylon.
find quote
Post Reply