1 user browsing this thread: (0 members, and 1 guest).
|
Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
|
|
01-09-2010, 02:31 AM
(This post was last modified: 05-10-2010 03:13 AM by K1LL3M.)
Post: #1
|
|||
|
|||
|
Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
This is not necessarily the quickest method for getting this stuff to work, but it was the easiest for me.
You can combine all the steps in the code changes, before deleting and rebuilding the jukebox, but if you do, you may not know what part you broke should something go wrong. The line numbers assume you are using the default AEON skin and not made previous mods to the code. If you have changed things, Top 250 mod for example, you will need to look for the corresponding line of code. But then if you have done that, you probably aren't the one reading this anyway. ![]() Most of this is linked from in the first post of the AEON thread or gozalu's mods post. If you have any problems, it is probably better if you post them in the main AEON thread. Before doing any of this make sure 1. The latest default AEON skin is working. 2. Download and install notepad++ (its free). 3. Make sure you are using the latest YAMJ build. Throughout this I often refer to the AEON skin folder which is most likely named [amwyamj291220] unless you changed to default or something else instead, when you got it to run. Personally I changed it to AEON and added this mjb.skin.dir=./skins/Aeon to the moviejukebox.properties file. Round Corners Movie Wall (NOTE: this can't use the "popup") ![]() 1. Browse into your AEON Skin folder 2. Right click skin-options.xsl and select Edit with notepad++ 3. At line 165 change Code: <xsl:variable name="roundedcorners">awesome</xsl:variable>4. Press the save button 5. Browse back into your AEON Skin folder 6. Right click skin.properties and select Edit with notepad++ 7. Change lines 22, 23, 24, 25, put a # symbol at the start of the line (as you do this line will change to green instead of black) so instead of this Code: mjb.nbThumbnailsPerPage=278. Change lines 4,5,6,7 by deleting the # symbol at the start (line will change from green to black as you delete it) so instead of this Code: #mjb.nbThumbnailsPerPage=279. Click save 10. Delete your Jukebox folder 11. Run My_YAMJ.cmd again Changing The Default "Disc" Selection Icon from Round Corners If you dont like the CD over the covers there is a great mod by Indiejones which is a colour boarder, see below. ![]() 1. Go to post HERE 2. Right click on cover you want and "save as" or whatever variation there of and save the image. 3. Go to saved image and right click, copy or cut. 4. Browse into your AEON skin folder, then html, then pictures, then wall. 5. Rename glassoverlay5.png to something else. 6. Paste new image and rename to glassoverlay5.png 7. Run My_YAMJ.cmd again Indiejones Custom Colour Navbar, Background and Selection ![]() Indies backgrounds to match can be seen in his post here. They are in the download and will be applied in the copy and paste. If you don't want the backgrounds, don't copy the new one across and keep the default one, or you can try ones by gonzalu here. 1. Download files here 2. Extract the file somewhere 3. Browse to file you extracted, into the colour you want and into the "wall" folder and select all images (Control-a) and copy (control-c ). 4. Browse into your AEON Skin folder, then html folder, then pictures folder, then wall folder. 5. Paste images (control-v)in here and select overwrite or copy and replace for any popups. 6. Browse back to your AEON Skin main folder 7. Right click skin-options.xsl and select Edit with notepad++ 8. At line 213 change Code: <xsl:variable name="FilterBar">true</xsl:variable>9. Click save 10.Run My_YAMJ.cmd again If you want to change the colour, just copy and paste over the new colour as per steps 3-5 and rerun My_YAMJ.cmd again. Using LowList (without the box covers or number rating next to stars, to enable them see below) ![]() 1. Browse into your AEON Skin folder 2. Right click skin-options.xsl and select Edit with notepad++ 3. At line 257 change Code: <xsl:variable name="LowList">false</xsl:variable>4. Press the save button 5. Browse back into your AEON Skin folder 6. Right click skin.properties and select Edit with notepad++ 7. At line 104 change Code: fanart.movie.width=[b]795[/b]8. Click save 9. Delete your Jukebox folder 10. Run My_YAMJ.cmd again TV Covers not aligned in right side boxes correctly after lowlist I have found after doing this that with new Aeon, my boxs for TV series details page did not line up. to fix this 1. Browse into your AEON Skin folder 2. Right click tv-details.xsl and select Edit with notepad++ 3. At line 271 & 272 change Code: <td width="20" height="435" rowspan="3"></td>4. Click save 5. Delete your Jukebox folder 6. Run My_YAMJ.cmd again LowList 75% (Without number rating next to stars, to enable that see below) ![]() This is a pretty simple copy and paste job and the instructions are in the download, but here it is anyway. You just need to have enabled LowList as shown in the step above for it to work. 1. Download MOD 2. Extract the file somewhere 3. Browse to file you extracted into the "dim" folder and select all images (Control-a) and copy (control-c ) 4. Browse into your AEON Skin folder 5. Inside you AEON skin directory go to html directory then pictures directory then dim directory 6. Paste images (control-v)in here and select overwrite or copy and replace for any popups. 7. Delete your Jukebox folder 8. Run My_YAMJ.cmd again Using gonzalu’s BOX Covers (Right Opening) (Without the Top 250 mod) ![]() 1. Download all the covers here 2. Extract the file somewhere 3. Browse to folder where you extracted the files and select all (Control-a) and copy (control-c ) 3. Browse into your AEON Skin folder 4. Inside you AEON skin directory go to html directory then pictures directory then boxes directory 5. Paste images (control-v) in here and select overwrite or copy and replace for any popups. 6. Browse into your AEON Skin folder 7. Right click skin-options.xsl and select Edit with notepad++ 8. At line 93 change Code: <xsl:variable name="LowListOverlay">false</xsl:variable>9. Click save 10. Browse into your AEON Skin folder 11. Right click lowlist.xsl and select Edit with notepad++ 12. Change lines 30, 31 from this Code: <td width="112" height="400" rowspan="3"></td>13. Click save 14. Delete your Jukebox folder 15. Run My_YAMJ.cmd again Number Rating Next to Stars (See above for picture) 1. Browse into your AEON Skin folder 2. Right click skin-options.xsl and select Edit with notepad++ 3. At line 80 change Code: <xsl:variable name="number-rating">false</xsl:variable>4. Click save 5. Delete your Jukebox folder 6. Run My_YAMJ.cmd again Different Bar MOD ![]() ![]() Again this is a pretty simple copy and paste mod and the instruction are in the download, but here it is anyway. 1. Download MOD 2. Extract the file somewhere 3. Browse to file you extracted and select all folders (Control-a) and copy (control-c ). There are 4 folders - detail, dim, lowlist and wall 4. Browse into your AEON Skin folder 5. Inside you AEON skin directory go to html directory then pictures directory. 6. Paste folders (control-v) in here and select merge, overwrite or copy and replace for any popups. 7. Delete your Jukebox folder 8. Run My_YAMJ.cmd again Transparent BAR from above I did a slight variation of the bar mod to make it partially transparent, like the LowList mod. ![]() If you want this, instructions are very easy. 1. Complete the above "Different Bar MOD" 2. Download these changes. 3. Browse to folder with 4 files you downloaded. 4. Select the 4 files and copy them. 5. Browse into your AEON Skin folder 5. Inside you AEON skin directory go to html directory then pictures directory, then dim directory. 6 Paste files (control-v) in here and select merge, overwrite or copy and replace for any popups. 7. Run My_YAMJ.cmd again. I hope this helps. Cheers K |
|||
|
01-09-2010, 04:27 AM
(This post was last modified: 01-12-2010 04:11 AM by ejp.)
Post: #2
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
You should post screenshots of what this will specifically produce.
Good tutorial, by the way! [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
01-09-2010, 06:10 AM
(This post was last modified: 01-09-2010 06:16 AM by adel.)
Post: #3
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
hi
Thanks for the guide. I'm trying to get this work using the long AEON thread, almost every thing is working fine for me, the only thing I could not get is the IMDB stars and number ratings out of 10, I'm getting only stars, and no top 250 also. Can you please direct me on how to get this? thanks |
|||
|
01-09-2010, 06:36 AM
(This post was last modified: 05-03-2010 09:58 PM by K1LL3M.)
Post: #4
|
|||
|
|||
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
(01-09-2010 04:27 AM)ejp Wrote: You should post screenshots of what this will specifically produce. Thanks. Edit: Pictures posted (01-09-2010 06:10 AM)adel Wrote: hi Will add these in soon for everyone
C200 + 500gb (Apps Only)x3 A200 + 160gb (Apps Only)x3 Main Display(HDMI) = C200ir + Denon 4810 + Samsung LA55A950 Wired Network = HP Procurve 1800-24G + ReadyNAS Pro Content = NAS + SMB Shares BD Rips = DVDFab + BDMVs |
|||
|
01-09-2010, 09:34 AM
Post: #5
|
|||
|
|||
| RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod | |||
|
01-09-2010, 09:41 AM
(This post was last modified: 01-09-2010 09:48 AM by K1LL3M.)
Post: #6
|
|||
|
|||
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
(01-09-2010 09:34 AM)adel Wrote: I started over following your guide, but I got all the posters changed to be like the picture below, I need your help to fix them, thanks. please post your skin-options.xsl and I will have a look but it looks like steps 7 and 8 haven't been completed correctly. I am guess that you have maybe un # a wrong line C200 + 500gb (Apps Only)x3 A200 + 160gb (Apps Only)x3 Main Display(HDMI) = C200ir + Denon 4810 + Samsung LA55A950 Wired Network = HP Procurve 1800-24G + ReadyNAS Pro Content = NAS + SMB Shares BD Rips = DVDFab + BDMVs |
|||
|
01-09-2010, 09:46 AM
Post: #7
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
here it is:
PHP Code: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
|||
|
01-09-2010, 09:51 AM
Post: #8
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
oops sorry, can you post the skin.properties
C200 + 500gb (Apps Only)x3 A200 + 160gb (Apps Only)x3 Main Display(HDMI) = C200ir + Denon 4810 + Samsung LA55A950 Wired Network = HP Procurve 1800-24G + ReadyNAS Pro Content = NAS + SMB Shares BD Rips = DVDFab + BDMVs |
|||
|
01-09-2010, 09:55 AM
Post: #9
|
|||
|
|||
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
(01-09-2010 09:51 AM)K1LL3M Wrote: oops sorry, can you post the skin.propertiesOk, here it is PHP Code: ############################## THUMBNAILS CONTROL ############################## |
|||
|
01-09-2010, 10:00 AM
(This post was last modified: 01-09-2010 10:03 AM by K1LL3M.)
Post: #10
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
It looks right.
Have you redone your jukebox since you made this specific change? The wall looks like you may have done the 4 rows options, rebuilt jukebox (so it downloaded pictures for this size) and then changed the 3 row option, so YAMJ is now tiling your covers to fit. C200 + 500gb (Apps Only)x3 A200 + 160gb (Apps Only)x3 Main Display(HDMI) = C200ir + Denon 4810 + Samsung LA55A950 Wired Network = HP Procurve 1800-24G + ReadyNAS Pro Content = NAS + SMB Shares BD Rips = DVDFab + BDMVs |
|||
|
01-09-2010, 10:02 AM
Post: #11
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
skin.properties looks to be in order.
It's either an old version of AEON or YAMJ. Make sure both are updated. The latest YAMJ is linked in the 1st post. People were getting similar issues when YAMJ changed the preferences.xsl function. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
01-09-2010, 10:16 AM
Post: #12
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
If he is using any GUI, then the gui doesn't load the right configurations. Remember that this was also my case when running moviejukeboxgui.
C-200 1TB + 500 GB 3,5 HDD MN-200 WIFI A100 + 350 GB HDD D-Link WIFI Bridge LG47SL9500 Sony DAV-DZ260 WD500 GB NAS VIDEO HDMI AUDIO Coaxial 1080i 60Hz Auto Frame PAL/NTSC, Fit to Screen 16:9 Surround 5:1 Digital/Raw |
|||
|
01-09-2010, 10:21 AM
Post: #13
|
|||
|
|||
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
(01-09-2010 10:00 AM)K1LL3M Wrote: It looks right. After making the changes, I deleted my jukebox as recommended to be regenerated. I did not change any setting to get 4 rows option, I only have default settings I guess!! Quote:skin.properties looks to be in order.I'm sure I downloaded and used the latest YAMJ, but AEON, I have the skin_v2_9_1123_r1235_december_8_2009_18387 version, I didn't look lately for any update. |
|||
|
01-09-2010, 10:33 AM
Post: #14
|
|||
|
|||
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
(01-09-2010 10:21 AM)adel Wrote: I'm sure I downloaded and used the latest YAMJ, but AEON, I have the skin_v2_9_1123_r1235_december_8_2009_18387 version, I didn't look lately for any update. latest version was released Dec 20 and is at the front of the big AEON thread (there's also a link now in the first post) v2.9.1220::r1252 C200 + 500gb (Apps Only)x3 A200 + 160gb (Apps Only)x3 Main Display(HDMI) = C200ir + Denon 4810 + Samsung LA55A950 Wired Network = HP Procurve 1800-24G + ReadyNAS Pro Content = NAS + SMB Shares BD Rips = DVDFab + BDMVs |
|||
|
01-09-2010, 11:46 AM
Post: #15
|
|||
|
|||
|
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
I used the latest AEON, followed up your guide, and I'm getting every thing perfectly ok now. However, I noticed that when selecting a movie on AEON wall, it will not give the pop-up poster, it will show a CD Disk image on the poster instead. How can I revert this to the pop-up poster as the default?
|
|||
|
« Next Oldest | Next Newest »
|

NMT Wiki
Search
Member List
Help
[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development)



![[Image: 02_3-row_rounded.jpg]](http://i50.photobucket.com/albums/f336/room312/speeddial/promo/02_3-row_rounded.jpg)
![[Image: mywall.jpg]](http://img638.imageshack.us/img638/2091/mywall.jpg)
![[Image: ColourScheme.jpg]](http://i813.photobucket.com/albums/zz56/K1LL3M/Network%20Media%20Tank/ColourScheme.jpg)
![[Image: 747587267_yquZL-O.png]](http://pictures.mannyphoto.com/photos/747587267_yquZL-O.png)
![[Image: LowList_75_Transparent.jpg]](http://i50.photobucket.com/albums/f336/room312/speeddial/LowList_75_Transparent.jpg)
![[Image: 752344070_cMFyU-O.jpg]](http://pictures.mannyphoto.com/photos/752344070_cMFyU-O.jpg)
![[Image: 752096390_B4Ax8-O.jpg]](http://pictures.mannyphoto.com/photos/752096390_B4Ax8-O.jpg)
![[Image: 752096418_bY8r9-O.jpg]](http://pictures.mannyphoto.com/photos/752096418_bY8r9-O.jpg)
![[Image: barclear.jpg]](http://i15.photobucket.com/albums/a378/00oo00oo/paul/barclear.jpg)




![[Image: 12630259021.png]](http://www.gulfup.com/gfiles/12630259021.png)

