Networked Media Tank
[HTML SKIN] All-in-One Package SabishGT skin [Update: 28.05.2011] - Printable Version

+- Networked Media Tank (http://www.networkedmediatank.com)
+-- Forum: Community Jukebox, Themes, & UserApps Section (/forumdisplay.php?fid=106)
+--- Forum: YAMJ - Yet another Movie Jukebox (/forumdisplay.php?fid=70)
+---- Forum: YAMJ (Releases, official News,...) - Skins - Tools - Guides (/forumdisplay.php?fid=112)
+---- Thread: [HTML SKIN] All-in-One Package SabishGT skin [Update: 28.05.2011] (/showthread.php?tid=42467)



RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - pablitozm - 10-07-2010 12:56 AM

(10-06-2010 11:56 PM)primetimeguy Wrote:  Seem to have found an issue with parental controls for TV series which worked last night. I only updated the skin, not YAMJ. I use posters, not banners, and if I have a set of multiple series I have a set poster. Previously selecting the set poster required password, and then once again on each season. Now there is no password required to get into the set page, but password is required for each season.

Movie sets still function correctly.

As an enhancement, it would be nice to show the TV rating, maybe under the video image, like Aeon did.

I was searching for this function some weeks ago But I did not get any info.
Do you think you could tell me how to set parental control for tv set?
Thank you in advance.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - primetimeguy - 10-07-2010 01:09 AM

(10-07-2010 12:56 AM)pablitozm Wrote:  I was searching for this function some weeks ago But I did not get any info.
Do you think you could tell me how to set parental control for tv set?
Thank you in advance.

Go to line 43 in the skin options and turn it on. You set the ages of each child and their passwords and your master password. Then re-run YAMJ overwriting the HTML files.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - Trilogy - 10-07-2010 01:30 AM

My movies only play from index wall, i can't get them started on the detail page. Not with enter or with play. Huh


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - primetimeguy - 10-07-2010 01:42 AM

Accidentally deleted my last post. But appears that on an index or any page of an index if the movie does not have parental controls or is not a DVD iso, it always tries to play from the wall (and it fails). I cannot get to the details page. If that same movie is in the middle of another index it works fine, so appears to be something with the very first movie on any page of an index.
And I cannot seem to get the overlay in details correct. The offset doesn't seem to do anything, but the gray panel on the far right of the screen moves instead.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - pablitozm - 10-07-2010 02:15 AM

(10-07-2010 01:09 AM)primetimeguy Wrote:  Go to line 43 in the skin options and turn it on. You set the ages of each child and their passwords and your master password. Then re-run YAMJ overwriting the HTML files.
It woks very well
thank you for your time


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - primetimeguy - 10-07-2010 03:25 AM

(10-06-2010 05:48 PM)bas_nl Wrote:  I've got a small error-report:

On the 3rd page, the jukebox doesn't show the title of the movie below in the screen (in the grey field). Strange, because all other pages don't have this problem.

The rest looks good - thank you!

I found this too, sort of. One of my genre indexes is 3 pages, no titles page 3. But my all index, 11 pages, has no titles on pages 2, 6, and 7.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - gt-eins - 10-07-2010 07:59 AM

(10-06-2010 10:51 PM)pablitozm Wrote:  One question to GT
I want the tv show thumbnail not to show in movie wall
How can I do that?

set skin.properties
Code:
# 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=Other_Movies_1

deh2k7 Wrote:I have one question for TV shows. I have my shows rips from DVD's so I have multiple episodes in the same VIDEO_TS folder. EWverything indexes fine and gets parsed out, but the large episode title (not the one in the list) gets a "(eX)" after the title where X is the number of the first epsode on the the new disc. Usually it's like e1, then e5, then e9, etc. I'd like to remove this - any thoughts on how to get rid of it?
open ppp-templates.xsl and change:
Code:
<xsl:variable name="shortTitle">
              <xsl:choose>
                <xsl:when test="string-length($parsedTitle[$pass]) &lt; number($tTitleTrunca)+2">
                    <xsl:value-of select="$parsedTitle[$pass]"/><xsl:if test="$pass &gt; 1"> (e<xsl:value-of select="@part - $pass +1"/>)</xsl:if>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="substring($parsedTitle[$pass],1,$tTitleTrunca)"/>...<xsl:if test="$pass &gt; 1"> (e<xsl:value-of select="@part - $pass +1"/>)</xsl:if>
                </xsl:otherwise>
            </xsl:choose>    
            </xsl:variable>
to:
Code:
<xsl:variable name="shortTitle">
              <xsl:choose>
                <xsl:when test="string-length($parsedTitle[$pass]) &lt; number($tTitleTrunca)+2">
                    <xsl:value-of select="$parsedTitle[$pass]"/>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="substring($parsedTitle[$pass],1,$tTitleTrunca)"/>...
                </xsl:otherwise>
            </xsl:choose>    
            </xsl:variable>

primetimeguy Wrote:As an enhancement, it would be nice to show the TV rating, maybe under the video image, like Aeon did.
will check this soon.

Quote:Accidentally deleted my last post. But appears that on an index or any page of an index if the movie does not have parental controls or is not a DVD iso, it always tries to play from the wall (and it fails). I cannot get to the details page. If that same movie is in the middle of another index it works fine, so appears to be something with the very first movie on any page of an index.
Let me summary: You want use parental-control=true and some movies didnt play from wall if parental-control is true, but will play if parental-control=false?

Code:
And I cannot seem to get the overlay in details correct. The offset doesn't seem to do anything, but the gray panel on the far right of the screen moves instead.
Let the offset be 0 and first only change the overscan value till there´s no gap ot top and bottom of the page. Then if nessesary change offset value to fit the box and the right texture panel.

I´ll check that no titles on index issue asap. Did you use awesome or roundedcorners=true? Is it everytime the same indexpage? What are the titles of teh first movie on these pages? Is the movie title correct shown on detail pages of these movies?

gt


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - mabrande - 10-07-2010 08:43 AM

[quote='pablitozm' pid='422919' dateline='1286401906']
To: mabrande
Press the source bottom in control

To: pablitozm
That will take me back to the internal harddisk. As I wrote in my email: I have my jukebox on my NAS. If I want to delete a movie and press the source button, I get back to the internal harddisk. What I would like is to return to my NAS, see the 4 icons, select the movie icon, search the movie that I want to delete, press delete and voila.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - gt-eins - 10-07-2010 09:01 AM

you should use YAMJ Jukebox in a subfolder of your NAS so that the first index.htm on NAS is different from the index.htm of YAMJ.

then try to set skin.properties:
Code:
# 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

you can also create an own link on categorie page via skin-options.xsl:
Code:
&lt;!-- ************Categories Page Options***************************** --&gt;
&lt;!-- 'true' puts a customizable link in the Categories page. 'false' shows no link. --&gt;
<xsl:variable name="CustomLink">true</xsl:variable>

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

&lt;!-- What you want the link to say. --&gt;
<xsl:variable name="LinkText">Go Home</xsl:variable>

you can also delete the index.htm on NAS. But then you have to navigate manual to Other_All_1,html to start the jukebox.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - mabrande - 10-07-2010 12:25 PM

I have only 1 Jukebox and 1 index.htm they are both in the root of my NAS. So if I navigate to that NAS share, it automatically loads the Jukebox which is exactly what I want. But deleting movies on that NAS is only possible after I delete or rename the index.htm (which I don't want).

I tried custom5150.exitviamenu=http://localhost.drives:8883/NETWORK_SHARE/DS110J/?home=1 but that does not seem to work. I'll have a look at the category option.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - gt-eins - 10-07-2010 12:50 PM

rename the index.htm on the NAS to YAMJstart.htm. After you link to NAS you only have to click the YAMJstart.htm. You cant have 2 different handlings on one index.


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - deh2k7 - 10-07-2010 04:40 PM

(10-07-2010 07:59 AM)gt-eins Wrote:  
deh2k7 Wrote:I have one question for TV shows. I have my shows rips from DVD's so I have multiple episodes in the same VIDEO_TS folder. EWverything indexes fine and gets parsed out, but the large episode title (not the one in the list) gets a "(eX)" after the title where X is the number of the first epsode on the the new disc. Usually it's like e1, then e5, then e9, etc. I'd like to remove this - any thoughts on how to get rid of it?
open ppp-templates.xsl and change:
Code:
<xsl:variable name="shortTitle">
              <xsl:choose>
                <xsl:when test="string-length($parsedTitle[$pass]) &lt; number($tTitleTrunca)+2">
                    <xsl:value-of select="$parsedTitle[$pass]"/><xsl:if test="$pass &gt; 1"> (e<xsl:value-of select="@part - $pass +1"/>)</xsl:if>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="substring($parsedTitle[$pass],1,$tTitleTrunca)"/>...<xsl:if test="$pass &gt; 1"> (e<xsl:value-of select="@part - $pass +1"/>)</xsl:if>
                </xsl:otherwise>
            </xsl:choose>    
            </xsl:variable>
to:
Code:
<xsl:variable name="shortTitle">
              <xsl:choose>
                <xsl:when test="string-length($parsedTitle[$pass]) &lt; number($tTitleTrunca)+2">
                    <xsl:value-of select="$parsedTitle[$pass]"/>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="substring($parsedTitle[$pass],1,$tTitleTrunca)"/>...
                </xsl:otherwise>
            </xsl:choose>    
            </xsl:variable>

gt

GT - this worked, except for a minor change. I needed to remove the '...' from the end of this line: select="substring($parsedTitle[$pass],1,$tTitleTrunca)"/>...


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - gt-eins - 10-08-2010 03:56 PM

(10-06-2010 11:56 PM)primetimeguy Wrote:  As an enhancement, it would be nice to show the TV rating, maybe under the video image, like Aeon did.

There´re rating stars shown on tv details page. If you want to show the number rating too, add this line to tv-datail.xsl an line 80
Code:
<xsl:if test="$number-rating = 'true'"> (<xsl:value-of select="rating div 10" />/10)</xsl:if>

gt


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - primetimeguy - 10-08-2010 04:50 PM

(10-08-2010 03:56 PM)gt-eins Wrote:  There´re rating stars shown on tv details page. If you want to show the number rating too, add this line to tv-datail.xsl an line 80
Code:
<xsl:if test="$number-rating = 'true'"> (<xsl:value-of select="rating div 10" />/10)</xsl:if>

gt

sorry, by rating I meant certificate...TV-Y, TV-PG, TV-MA, etc


RE: [YAMJ] [MOD] All-in-One Package SabishGT skin [new version: 06.10.2010] - dac182 - 10-08-2010 05:43 PM

(10-07-2010 01:30 AM)Trilogy Wrote:  My movies only play from index wall, i can't get them started on the detail page. Not with enter or with play. Huh

I have exactly the same problem as above - can anyone help out please confused