• 1
  • 266
  • 267
  • 268(current)
  • 269
  • 270
  • 468
Aeon Madnox for Krypton / Jarvis - (no longer in development)
i am just glad that it work now
greets to switzerland btw Smile
HW: I5, AMD A6, Odroid C2 OS:Win10 & LibreElec Kodi:latest 16.x & 17.x Skin: MADNOX

M A D N O X - incl "HOW TO - SETUP TRICKS..." on first page !!!
Extra GFX Stuff for AeonNox Mods
(2016-03-05, 13:07)Deadpool Wrote: Maybe I'm being dumb but it seems like you can't use a lot of the various music views (like Musicflix) when you make a smart playlist, is this deliberate?

not dumb - seems musicplaylists just show views who are set to "all" - maybe wait for DOC ... he is expert ( dont know if there is any playlist code for it )
thx 4 info
HW: I5, AMD A6, Odroid C2 OS:Win10 & LibreElec Kodi:latest 16.x & 17.x Skin: MADNOX

M A D N O X - incl "HOW TO - SETUP TRICKS..." on first page !!!
Extra GFX Stuff for AeonNox Mods
(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. 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
(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
Photo 
Spent all day setting up kodi again using this skin. This finally finished and I've just opened up the settings for and Addon and I can't see the text. Looks like a backgrounds missing have I done something to the skin or am I missing something? http://i.imgur.com/00xIKC1.jpg
So, I change skin to confluence then back to aeon madnox and everything is OK but a few minutes later it happened again, can't read shit. Background behind text has gone and I don't know why.
(2016-03-05, 18:56)mattyspurs76 Wrote: So, I change skin to confluence then back to aeon madnox and everything is OK but a few minutes later it happened again, can't read shit. Background behind text has gone and I don't know why.

There is currently a texture problem. The team is working on it. Use the reload button after selecting a movie with context menu (press c on keyboard). It should fix the problem on a temporary basis.
Synology DS1815+ / Kodi Krypton beta 3 with Madnox RC2 and Hyperspin 5TB FrontEnd
Just installed latest madnox. Great work guys!

I seem to have an issue with my widgets though. I use "latest movies" "latest episdodes" and latest added albums" as widgets. None of those toggles between the latest added movies, ep or albums. The widget always displays the same movie, ep or album. With the old madnox skin it always changed every 5 or 10 second.
All, I've created a post which may be useful for folk wanting to have their Music in Kodi and Aeon Madnox imported with all the data fields.

Hope this helps a few people. Created a new thread as I don't want to clog this thread up with questions and lots of screenshots...

Adding Music to Kodi (Jarvis) and Aeon Madnox (RC1) - Guide
(2016-03-05, 18:12)zorg2000k Wrote: [
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. 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
Thanks for the response...
1 What is your folder structure
2 What program do you use for adding the artwork??
Regards,

PJ
(2016-03-06, 10:07)zorg2000k Wrote: All, I've created a post which may be useful for folk wanting to have their Music in Kodi and Aeon Madnox imported with all the data fields.

Hope this helps a few people. Created a new thread as I don't want to clog this thread up with questions and lots of screenshots...

Adding Music to Kodi (Jarvis) and Aeon Madnox (RC1) - Guide

WOW..... Thanks a lot.... reviewed the post and it's the best detailed info seen here for a while....
that will be a great help to achieve the ultimate...

Thanks again......
Regards,

PJ
(2016-03-06, 10:07)zorg2000k Wrote: All, I've created a post which may be useful for folk wanting to have their Music in Kodi and Aeon Madnox imported with all the data fields.

Hope this helps a few people. Created a new thread as I don't want to clog this thread up with questions and lots of screenshots...

Adding Music to Kodi (Jarvis) and Aeon Madnox (RC1) - Guide

Wish there was such an elaborate method of importing Music Videos into Kodi....
Regards,

PJ
So geil was ihr da macht.. Great work guys.
new Studio Logo for the new Quentin Tarantino Movie:


http://www.mediafire.com/view/3b97tc07py..._Films.png
(2016-02-28, 22:01)BobCratchett Wrote:
(2016-02-28, 21:53)Slipass Wrote: But where can I configure the playcount in the playlist? I dont have the option, when i create a new playlist.
Can you post me the code then i can add it manuel in the playlist.

Have a look at http://kodi.wiki/view/Smart_playlists#Ra..._a_TV_show for an example of how to use playcount if you're manually editing a smart playlist. If creating through the Kodi gui, add a new rule and cycle until it says "Match items where" "(Play count)".

Thanks Bob, it works good.
But how i can tell the Live Background to show only the last added movies? Is it also over the smart playlist possible?
  • 1
  • 266
  • 267
  • 268(current)
  • 269
  • 270
  • 468

Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39