Kodi Community Forum

Full Version: Music Videos info not loaded from NFO in library mode?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have music videos for which I have corresponding NFO files with below structure (generated as per xbmc wiki):

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<musicvideo>
  <title>Some Title</title>
  <artist>Artist 1</artist>
  <artist>Artist 2</artist>
  <album>Some Album</album>
  <genre>Genre 1</genre>
  <genre>Genre 2</genre>
  <year>2010</year>
  <director>Some Director</director>
</musicvideo> 

When I import my videos into library, they do get sorted into Artists, Albums, Genre, Year and Director nodes but if I try to access video information for any video then all fields data (Artists, Album, Year, Genre etc.,) is blank except the source path. If I check for same information in file mode (not library mode) then I do see the data :confused2:

Has anyone else encountered the same problem? or is this a known xbmc bug or am I doing something wrong?

Appreciate your response.

Thanks and Regards,