[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

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



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[HTML SKIN] GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
06-13-2012, 12:36 AM
Post: #946
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
Sent, thanks!

A-210, Internal 2TB WD Green
YAMJ 2.7-(r3174), TOMY 1.41, GT Special zapitti
i5 2500K, Gigabyte Z68-UD4 B3, Ripjaws 8GB PC3-10666, GeForce 460GTX 1GB, CM Hyper 212 Plus
2x Mediasonic HFSU3S2 4bay
3x2TB Seagate Barracuda greens, 2x 2TB WD Green, 3TB WD Green
Find all posts by this user
Add Thank You Quote this message in a reply
06-17-2012, 07:25 AM
Post: #947
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
problem confirmed. now I've to solve it.

GT

GT projects website
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to gt-eins for this post
06-17-2012, 10:45 PM (This post was last modified: 06-18-2012 12:16 AM by Temujin.)
Post: #948
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
You are a miracle worker! l
Thanks so much. Got the new index.xsl and after updating the jukebox, menu options are back and working.
Thrilled to have this working again!
Thanks again!

A-210, Internal 2TB WD Green
YAMJ 2.7-(r3174), TOMY 1.41, GT Special zapitti
i5 2500K, Gigabyte Z68-UD4 B3, Ripjaws 8GB PC3-10666, GeForce 460GTX 1GB, CM Hyper 212 Plus
2x Mediasonic HFSU3S2 4bay
3x2TB Seagate Barracuda greens, 2x 2TB WD Green, 3TB WD Green
Find all posts by this user
Add Thank You Quote this message in a reply
06-18-2012, 06:20 AM
Post: #949
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
nice to hear.

I´ll add the changed code in the next release.

GT

GT projects website
Find all posts by this user
Add Thank You Quote this message in a reply
09-03-2012, 04:58 AM
Post: #950
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
Excited for the next release GT. Big Grin
(06-18-2012 06:20 AM)gt-eins Wrote:  nice to hear.

I´ll add the changed code in the next release.

GT

Panny 42PV8 | A-110 | 2TB Barracuda LP | SabishGT YAMJ + Aeon | HK AVR-2550 | Wharfdale Diamond 8 | Dynaquest DQ-12 Sub
Find all posts by this user
Add Thank You Quote this message in a reply
10-12-2012, 07:56 PM
Post: #951
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
Since I just joined I can't post clickable links

I am looking to download some of the icons referenced in earlier posts like the blu ray or video tape icon. Where can I find these?
Find all posts by this user
Add Thank You Quote this message in a reply
10-12-2012, 09:00 PM (This post was last modified: 10-12-2012 09:03 PM by Temujin.)
Post: #952
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
There's a link to an icon pack on the first post of this thread. I believe the Eversion and Tomy threads also have icon and flag packs

Accident has the studio packs:
https://github.com/accident12123/eversion/downloads

And the Aeon page has other packs:
http://www.networkedmediatank.com/showth...?tid=25534

A-210, Internal 2TB WD Green
YAMJ 2.7-(r3174), TOMY 1.41, GT Special zapitti
i5 2500K, Gigabyte Z68-UD4 B3, Ripjaws 8GB PC3-10666, GeForce 460GTX 1GB, CM Hyper 212 Plus
2x Mediasonic HFSU3S2 4bay
3x2TB Seagate Barracuda greens, 2x 2TB WD Green, 3TB WD Green
Find all posts by this user
Add Thank You Quote this message in a reply
12-19-2012, 08:42 PM
Post: #953
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
Amazing work, thank you so much!
This is the skin I've been waiting for! Smile
The last missing piece to make it the perfect skin for me are watched indicators for episodes - or is this possible already and I just cannot get it to work?
Find all posts by this user
Add Thank You Quote this message in a reply
12-20-2012, 12:45 AM (This post was last modified: 12-20-2012 12:48 AM by primetimeguy.)
Post: #954
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
I have it working but I have a highly customized version of this skin. I think the item below is what you need to change in tv-detail.xsl:

Search for the line:
Code:
xsl:when test="/details/movie/files/file/watchedDate[position()] != ''"><xsl:attribute name="src">pictures/special/tv-index-watched.png<xsl:value-of select="/details/movie/files/file/watchedDate"/></xsl:attribute></xsl:when>

and replace with
Code:
<xsl:when test="/details/movie/files/file[@watched] = 'true'"><xsl:attribute name="src">pictures/special/tv-index-watched.png</xsl:attribute></xsl:when>

Hopefully that is all that is needed, who knows as I've made so many changes.

And now that I remember there is still one part not working. It does not work on the main TV details page but the above code works on the TV Index view of the detail page. So I use the index to determine which episodes I have watched.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 2 users say Thank You to primetimeguy for this post
12-20-2012, 03:19 PM
Post: #955
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
got a question...

in the skin.properties is have set the homepage like this;

PHP 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
# 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 

But when i open Index.htm is doesnt go to the Movie page.....what do i do wrong?

Cheers,
Mitch.
Find all posts by this user
Add Thank You Quote this message in a reply
12-21-2012, 08:28 PM
Post: #956
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
If You dont want the zappiti index you´ve to set (skin.properties file):
Code:
use-startmenu=false

GT

GT projects website
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to gt-eins for this post
01-08-2013, 08:24 PM
Post: #957
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
I love the skin, but whatever I try, I cannot get the dynamic watched feature to work.

If I enable watched.scanner everything works fine, but the watched.js/watched.cgi dynamic version from the latest default skin is not working at all.

Using the default skin, it works fine, the watchfile is created at the press of a button (an deleted if pressed again) and the text (Watched: Yes/No) gets toggled instantly too.

I wanted to start with the detail-page as a place to start, I even copied the code from the original index.xls but nothing happens.

Here's what I tried, maybe someone with more experience can help me out: Sad

I added this inside the HEAD tag:
PHP Code:
<script>
  var 
wloc=location.href;
  
wScriptLocation=wloc.substring(38,wloc.lastIndexOf("/"))+"/Watched/";

  var 
movieLocation="<xsl:call-template name="substring-after-last"><xsl:with-param name="string" select="files/file[1]/fileURL" /><xsl:with-param name="delimiter" select="'file:///opt/sybhttpd/localhost.drives/'" /></xsl:call-template>"
  
movieLocation=movieLocation.substring(0,movieLocation.lastIndexOf("/"))+"/";

  <
xsl:choose>
    <
xsl:when test="$mjb.watchedLocation = 'withJukebox'">
      
wlocation=wloc.substring(38,wloc.lastIndexOf("/"))+"/Watched/";
    </
xsl:when>
    <
xsl:when test="$mjb.watchedLocation = 'withVideo'">
        
wlocation=movieLocation;
    </
xsl:when>
    <
xsl:otherwise>
      
wlocation="<xsl:value-of select="$mjb.watchedLocation"/>"
    
</xsl:otherwise>
  </
xsl:choose>
</script>
<script language="JavaScript" src="Watched/watched.js" type="text/javascript">
//<![CDATA[
//]]>
</script> 

added this to the BODY-tag:
PHP Code:
onload="watched(0);" 

and inside the BODY-tag:
PHP Code:
<table><tr><td id="watched" class="normal" valign="top">test</td></tr></table
-this should change "test" to "Yes" or "No" like it does with the original code, depending on the existence of a matching watch file - but nothing happens Sad

PHP Code:
<script id="watchedjs" language="JavaScript" src="empty.js" type="text/javascript"><xsl:comment>JavaScript</xsl:comment></script>
<a href="#" onclick="watched(1);" TVID="Delete"><xsl:comment>Watched Key</xsl:comment></a> 

Any help would really be appreciated, I spent many hours trying to get it to work and I have run out of ideas... :/
Find all posts by this user
Add Thank You Quote this message in a reply
03-22-2013, 08:29 PM
Post: #958
RE: GTspecial Zappiti-look-a-like public beta (Update:24.06.2011)
how do i set a shorter plot in tv episodes?
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Video [HTML SKIN] Rutabaga_MOD_by_Hispanico [update 27.05.x11] hispanico 48 21,988 05-12-2013 01:51 PM
Last Post: Jascha
Star [TOOL] Dynamic YAMJ & Music JukeBox server - NMTServer 1.82 released [5 Feb. 2011] ithiel 2,258 846,264 05-05-2013 04:39 AM
Last Post: NeilN1
  [HTML SKIN] ÆON Movie Wall YAMJ *UPDATE* May 9, 2010 - Clean Up #4 ejp 8,798 2,216,378 05-01-2013 05:49 PM
Last Post: h3dman
  [HTML SKIN] All-in-One Package SabishGT skin [Update: 28.05.2011] gt-eins 2,091 472,430 04-25-2013 05:17 PM
Last Post: Freakeao
  [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update) Legion455 294 43,805 04-22-2013 07:11 AM
Last Post: jluc2808
  [HTML SKIN] Alaska *UPDATE* May 9, 2010 - 3 Fixes, 1 Enhancement, and a Time Fix(?) ejp 352 129,643 02-15-2012 01:51 PM
Last Post: accident
  [FLASH SKIN] Eversion: Public Beta 1, (V0.1.4 R0039) accident 518 140,906 06-15-2011 06:53 AM
Last Post: Omertron

Forum Jump: