This is the excellent RobinsjExcal skin for YAMJ. It is the first skin to use Fanart as backgrounds for the videos
Features
Index:
- 14 posters on screen at once.
- Navigation bar displays either letter sorting or genre sorting.
- Text wraps around both forward and backwards
- When the page loads, the navigation bar sets itself to what ever the current index page is.
- TVID's are dynamicly created to quickly goto any index page.
- Navigation can be done without moving the focus off the center selection.
- Index page numbers are shown dynamicly when focus is on either Up/Down
Details Page
- It dynamicly uses fanart files as backgrounds for the details page. Each movie will have its own background displayed.
- It has a column along the left hand side of the details page that displays the previous, current, and next movie covers. This can now be toggled hidden or visible.
- TV-shows display in a column along the right hand side of the details page.
- When focus is on a Episode in the right hand column a box will pop-up in the middle of the details page containing the episode title and plot (currently episode plots are not supported by YAMJ, but the coding is there as a place-holder).
- Fanart is automaticly downloaded by YAMJ.
- Allows for use of your own downloaded fanart files.
- Trailer support has been added.
- Longer/Enlarged plots are now displayable as pop-ups
See the robinsjexcal 2.2 page for further details/instructions.
Error on Up / Down
Best SD theme yet!
I minor problem the up and down links don't work on my NMT. Had a look at the code the fix is simple. In the index.xsl line 368 (ish) add: normalize-space() to the selector, i.e.
<xsl:value-of select="normalize-space(//index[@current='true']/@previous)" />.html
Any like wise for the down link:
<xsl:value-of select="normalize-space(//index[@current='true']/@next)" />
Thanks
DD