Aeon Madnox for Krypton / Jarvis - (no longer in development)
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


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 - Beta Release (for Isengard) - by zorg2000k - 2015-12-10, 00:01
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