-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiview pages #1852
Comments
Comment #1 originally posted by Omertron on 2011-03-11T22:53:57.000Z: Any chance you could post images in order to get a better idea of what this looks like in use? |
Comment #2 originally posted by Omertron on 2011-03-20T22:35:01.000Z: View of a modified default skin. When you press button "Info" changes view of main wall. |
Comment #3 originally posted by Omertron on 2011-04-01T04:15:00.000Z: This issue was closed by revision r2256. |
Comment #4 originally posted by Omertron on 2011-10-18T11:42:12.000Z: Is it only for the skins developer community ? my configuration: I have set mjb.view.indexList=index.xsl,index-3x9.xsl in moviejukebox.properties when i launch Yamj i can view in jukebox:
At this point all is ok. But the result is the same between Other_All_1.html and Other_All_1-3x9.html. The only way for change thumbnails size is in "skin.properties". Perhaps I must make change in index-3x9.xsl.
Do not hit too hard on my head, I'm not a developer. |
Original issue 1853 created by Omertron on 2011-03-09T12:44:24.000Z:
This patch allows you to create sets of representations (for details, genres, years, sets, etc.). For example, the walls: 2x5, 3x9, 4x12; details: full, lowlist.
New options:
mjb.view.indexList - comma-separated list of index files. For example, index.xsl, index-3x9.xsl, index-4x12.xsl. By default, index.xsl.
mjb.view.detailList - comma-separated list of files for details. For example, detail.xsl, detail-lowlist.xsl. By default, detail.xsl.
Necessary changes in the skin to easy use different view:
<xsl:variable name="viewSuffix">-3x9</xsl:variable>
For example, before a line.
<rss version="2.0">
Here, '-3x9' is a suffix of index-3x9.xsl.
<xsl:value-of select="$viewSuffix" />
Example file index-view_1.xsl created from the default skins.
The text was updated successfully, but these errors were encountered: