Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-03-05, 18:12)zorg2000k Wrote:
(2016-03-05, 11:48)P_Jamula Wrote:
(2015-12-10, 00:01)zorg2000k Wrote: Evening all,

Just wanted to see if anyone else is as OCD with metadata details for Music in Kodi with Madnox installed.

I've just finished tagging my whole library, which has taken 3 months off and on....

Small tip for anyone using Madnox and Showcase2 view. For correct Album tagging I made sure the following was completed for each album :

Tools used MusicBrainz Picard, TagRename, along with The AudioDB.com and Fanart.tv websites

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<album>
    <title></title>
    <musicBrainzAlbumID></musicBrainzAlbumID>
    <artist></artist>
    <genre></genre>
    <style></style>
    <mood></mood>
    <releasetype></releasetype>
    <compilation></compilation>
    <review></review>
    <type></type>
    <releasedate></releasedate>
    <label></label>
    <thumb</thumb>
    <path></path>
    <rating></rating>
    <year>2009</year>
    <albumArtistCredits>
        <artist></artist>
        <musicBrainzArtistID></musicBrainzArtistID>
        <joinphrase></joinphrase>
        <featuring></featuring>
    </albumArtistCredits>
    <track>
        <musicBrainzTrackID></musicBrainzTrackID>
        <title></title>
        <position></position>
        <duration></duration>
    </track>
</album>

And for all Artists the following :
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<artist>
    <name></name>
    <musicBrainzArtistID></musicBrainzArtistID>
    <genre></genre>
    <style></style>
    <mood></mood>
    <yearsactive></yearsactive>
    <born></born>
    <formed></formed>
    <biography></biography>
    <died></died>
    <disbanded></disbanded>
    <thumb</thumb>
    <album>
        <title></title>
        <year></year>
    </album>
</artist>

Ending up with the view like below :
Image

Image
This is great!!! I have all my music tagged using picard and tag&remname...
am I to understand that you have created Nfo's as well? if so what program did you use for the NFO's and is it one per album or one for song??

What I do is import new music into Kodi, after putting relevant artwork into artist and album folders and tagging via MusicBrainz Picard, then I go into Music settings area/ Library and the export my music library using "separate" / export thumbs and fanart "Yes" / overwrite old files "NO" . Kodi will then create a artist.nfo file and a album.nfo for each album under the artist directory.

Once thats done I then check to see whats been missed in the Kodi scrap import. I then edit each nfo for artist and album to fill in the missing details

Thanks


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - by zorg2000k - 2016-03-05, 18:23
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39