7. Now head over to folders and check that both the Artist.nfo and Album.nfo has been created.
Artist
Album
Editing the NFO files
Most of the hard work is now done. What I do next is open both the Artist and Album nfo files which Kodi has generated to add the missing details we talked about earlier.
Artist was missing
Born and
Years active
and
Album was missing
Type and the
Album Rating Stars
So lets open the
Artist nfo to start with :
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<artist>
<name>Lonestar</name>
<musicBrainzArtistID>407592bd-6b6e-4803-80fd-f17e59446734</musicBrainzArtistID>
<genre>Country</genre>
<style>Country</style>
<mood>Gritty</mood>
<born>Nashville, Tennessee, U.S. (1992)</born>
<formed></formed>
<biography>Lonestar is an American country music group consisting of Richie McDonald (lead vocals), Michael Britt (lead guitar, background vocals), Keech Rainwater (drums), and Dean Sams (keyboards, background vocals). John Rich was also the group's bass guitarist and second lead vocalist until 1998, when he was fired from the group. He left for a solo career, before joining Big Kenny in the duo Big & Rich in 2003. Since Rich's departure, Lonestar has not had an official bass guitarist. McDonald left the band in November 2007 for a solo career before returning in 2011. In that timespan, he was replaced by former McAlyster lead singer Cody Collins.

Lonestar first charted on Hot Country Songs in late 1995. Nine of the band's singles reached number 1 on this chart: "No News", "Come Cryin' to Me", "Amazed", "Smile", "What About Now", "Tell Her", "I'm Already There", "My Front Porch Looking In", and "Mr. Mom", with nine more reaching Top 10 on the same chart. "Amazed" also charted at number 1 on the Billboard Hot 100, becoming the first song to do so since "Islands in the Stream" in 1983; both "Amazed" and "My Front Porch Looking In" were the top country songs of 1999 and 2003, respectively, on Billboard Year-End. The group recorded seven albums and a greatest hits package for BNA Records, and an eighth album for Saguaro Road. Three of their albums have been certified gold, while three more have been certified platinum or higher by the Recording Industry Association of America.</biography>
<died></died>
<disbanded></disbanded>
<thumb preview="http://www.theaudiodb.com/images/media/artist/thumb/uvqywu1364243170.jpg/preview">http://www.theaudiodb.com/images/media/artist/thumb/uvqywu1364243170.jpg</thumb>
<path>Y:\Lonestar\</path>
<fanart>
<thumb preview="http://assets.fanart.tv/fanart/music/407592bd-6b6e-4803-80fd-f17e59446734/artistbackground/lonestar-5140cca85c1cc.jpg/preview">http://assets.fanart.tv/fanart/music/407592bd-6b6e-4803-80fd-f17e59446734/artistbackground/lonestar-5140cca85c1cc.jpg</thumb>
</fanart>
<album>
<title>Life as We Know It</title>
<year>2013</year>
</album>
<album>
<title>Coming Home</title>
<year>2005</year>
</album>
<album>
<title>I'm Already There</title>
<year>2001</year>
</album>
<album>
<title>Mountains</title>
<year>2006</year>
</album>
<album>
<title>Party Heard Around the World</title>
<year></year>
</album>
<album>
<title>Crazy Nights</title>
<year>1997</year>
</album>
<album>
<title>Lonestar</title>
<year>1995</year>
</album>
<album>
<title>This Christmas Time</title>
<year>2000</year>
</album>
<album>
<title>Lonely Grill</title>
<year>1999</year>
</album>
<album>
<title>Let's Be Us Again</title>
<year>2004</year>
</album>
<album>
<title>My Christmas List</title>
<year>2007</year>
</album>
</artist>
So to add / amend the missing data I will change the following to resolve the
formed missing info, I removed the 1992 from born and added to the formed area as per :
<born>Nashville, Tennessee, U.S.</born>
<formed>1992</formed>
And to add the missing Years Active I add the following line :
<yearsactive>1990s - 2010s</yearsactive>
So I ended up with a final Artist NFO like this, which I then save to complete the changes to the Artist.nfo file. It is saved in the same location from where we opened it earlier :
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<artist>
<name>Lonestar</name>
<musicBrainzArtistID>407592bd-6b6e-4803-80fd-f17e59446734</musicBrainzArtistID>
<yearsactive>1990s - 2010s</yearsactive>
<genre>Country</genre>
<style>Country</style>
<mood>Gritty</mood>
<born>Nashville, Tennessee, U.S.</born>
<formed>1992</formed>
<biography>Lonestar is an American country music group consisting of Richie McDonald (lead vocals), Michael Britt (lead guitar, background vocals), Keech Rainwater (drums), and Dean Sams (keyboards, background vocals). John Rich was also the group's bass guitarist and second lead vocalist until 1998, when he was fired from the group. He left for a solo career, before joining Big Kenny in the duo Big & Rich in 2003. Since Rich's departure, Lonestar has not had an official bass guitarist. McDonald left the band in November 2007 for a solo career before returning in 2011. In that timespan, he was replaced by former McAlyster lead singer Cody Collins.

Lonestar first charted on Hot Country Songs in late 1995. Nine of the band's singles reached number 1 on this chart: "No News", "Come Cryin' to Me", "Amazed", "Smile", "What About Now", "Tell Her", "I'm Already There", "My Front Porch Looking In", and "Mr. Mom", with nine more reaching Top 10 on the same chart. "Amazed" also charted at number 1 on the Billboard Hot 100, becoming the first song to do so since "Islands in the Stream" in 1983; both "Amazed" and "My Front Porch Looking In" were the top country songs of 1999 and 2003, respectively, on Billboard Year-End. The group recorded seven albums and a greatest hits package for BNA Records, and an eighth album for Saguaro Road. Three of their albums have been certified gold, while three more have been certified platinum or higher by the Recording Industry Association of America.</biography>
<died></died>
<disbanded></disbanded>
<thumb preview="http://www.theaudiodb.com/images/media/artist/thumb/uvqywu1364243170.jpg/preview">http://www.theaudiodb.com/images/media/artist/thumb/uvqywu1364243170.jpg</thumb>
<path>Y:\Lonestar\</path>
<fanart>
<thumb preview="http://assets.fanart.tv/fanart/music/407592bd-6b6e-4803-80fd-f17e59446734/artistbackground/lonestar-5140cca85c1cc.jpg/preview">http://assets.fanart.tv/fanart/music/407592bd-6b6e-4803-80fd-f17e59446734/artistbackground/lonestar-5140cca85c1cc.jpg</thumb>
</fanart>
<album>
<title>Life as We Know It</title>
<year>2013</year>
</album>
<album>
<title>Coming Home</title>
<year>2005</year>
</album>
<album>
<title>I'm Already There</title>
<year>2001</year>
</album>
<album>
<title>Mountains</title>
<year>2006</year>
</album>
<album>
<title>Party Heard Around the World</title>
<year></year>
</album>
<album>
<title>Crazy Nights</title>
<year>1997</year>
</album>
<album>
<title>Lonestar</title>
<year>1995</year>
</album>
<album>
<title>This Christmas Time</title>
<year>2000</year>
</album>
<album>
<title>Lonely Grill</title>
<year>1999</year>
</album>
<album>
<title>Let's Be Us Again</title>
<year>2004</year>
</album>
<album>
<title>My Christmas List</title>
<year>2007</year>
</album>
</artist>
Now we will repeat the same exercise above to edit and update the missing data with the Album NFO file :
So lets open the Album nfo to start with :
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<album>
<title>From There to Here: Greatest Hits</title>
<musicBrainzAlbumID>1fe7cec4-89c3-4dfe-90dc-91abe4f4713f</musicBrainzAlbumID>
<artist>Lonestar</artist>
<genre>Country</genre>
<style>Country</style>
<mood>Gritty</mood>
<compilation>false</compilation>
<review>From There To Here: Greatest Hits is the first greatest hits compilation released by American country music group Lonestar. In addition to chronicling the greatest hits from their first four studio albums, the album includes the newly recorded tracks "My Front Porch Looking In", "Walking in Memphis" (a cover of the 1991 Marc Cohn song) and "I Pray", as well as a second recording of their 2001 single "I'm Already There". "My Front Porch Looking In" and "Walking in Memphis" were both released as singles.

From There to Here: Greatest Hits comprises thirteen tracks from the band's first four studio albums, arranged chronologically and starting with the band's 1995 debut single "Tequila Talkin'". This, "No News" and "Runnin' Away with My Heart" all come from Lonestar's self-titled debut album. "Come Cryin' to Me", "You Walked In" and "Everything's Changed" are from 1997's Crazy Nights; "Amazed", "Smile", "What About Now" and "Tell Her" from 1999's Lonely Grill; and "I'm Already There", "With Me" and "Not a Day Goes By" from 2002's I'm Already There. Five single releases are missing from the album: "When Cowboys Didn't Dance" and "Heartbroke Every Day" from Lonestar, "Say When" from Crazy Nights, "Saturday Nights" from Lonely Grill and "Unusually Unusual" from I'm Already There.
Also included on this album are three new recordings: "My Front Porch Looking In" and "I Pray", as well as a cover of Marc Cohn's "Walking in Memphis". "My Front Porch Looking In" and "Walking in Memphis" were both released as singles in 2003, respectively reaching #1 and #8 on the U.S. country charts. Closing off the album is a remix of "I'm Already There" entitled the "Message from Home". This remix is interspersed with telephone calls placed by family members of soldiers.

Stephen Thomas Erlewine gave the album four stars out of five on Allmusic, where he called it a "fine retrospective" of the band's sound. In the Consumer Guide, however, Robert Christgau gave the album a "dud" rating and called it "a bad record whose details rarely merit further thought."</review>
<type></type>
<releasedate></releasedate>
<label>BNA Records</label>
<type></type>
<thumb preview="http://www.theaudiodb.com/images/media/album/thumb/ssptvu1389506468.jpg/preview">http://www.theaudiodb.com/images/media/album/thumb/ssptvu1389506468.jpg</thumb>
<path>Y:\Lonestar\From There to Here Greatest Hits (2003)\</path>
<rating>-1</rating>
<year>2003</year>
<albumArtistCredits>
<artist>Lonestar</artist>
<musicBrainzArtistID>407592bd-6b6e-4803-80fd-f17e59446734</musicBrainzArtistID>
<joinphrase></joinphrase>
<featuring>Lonestar</featuring>
</albumArtistCredits>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Tequila Talkin'</title>
<position>1</position>
<duration>03:27</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>No News</title>
<position>2</position>
<duration>02:53</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Runnin' Away With My Heart</title>
<position>3</position>
<duration>03:31</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Come Cryin' to Me</title>
<position>4</position>
<duration>03:43</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>You Walked In</title>
<position>5</position>
<duration>04:31</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Everything's Changed</title>
<position>6</position>
<duration>03:53</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Amazed</title>
<position>7</position>
<duration>04:01</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Smile</title>
<position>8</position>
<duration>03:35</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>What About Now</title>
<position>9</position>
<duration>03:32</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Tell Her</title>
<position>10</position>
<duration>03:28</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I'm Already There</title>
<position>11</position>
<duration>04:13</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>With Me</title>
<position>12</position>
<duration>03:51</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Not a Day Goes By</title>
<position>13</position>
<duration>04:07</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>My Front Porch Looking In</title>
<position>14</position>
<duration>03:44</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I Pray</title>
<position>15</position>
<duration>03:47</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Walking in Memphis</title>
<position>16</position>
<duration>03:50</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I'm Already There (Message From Home)</title>
<position>17</position>
<duration>04:31</duration>
</track>
<releasetype>album</releasetype>
</album>
To up the missing data
Type and the
Album Rating Stars in the Album.nfo we need to edit the following lines.
<type></type>
<rating>-1</rating>
To the following
<type>CD</type> Note : This could be DVD-Audio, Digital Media, Vinyl etc
<rating>3</rating> Note : Kodi Rating range is 1-5.
My final album.nfo file looks like this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<album>
<title>From There to Here: Greatest Hits</title>
<musicBrainzAlbumID>1fe7cec4-89c3-4dfe-90dc-91abe4f4713f</musicBrainzAlbumID>
<artist>Lonestar</artist>
<genre>Country</genre>
<style>Country</style>
<mood>Gritty</mood>
<compilation>false</compilation>
<review>From There To Here: Greatest Hits is the first greatest hits compilation released by American country music group Lonestar. In addition to chronicling the greatest hits from their first four studio albums, the album includes the newly recorded tracks "My Front Porch Looking In", "Walking in Memphis" (a cover of the 1991 Marc Cohn song) and "I Pray", as well as a second recording of their 2001 single "I'm Already There". "My Front Porch Looking In" and "Walking in Memphis" were both released as singles.

From There to Here: Greatest Hits comprises thirteen tracks from the band's first four studio albums, arranged chronologically and starting with the band's 1995 debut single "Tequila Talkin'". This, "No News" and "Runnin' Away with My Heart" all come from Lonestar's self-titled debut album. "Come Cryin' to Me", "You Walked In" and "Everything's Changed" are from 1997's Crazy Nights; "Amazed", "Smile", "What About Now" and "Tell Her" from 1999's Lonely Grill; and "I'm Already There", "With Me" and "Not a Day Goes By" from 2002's I'm Already There. Five single releases are missing from the album: "When Cowboys Didn't Dance" and "Heartbroke Every Day" from Lonestar, "Say When" from Crazy Nights, "Saturday Nights" from Lonely Grill and "Unusually Unusual" from I'm Already There.
Also included on this album are three new recordings: "My Front Porch Looking In" and "I Pray", as well as a cover of Marc Cohn's "Walking in Memphis". "My Front Porch Looking In" and "Walking in Memphis" were both released as singles in 2003, respectively reaching #1 and #8 on the U.S. country charts. Closing off the album is a remix of "I'm Already There" entitled the "Message from Home". This remix is interspersed with telephone calls placed by family members of soldiers.

Stephen Thomas Erlewine gave the album four stars out of five on Allmusic, where he called it a "fine retrospective" of the band's sound. In the Consumer Guide, however, Robert Christgau gave the album a "dud" rating and called it "a bad record whose details rarely merit further thought."</review>
<type>CD</type>
<releasedate></releasedate>
<label>BNA Records</label>
<type>CD</type>
<thumb preview="http://www.theaudiodb.com/images/media/album/thumb/ssptvu1389506468.jpg/preview">http://www.theaudiodb.com/images/media/album/thumb/ssptvu1389506468.jpg</thumb>
<path>Y:\Lonestar\From There to Here Greatest Hits (2003)\</path>
<rating>3</rating>
<year>2003</year>
<albumArtistCredits>
<artist>Lonestar</artist>
<musicBrainzArtistID>407592bd-6b6e-4803-80fd-f17e59446734</musicBrainzArtistID>
<joinphrase></joinphrase>
<featuring>Lonestar</featuring>
</albumArtistCredits>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Tequila Talkin'</title>
<position>1</position>
<duration>03:27</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>No News</title>
<position>2</position>
<duration>02:53</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Runnin' Away With My Heart</title>
<position>3</position>
<duration>03:31</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Come Cryin' to Me</title>
<position>4</position>
<duration>03:43</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>You Walked In</title>
<position>5</position>
<duration>04:31</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Everything's Changed</title>
<position>6</position>
<duration>03:53</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Amazed</title>
<position>7</position>
<duration>04:01</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Smile</title>
<position>8</position>
<duration>03:35</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>What About Now</title>
<position>9</position>
<duration>03:32</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Tell Her</title>
<position>10</position>
<duration>03:28</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I'm Already There</title>
<position>11</position>
<duration>04:13</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>With Me</title>
<position>12</position>
<duration>03:51</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Not a Day Goes By</title>
<position>13</position>
<duration>04:07</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>My Front Porch Looking In</title>
<position>14</position>
<duration>03:44</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I Pray</title>
<position>15</position>
<duration>03:47</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>Walking in Memphis</title>
<position>16</position>
<duration>03:50</duration>
</track>
<track>
<musicBrainzTrackID></musicBrainzTrackID>
<title>I'm Already There (Message From Home)</title>
<position>17</position>
<duration>04:31</duration>
</track>
<releasetype>album</releasetype>
</album>