2016-06-24, 18:46
Hi, I'm trying to build my music library, but it's not an easy task, rather it seems a hurdles race...
I'm in Jarvis, I have an artist.nfo under every artist and I'm trying to build the muysic database in a computer with kodi fresh installed. The artist.nfo are as follows:
Then I build the database scraping with Local information only and almost all the fields get populated other than musicbrainz id...
![Full sized picture Image](http://i.imgur.com/oG30JSc.jpg)
Is that a bug o am I doing anything wrong?
Thanks.
I'm in Jarvis, I have an artist.nfo under every artist and I'm trying to build the muysic database in a computer with kodi fresh installed. The artist.nfo are as follows:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<artist>
<name>Adele</name>
<musicBrainzArtistID>cc2c9c3c-b7bc-4b8b-84d8-4fbd8779e493</musicBrainzArtistID>
<genre>Pop/Rock</genre>
<genre>International</genre>
<style>Adult Alternative Pop/Rock</style>
<mood>Wistful</mood>
<mood>Yearning</mood>
<yearsactive>2000s - 2010s</yearsactive>
<born>May 5, 1988 in Tottenham, London, England</born>
<formed>2006</formed>
<biography>Adele Laurie Blue Adkins (Tottenham, 5 de mayo de 1988), conocida simplemente como Adele, es una cantautora británica de soul, blues y pop</biography>
<died></died>
<disbanded></disbanded>
<path>D:\Mis documentos\Mi musica\Adele\</path>
<album>
<title>19</title>
<year>2008</year>
</album>
<album>
<title>21</title>
<year>2011</year>
</album>
</artist>
Then I build the database scraping with Local information only and almost all the fields get populated other than musicbrainz id...
![Full sized picture Image](http://i.imgur.com/oG30JSc.jpg)
Is that a bug o am I doing anything wrong?
Thanks.