Music Videos
#16
The file may have an nfo extension, but it has no meaning to XBMC.
See here:
http://wiki.xbmc.org/index.php?title=Nfo
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.
Reply
#17
I would delete (or move) that file and try scraping again. If it doesn't work hand write a suitable .nfo file as described in the Wiki.

JR
Reply
#18
jhsrennie Wrote:I would delete (or move) that file and try scraping again. If it doesn't work hand write a suitable .nfo file as described in the Wiki.

JR

I've managed to write a small .nfo file with just the artist and title and this seemed to scan to the library ok except with one minor issue. When I go to the library, click on music videos>title, the circus video is there. If I click on music videos>artist>take that, the video is not there!
Am I missing something again?

Contents of the .nfo file now;

<musicvideo>
<title>The Circus</title>
<artist>Take That</artist>
</musicvideo>
Reply
#19
I had a quick play and it looks as if you need the album title as well. I found that:

Code:
<musicvideo>
  <title>The Circus</title>
  <artist>Take That</artist>
  <album>The Circus</album>
</musicvideo>

works.

JR
Reply
#20
jhsrennie Wrote:I had a quick play and it looks as if you need the album title as well. I found that:

Code:
<musicvideo>
  <title>The Circus</title>
  <artist>Take That</artist>
  <album>The Circus</album>
</musicvideo>

works.

JR

Many thanks JR, worked a treat.
Reply

Logout Mark Read Team Forum Stats Members Help
Music Videos0