[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development) | 18. Jan 2010 Popcornhour C-200 Manual

Firmware Updates C-200 [7 May 2010] | A-200 [14 May 2010] | A-100 [24 Mar. 2010] | A-110 [24 Mar. 2010] | B-110 [23 Apr. 2010]

Just got your NMT | WIKI has the answers | Search the forum BETTER | Forum Rules/Policy | Firmware & Official NMT News


1 user browsing this thread: (0 members, and 1 guest).

Post Reply 
 
Thread Rating:
  • 5 Votes - 3.8 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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. Wink

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")
[Image: 02_3-row_rounded.jpg]
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>

TO

<xsl:variable name="roundedcorners">true</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=27
mjb.nbThumbnailsPerLine=9
thumbnails.width=160
thumbnails.height=237

it now looks like this

#mjb.nbThumbnailsPerPage=27
#mjb.nbThumbnailsPerLine=9
#thumbnails.width=160
#thumbnails.height=237

8. 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=27
#mjb.nbThumbnailsPerLine=9
#thumbnails.width=117
#thumbnails.height=174

it now looks like this

mjb.nbThumbnailsPerPage=27
mjb.nbThumbnailsPerLine=9
thumbnails.width=117
thumbnails.height=174

9. 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.

[Image: mywall.jpg]

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

[Image: ColourScheme.jpg]

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>

to

<xsl:variable name="FilterBar">false</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)
[Image: 747587267_yquZL-O.png]
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>

TO

<xsl:variable name="LowList">true</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]

TO

fanart.movie.width=[b]1280[/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>
<td width="230" height="332" align="center" valign="bottom">

TO

<td width="0" height="435" rowspan="3"></td>
<td width="250" height="332" align="center" valign="bottom">

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)
[Image: LowList_75_Transparent.jpg]
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)
[Image: 752344070_cMFyU-O.jpg]
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>

TO

<xsl:variable name="LowListOverlay">box</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>
<td width="230" height="332" align="center" valign="bottom">

TO

<td width="83" height="400" rowspan="3"></td>
<td width="250" height="332" align="center" valign="bottom">

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>

TO

<xsl:variable name="number-rating">true</xsl:variable>

4. Click save
5. Delete your Jukebox folder
6. Run My_YAMJ.cmd again


Different Bar MOD
[Image: 752096390_B4Ax8-O.jpg]

[Image: 752096418_bY8r9-O.jpg]
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.
[Image: barclear.jpg]

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
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.

Good tutorial, by the way!

Thanks.

Edit: Pictures posted

(01-09-2010 06:10 AM)adel Wrote:  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

Will add these in soon for everyone Wink


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
Find all posts by this user
Quote this message in a reply
01-09-2010, 09:34 AM
Post: #5
RE: Real Dummies Guide for AEON - lowlist, roundcovers and Gonzalu's Box mod
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.

[Image: 12630259021.png]
Find all posts by this user
Quote this message in a reply
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.

[Image: 12630259021.png]

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
Find all posts by this user
Quote this message in a reply
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">
<
xsl:output method="xml" omit-xml-declaration="yes" />

<!-- 
Changing options in this file will only require the HTML pages to be regeneratednot the XML files -->

<!-- ************
Language Options***************************** -->
<!-- 
Note that accented characters will usually not work -->

<!-- 
The following 4 controls the text in the movies detail page. -->
<!-- 
You *mustfill all 4 out to take affect in the regular movie details page (LowList=false). -->
<!-- 
When LowList=trueyou can just fill out DirectedBy and/or Starring -->
<!-- 
Portuguese Example: <xsl:variable name="WrittenBy">Argumento</xsl:variable> -->
<
xsl:variable name="DirectedBy"></xsl:variable>
<
xsl:variable name="WrittenBy"></xsl:variable>
<
xsl:variable name="Duration"></xsl:variable>
<
xsl:variable name="Starring"></xsl:variable>

<!-- 
This is only for use when LowList=true, and will replace "GENRE" in the LowList movie details page. -->
<
xsl:variable name="Genre"></xsl:variable>

<!-- 
Controls the word "LIBRARY" in Full-Poster mode when using ShowLibrary=true further below. -->
<
xsl:variable name="Library">LIBRARY</xsl:variable>

<
xsl:variable name="Watch">WATCH</xsl:variable><!-- Seen in ForComputer -->
<
xsl:variable name="Part">Part</xsl:variable><!-- Seen in ForComputer and Movies Companion Pages -->
<
xsl:variable name="Trailer">TRAILER</xsl:variable><!-- Seen in ForComputer -->

<
xsl:variable name="Season">Season</xsl:variable><!-- Seen in List Mode -->
<
xsl:variable name="Specials">Specials</xsl:variable><!-- Seen in List Mode -->

<!-- 
When you have the movie and/or TV Companion pages on (tv-extras or extras=true), -->
<!-- 
you will see this message to take you back to the details. -->
<
xsl:variable name="BackToDetails">Back to Details</xsl:variable>

<!-- 
This controls what "Play All" says in the TV details page -->
<
xsl:variable name="PlayAllText">Play All</xsl:variable>

<!-- 
The following 2 controls the paging text in the Wall view -->
<
xsl:variable name="Page">Page</xsl:variable>
<
xsl:variable name="OutOf">out of</xsl:variable>


<!-- ************
Computer Mode Options***************************** -->
<!-- Use 
this if you intend to use this skin *ONLY* for your computer's web browser. -->
<xsl:variable name="ForComputer">false</xsl:variable>

<!-- This will create a "WATCH" link that will link to a playlist file that you must provide in the output jukebox folder. -->
<!-- ex: 300.[CD1].avi 300.[CD1].pls -->
<!-- You must then put the extension in this variable (ex: pls) for this to work -->
<xsl:variable name="PlaylistExtension"></xsl:variable>


<!-- ************Categories Page Options***************************** -->
<!-- '
true' puts a customizable link in the Categories page. 'false' shows no link. -->
<xsl:variable name="CustomLink">false</xsl:variable>

<!-- The URL of where you want the link to take you. -->
<xsl:variable name="URL">../index.htm</xsl:variable>

<!-- What you want the link to say. -->
<xsl:variable name="LinkText">YOUR LINK HERE</xsl:variable>


<!-- ************Detail Page Options***************************** -->

<!-- If you want to display the number rating next to the stars, set this to true -->
<!-- If you DO NOT want to display the number rating next to the starts, set this to false -->
<xsl:variable name="number-rating">true</xsl:variable>

<!-- Set this to true if you want to use an overlay for the poster in Movie Detail view. -->
<!-- If you want to change it, the overlay is located at /html/pictures/detail/overlay.png -->
<!-- If you set this to true, your posters must be at least as large the posters.width -->
<!-- and posters.height in the skin.properties or else it will tiled. -->
<!-- If either posters.reflection or posters.perspective are set to to true, this will be disabled. -->
<xsl:variable name="posteroverlay">false</xsl:variable>

<!-- Set this to true if you want to use an overlay for the poster in TV Detail and movie LowList view. -->
<!-- false: no overlay -->
<!-- true: glass overlay. If you want to change it, the overlay is located at /html/pictures/detail/tvposteroverlay.png -->
<!-- box: source box overlay (Blu-ray, HD-DVD, etc). If you want to change them, the boxes are located in /html/pictures/boxes-->
<xsl:variable name="LowListOverlay">box</xsl:variable>

<!-- true  : Shows the video source -->
<!-- false : Shows the video codec -->
<!-- primary : Shows the video source if available, otherwise, shows the video codec -->
<!-- secondary : Shows the video codec if available, otherwise, shows the video source -->
<xsl:variable name="videosource">false</xsl:variable>

<!-- Set this to '
true' to have a "companion page" for all movie detail pages. -->
<!-- The companion page gives you a full listing of clickable links (year, genres, directors, actors, etc) and extras/trailer -->
<xsl:variable name="extras">false</xsl:variable>

<!-- '
true' gives you a companion page for TV shows. -->
<!-- The companion page gives you a full episode listing. -->
<xsl:variable name="tv-extras">false</xsl:variable>

<!-- '
true' to display the Library Description. 'false' to hide it. -->
<xsl:variable name="ShowLibrary">false</xsl:variable>

<!-- In the movie details view, '
false' will hide the "WATCH" and everything in that row. -->
<!-- This includes "TRAILER" and the MultiPart indicator. Trailers can still be accessible -->
<!-- if you have the extras/Companion page on, and "1", "2", "3", etc will still play your MultiPart. -->
<!-- MultiPart links will also be found n the extras/Companion page. -->
<xsl:variable name="WatchBar">true</xsl:variable>

<!-- Adjustable movie plot length, by number of characters. -->
<!-- If you'
ve set WatchBar to falsethe skin will add an additional 150 characters. -->
<!-- 
Using LowList will automatically subtract 450 characters from this value. -->
<!-- 
Also note that this will not work if you're manually making NFOs with line breaks in the plot. -->
<xsl:variable name="PlotLength">750</xsl:variable>

<!-- Setting this to true will use dimmed textures -->
<xsl:variable name="dim">true</xsl:variable>
<!-- See note below -->

<!-- If you set this to true, make sure to set fanart.movie.width=1280 in the skin.properties -->
<!-- The shift-poster value in the exportdetails_item_popcorn.css has no bearing on this mod. -->
<xsl:variable name="coikenMod">false</xsl:variable>
<!-- See note below -->

<!-- Note that if both dim AND coikenMod are set to true, -->
<!-- the movie details page will use the coikenMod, but the TV details page will use dim. -->

<!-- Set this to true for right-aligned languages. Hebrew/Sratim users do *not* have to enable this - it is done automatically. -->
<xsl:variable name="AlignRight">false</xsl:variable>

<!-- true: when you hit Enter on an episode, will play episode-after-episode starting from that episode. Play will only play that single episode. Note that RAR (Llink) and disk image (ISO, etc) files will only play as *single* episodes. -->
<!-- false: hitting Enter or Play on an episode will only play that episode. -->
<xsl:variable name="TVPlaylist">true</xsl:variable>

<!-- output : shows video output, such as 720p, 1080p, 1080i, NTSC, or PAL -->
<!-- fps : shows framerate, such as 23.976, 24, 25, 29.97, 30, 50, 59, 59.94, 60 -->
<xsl:variable name="VideoOutputOrFPS">output</xsl:variable>


<!-- ***NOT USED*** Detail Option #1: List TV episodes in reversed order (last to first) -->
<xsl:variable name="skin-reverseEpisodeOrder">false</xsl:variable>
<!-- ***NOT USED*** Detail Option #2: Where to show Play All link on the details page -->
<!-- Valid values are: top, bottom, false/none, where top is now the default for movies -->
<xsl:variable name="skin-playAllMovie">top</xsl:variable>
<xsl:variable name="skin-playAllTV">bottom</xsl:variable>
<!-- ***NOT USED*** Detail Option #3: Text to use for the Play All link on the details page -->
<xsl:variable name="skin-playAllText">.</xsl:variable>


<!-- *****************Index Page Options********************** -->

<!-- '
true' for rounded corners. 'false' for squared corners. Use "2 ROWS" or "3 ROWS" in skin.properties -->
<!-- '
awesome' for 3 rows of rounded popups/squared thumbnails. Use "3 ROWS POPUP" in skin.properties -->
<!-- '
awesome2' for 2 rows of rounded popups/squared thumbnails. Use "2 ROWS POPUP" in skin.properties -->
<!-- '
list' for rounded popups/squared thumbnails. Use "LIST" in skin.properties. Also set tv-banners/-set=false for a true List Mode. -->
<!-- for all options, make sure to pound and unpound the proper lines in the skin.properties -->
<xsl:variable name="roundedcorners">true</xsl:variable>
<!-- MAKE SURE YOU POUND AND UNPOUND THE PROPER LINES IN THE SKIN.PROPERTIES BEFORE REBUILDING -->
<!-- The rounded corners you get from the "true" option cannot co-exist with the popup thumbnails from "awesome" -->

<!-- '
true' uses 8 TV banners-per-page for when you filter to only show TV shows. Use "8 BANNERS" in skin.properties -->
<!-- '
false' uses thumbnails for when you filter to only show TV shows -->
<!-- '
12' uses 12 TV banners-per-page for when you filter to only show TV shows. Use "12 BANNERS" in skin.properties -->
<!-- '
14' uses 14 TV banners-per-page for when you filter to only show TV shows. Use "14 BANNERS" in skin.properties -->
<!-- for all options, make sure to pound and unpound the proper lines in the skin.properties -->
<xsl:variable name="tv-banners">true</xsl:variable>
<!-- MAKE SURE YOU POUND AND UNPOUND THE PROPER LINES IN THE SKIN.PROPERTIES BEFORE REBUILDING -->

<!-- Same as above, but for TV sets (when you select a season). -->
<!-- If you'
re using 'true' aboveyou must to set this to 'true' alsoSame for '12' and '14'. -->
<!-- 
Otherwisethe banners are going to be the incorrect dimensions. -->
<!-- for 
all optionsmake sure to pound and unpound the proper lines in the skin.properties -->
<
xsl:variable name="tv-banners-set">false</xsl:variable>
<!-- 
MAKE SURE YOU POUND AND UNPOUND THE PROPER LINES IN THE SKIN.PROPERTIES BEFORE REBUILDING -->

<!-- 
'true' uses banner files'false' uses online bannerswhich requires an active internet connection. -->
<!-- 
Leave this to 'true'. -->
<
xsl:variable name="tv-banners-file">true</xsl:variable>

<!-- 
Uses fanart (Set_Set Name_1.fanart.jpg) for Set backgrounds in the wall. -->
<!-- 
Must set mjb.sets.indexFanart=true in the moviejukebox.properties -->
<!-- 
Dimensions are still based on fanart.movie/tv.width/height in the skin.properties -->
<
xsl:variable name="SetFanart">false</xsl:variable>

<!-- If 
you're using list view, you can choose 1 of the 3 following details. -->
<!-- year, certification, rating -->
<!-- year is the release year. certification is PG-13, etc. rating is the IMDb number rating. -->
<xsl:variable name="ListDetail">rating</xsl:variable>


<!-- Show movie/TV year after title -->
<xsl:variable name="skin-year">false</xsl:variable>
<xsl:variable name="skin-yearTV">false</xsl:variable>

<!-- Show certification, runtime, and/or rating after title -->
<xsl:variable name="skin-certification">false</xsl:variable>
<xsl:variable name="skin-runtime">false</xsl:variable>
<xsl:variable name="skin-rating">false</xsl:variable>


<!-- If you want to hide the Navigation Bar (T/M and C) in the Wall view, set this to '
false' -->
<xsl:variable name="NavBar">true</xsl:variable>

<!-- If you want to hide the Filter Bar (a, G, and Filter Bar) in the Wall view, set this to '
false' -->
<xsl:variable name="FilterBar">true</xsl:variable>

<!-- FilterNavBar Controls -->
<!-- Remove COLORS from here if you intend to use any of the WallCOLORUrls below. -->
<xsl:variable name="filter-left">red</xsl:variable><!-- Scroll LEFT on the Filter -->
<xsl:variable name="filter-right">blue</xsl:variable><!-- Scroll RIGHT on the Filter -->
<xsl:variable name="category"></xsl:variable><!-- Go to the Categories screen -->
<xsl:variable name="alpha">green</xsl:variable><!-- Choose the ALPHA-NUMERIC Filter -->
<xsl:variable name="genre">yellow</xsl:variable><!-- Choose the GENRE Filter -->
<xsl:variable name="filter">url</xsl:variable><!-- Applies the selected Filter ("url" is the "TITLE" button) -->
<xsl:variable name="TVLink"></xsl:variable><!-- TVID button (for "T") that takes you to your TV Shows (Other_TV Shows_1.html) -->
<xsl:variable name="MoviesLink"></xsl:variable><!-- TVID button (for "M") that takes you to your Movies (file specified in next MoviesURL) -->
<xsl:variable name="MoviesURL">../index.htm</xsl:variable><!-- Filename of where you want the "M" link to take you. "../index.htm" reloads the Jukebox. Example: Other_HD_1.html, Other_Movies_1.html, etc. -->

<!-- ************Open TVID Options***************************** -->
<!-- Variables starting with "Wall" will only work from the Wall. Otherwise, it'
ll work universally. -->
<!-- 
You can put full file paths here, or something like Other_TV Shows_1.html -->
<!-- 
Before you fill these inmake sure you DO NOT use any of these TVIDs in the FilterNavBar Controls above. -->
<
xsl:variable name="WallRedURL"></xsl:variable><!-- To use thisyou must remove "red" from filter-left above -->
<
xsl:variable name="WallGreenURL"></xsl:variable><!-- To use thisyou must remove "green" from alpha above -->
<
xsl:variable name="WallYellowURL"></xsl:variable><!-- To use thisyou must remove "yellow" from genre above -->
<
xsl:variable name="WallBlueURL"></xsl:variable><!-- To use thisyou must remove "blue" from filter-right above -->
<
xsl:variable name="WallPlay"></xsl:variable>
<
xsl:variable name="WallMenu"></xsl:variable>
<
xsl:variable name="RedURL"></xsl:variable><!-- Red from Details page -->
<
xsl:variable name="GreenURL"></xsl:variable><!-- Green from Details page -->
<
xsl:variable name="YellowURL"></xsl:variable><!-- Yellow from Details page -->
<
xsl:variable name="BlueURL"></xsl:variable><!-- Blue from details page -->
<
xsl:variable name="Angle"></xsl:variable>
<
xsl:variable name="Stop"></xsl:variable>
<
xsl:variable name="Repeat"></xsl:variable>
<
xsl:variable name="Source"></xsl:variable>
<
xsl:variable name="Setup"></xsl:variable>
<
xsl:variable name="Delete"></xsl:variable>
<
xsl:variable name="Title"></xsl:variable><!-- To use thisyou must remove "url" from filter above -->
<
xsl:variable name="Info"></xsl:variable>


<!-- ************
LowList Options***************************** -->
<!-- 
This gives the Movie details a similar layout as the TV details. -->
<!-- 
It will also override dim and coikenMod. -->
<!-- 
You must set fanart.movie.width=1280I repeat 1280in the skin.properties if you are setting this to 'true'. -->
<!-- 
FurthermoreI recommend setting posters.height=332 and posters.width=224 in the skin.properties. -->
<
xsl:variable name="LowList">true</xsl:variable>

<!-- 
LowList tab optionsSetting one or both of these may cause the tabs to wrap and break the skinespecially with trailersmultipart, and numbered-ratings - and especially with dim=false -->
<
xsl:variable name="ShowFilesize">true</xsl:variable>
<!-- If 
there are only 1 or 2 audio languagesthe skin will display both (in a tablike this"[MultiAudio Icon]en/es" -->
<!-- 
or more audio languages will look like this"3[MultiAudio Icon]en/es/..." -->
<
xsl:variable name="ShowMultiAudio">false</xsl:variable>

<!-- 
LowList flag optionsYou should set at least ONE of these to false, or else the flag row may wrap and break the skin. -->
<!-- 
Setting ShowStudioField=true does NOT mean the skin will automatically show a studioYou must make sure a flag exists in the html/pictures/studios folder. -->
<
xsl:variable name="ShowVideoSource">true</xsl:variable>
<
xsl:variable name="ShowVideoCodec">true</xsl:variable>
<
xsl:variable name="ShowAudioCodec">true</xsl:variable>
<
xsl:variable name="ShowSubtitles">true</xsl:variable>
<
xsl:variable name="ShowContainer">false</xsl:variable>
<
xsl:variable name="ShowVideoOutput">true</xsl:variable>
<
xsl:variable name="ShowFrameRate">true</xsl:variable>
<
xsl:variable name="ShowAspectRatio">true</xsl:variable>
<
xsl:variable name="ShowStudioField">true</xsl:variable>

<!-- 
This will replace the director with the filename required to see the studio flagexWarner BrosPictures.png -->
<!-- 
Find a suitable image (width=95pxheight=35px). Rename it based on the StudioDebug valuePlace it in html/pictures/studiosRun YAMJ. -->
<
xsl:variable name="StudioDebug">false</xsl:variable>

</
xsl:stylesheet
Find all posts by this user
Quote this message in a reply
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 Blush


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
Find all posts by this user
Quote this message in a reply
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.properties Blush
Ok, here it is

PHP Code:
############################## THUMBNAILS CONTROL ##############################

# 3 ROWS - works for 'true' or 'false' for "roundedcorners" in skin-options.xsl
mjb.nbThumbnailsPerPage=27
mjb
.nbThumbnailsPerLine=9
thumbnails
.width=117
thumbnails
.height=174

# 2 ROWS - works for 'true' or 'false' for "roundedcorners" in skin-options.xsl
#mjb.nbThumbnailsPerPage=12
#mjb.nbThumbnailsPerLine=6
#thumbnails.width=176
#thumbnails.height=261

# 2 ROWS POPUP - works *only* for 'awesome2' for "roundedcorners" in skin-options.xsl
#mjb.nbThumbnailsPerPage=12
#mjb.nbThumbnailsPerLine=6
#thumbnails.width=218
#thumbnails.height=323

# 3 ROWS POPUP - works *only* for 'awesome' for "roundedcorners" in skin-options.xsl
#mjb.nbThumbnailsPerPage=27
#mjb.nbThumbnailsPerLine=9
#thumbnails.width=160
#thumbnails.height=237

# 4 ROWS - works for 'true' or 'false' for "roundedcorners" in skin-options.xsl
#mjb.nbThumbnailsPerPage=48
#mjb.nbThumbnailsPerLine=12
#thumbnails.width=87
#thumbnails.height=130

# LIST - works *only* for 'list' for "roundedcorners" in skin-options.xsl
#mjb.nbThumbnailsPerPage=17
#mjb.nbThumbnailsPerLine=2
#thumbnails.width=367
#thumbnails.height=544

############################## TV BANNERS CONTROL ##############################

# 0 BANNERS (USE THUMBNAILS) - works *only* for 'false' for "tv-banners" and "tv-banners-set" in skin-options.xsl
# Set this to equal whatever you're using for mjb.nbThumbnailsPerPage above. (ex: 27, 12, 48, 17)
# Make sure you've pounded out all other instances of mjb.nbTvThumbnailsPerPage, banners.width, and banners.height below
#mjb.nbTvThumbnailsPerPage=27
#banners.width=758
#banners.height=140

# 8 BANNERS - works *only* for 'true' for "tv-banners" and "tv-banners-set" in skin-options.xsl
banners.width=557
banners
.height=103
mjb
.nbTvThumbnailsPerPage=8

# 12 BANNERS - works *only* for '12' for "tv-banners" and "tv-banners-set" in skin-options.xsl
#banners.width=587
#banners.height=108
#mjb.nbTvThumbnailsPerPage=12

# 14 BANNERS - works *only* for '14' for "tv-banners" and "tv-banners-set" in skin-options.xsl
#banners.width=659
#banners.height=121
#mjb.nbTvThumbnailsPerPage=14

################################################################################​
# The below settings are guaranteed to work. Any changes are at your own risk. #
################################################################################​

# Base name of HTML page pointed to by index.htm, and for the HOME button. Default is blank.
# If you're using this as a standalone TV jukebox, you can set this to: Other_TV Shows_1
# If you want to try the SpeedDial NMT, set this to: indexhome
mjb.homePage=
# name of the index file generated: use index_sd.htm for SD skins
# default value is index.htm which is good for HD skins
mjb.indexFile=index.htm

# When viewing the main Wall screen (default is Other_All_1.html), you can configure where the "Home" button takes you here.
# ../index.htm acts like the above "mjb.indexFile=index.htm".
# If you're a myiHome user and want this to take you back to your myiHome screen, set custom5150.exitviamenu=../../../
# If you want this to bring you back to the NMT GUI, set this to http://localhost.drives:8883/HARD_DISK/?home=1 (or SATA_DISK for C-200)
custom5150.exitviamenu=../index.htm

# Regex of files to skip during cleaning
mjb.clean.skip=categories.css|exportindex_item_pch.css|exportdetails_item_popcorn.css

# Group TV Seasons together (true). Keep this to true.
mjb.singleSeriesPage=true

# The maximum number of genres to display per movie
genres.max=2

# The maximum number of actors to display per movie
actors.max=10

# Use the short plot or long plot description from IMDB : short or long
imdb.plot=short

# Include full movie details in the index xml files
mjb.fullMovieInfoInIndexes=true

# Use the short plot or long plot description from Filmweb : short or long
filmweb.plot=short

# Download fanart image for movies using the IMDB id : true or false
fanart.movie.download=true
fanart
.movie.width=1280
fanart
.movie.height=720
fanart
.tv.download=true
fanart
.tv.width=1280
fanart
.tv.height=720

fanart
.scanner.fanartExtensions=jpg,jpeg,gif,bmp,png
fanart
.scanner.fanartToken=.fanart

# Lookup and include the television episode Plot in the XML file
mjb.includeEpisodePlots=true
videoimages
.width=400
videoimages
.height=225
videoimages
.normalize=true
videoimages
.reflection=false

banners
.format=jpg
banners
.normalize=true
banners
.reflection=false
banners
.reflectionHeight=12.5
banners
.reflectionStart=0.0
banners
.reflectionEnd=100.0
banners
.opacityStart=30.0
banners
.opacityEnd=100.0
banners
.perspective=false
banners
.perspectiveTop=3.0
banners
.perspectiveBottom=3.0
banners
.perspectiveDirection=right
mjb
.includeWideBanners=true

# Lookup and include the video image for each part of the video
# Currently only works with TV Episodes
mjb.includeVideoImages=true

# Reduce the number of genres
mjb.filter.genres=true

# Thumbnails format: jpeg, png
thumbnails.format=png

# Add an HD logo to the thumbnail when the movie is 720p or 1080p : true or false
thumbnails.logoHD=false

# Add an TV logo to the thumbnail if the video is a tv show : true or false
thumbnails.logoTV=false

# Add a set logo to the thumbnail if the poster is a set master : true or false
thumbnails.logoSet=false

# Add a language specific icon (flag) to the thumbnail : true or false
thumbnails.language=false

# Thumbnails resizing policy.
# when true, the generated thumbnails will be exactly WIDTHxHEIGHT (=> cropped images)
# when false, the original poster aspect ratio is respected
thumbnails.normalize=true

# Add reflection to the generated thumbnails: true or false
thumbnails.reflection=false

# Percentage of the height of the poster to use as reflection effect. Default is 12.5
thumbnails.reflectionHeight=12.5

# Reflection gradient starts at this percentage of the reflection height
thumbnails.reflectionStart=0.0

# Reflection gradient ends at this percentage of the reflection height
thumbnails.reflectionEnd=100.00

# Opacity start value (Default = 30%)
thumbnails.opacityStart=30.0

# Opacity ending value (Default = 100%)
thumbnails.opacityEnd=100.0

# Add a perspective effect to the generated thumbnails: true or false
thumbnails.perspective=false

# Percentage of the height of the thumbnail or poster to use for perspective. Default is 3
thumbnails.perspectiveTop=3.0
thumbnails
.perspectiveBottom=3.0

# The direction of the perspective. Valid values are left, right and both.
thumbnails.perspectiveDirection=right

# All of the same properties for the thumbnail rendering can be applied to the detail Poster image
posters.format=png
posters
.width=485
posters
.height=720
# Put your Overscan values in here.
# 224x332 for LowList
# 324x480 for Alaska
posters.normalize=true
posters
.reflection=false
posters
.logoHD=false
posters
.logoTV=false
posters
.language=false
posters
.reflectionHeight=12.5
posters
.reflectionStart=0.0
posters
.reflectionEnd=100.0
posters
.opacityStart=30.0
posters
.opacityEnd=100.0
posters
.perspective=false
posters
.perspectiveTop=3.0
posters
.perspectiveBottom=3.0
posters
.perspectiveDirection=right

poster
.scanner.SearchPriority=moviedb,impawards,imdb,motechnet,moviecovers,google,yahoo

# This is the fully qualified name of the plugin class implementing 
# the thumbnail/poster/background generator for movie posters.
#
# You can replace this default class with your own in order
# to develop your customized thumbnail creator.
#
# The class must implement interface com.moviejukebox.MovieThumbnailPlugin
# Make sure to modify the classpath accordingly in the moviejukebox startup script
#
# If you don't know what all this is about, DO NOT CHANGE THESE VALUES.
#mjb.thumbnail.plugin=com.moviejukebox.plugin.DefaultThumbnailPlugin
#mjb.poster.plugin=com.moviejukebox.plugin.DefaultPosterPlugin
#mjb.videoimage.plugin=com.moviejukebox.plugin.DefaultVideoImagePlugin
#mjb.background.plugin=com.moviejukebox.plugin.DefaultBackgroundPlugin

mjb.image.plugin=com.moviejukebox.plugin.DefaultImagePlugin
mjb
.background.plugin=com.moviejukebox.plugin.DefaultBackgroundPlugin

# Sorting prefixes to ignore:
sorting.strip.prefixes="A ","An ","The ","Le ","Les ""De ""Het ""Een ""El ""La ""Los ""Las "

# Ordering of certifications as displayed on the main index page.
# If Another rating exists for a movie that isn't listed here, it will simply be appended to the end
certification.ordering=G,TV-G,PG,TV-PG,PG-13,TV-14,R,NC-17,Unrated,Not Rated

# Special accented character replacement for indexing purposes
# This is a comma-separated list. The first character is the accent character followed by a hypen - and then the character to
# replace it with for indexing
indexing.character.replacement=u00C0-A,u00C1-A,u00C2-A,u00C3-A,u00C4-A,u00C7-C,u00C8-E,u00C9-E,u00CA-E,u00CB-E,u00CC-I,u00CD-I,u00CE-I,u00CF-I,u00D1-N,u00D2-O,u00D3-O,u00D4-O,u00D5-O,u00D6-O,u00D9-U,u00DA-U,u00DB-U,u00DC-U

# Group all english chars in single AZ category
indexing.character.groupEnglish=false

# High-Definition Properties
# Differentiate between 720p and 1080p.  If this property is not set or false, then the highdef.720.width will be used to determine if a video is HD 
highdef.differentiate=false
# The width of the video to define 720p. Note this will be used if highdef.differentiate=false to calculate a high-definition video
highdef.720.width=1280
# The width of the video to define 1080p
highdef.1080.width=1920 
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.

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.

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.

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.
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.
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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?
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] [MOD] All-in-One Package AEON / Sabish skin [Update: now with TVshow playlist] gt-eins 64 2,463 Today 05:26 PM
Last Post: rbrrv
  Blue Hovering Thumbnail too small for the blue box-aeon skin being used eugchen 2 175 Yesterday 05:11 PM
Last Post: eugchen
  [MOD] [YAMJ] Sabish LOWLIST Mod for Aeon Movie Wall [UPDATED 08.04.2010] Sabish 245 19,866 Yesterday 12:25 AM
Last Post: rickp
  A couple of Aeon Questions Hairy Hippy 7 233 07-26-2010 09:26 AM
Last Post: Hairy Hippy
  help with box sets (aeon skin tv shows) jerichoy2j 6 176 07-24-2010 01:26 AM
Last Post: jerichoy2j
  Double entry in YAMJ with box sets panzer81 5 183 07-21-2010 06:10 PM
Last Post: panzer81
  [MOD] [YAMJ] Sabish TV Mod V1 & V2 ALTERNATIVE(S) for Aeon Movie Wall [UPDATED 13.03] Sabish 110 11,132 07-21-2010 08:39 AM
Last Post: gt-eins
  possible yamj/aeon bug? spediegunz 7 272 07-14-2010 07:30 AM
Last Post: eummagic
  Aeon Movie Wall in standard def Marduc 5 344 07-06-2010 10:00 AM
Last Post: Marduc
  please help me fix my aeon spediegunz 5 280 07-04-2010 10:33 PM
Last Post: Auggie

Forum Jump: