[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 
[FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
03-04-2012, 04:29 AM (This post was last modified: 03-04-2012 05:11 AM by Wookie Groomer.)
Post: #61
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
Which file is the indexMOVIE setting in?
Found it sorry, I re-read the first post again... Smile

Mitsubishi 82" 3D DLP WD-82838 / Optoma BG-ZD101 3D Glasses
Denon AVR-991 HD Audio/Video Receiver
Samsung BD-D7500 3D Blu-ray Player
7.1 Audio - ADS Main Tower Speakers/POLK Side and Rear Surround/Cerwin Vega dual port Center Channel
Custom Build 15" Tempest SonoSub 24" Dia. x 48" Tall 14hz low end (two 17" flared ports)
Mede8er 600X3D
Popcorn Hour C-200
All HDMI 1.4a
Media Server: 20TB with NSF streaming to Mede8er and SMB to Popcorn Hour on Gigabit LAN
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 07:27 PM
Post: #62
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-02-2012 08:11 PM)Legion455 Wrote:  PS ... I'll see if I can add an option to display normal blue/white thumbframes on the next revision for ya!!!! Wink

+1
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 07:38 PM
Post: #63
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
I have a question about the Rottentomatoes logo.

If the RT rating is not picked up and a IMDB rating is used, does the RT logo still show up.

PCH C-200 500GB 2.5 HDD + CH08LS10-> HDMI -> Onkyo 607 -> Samsung
LNT-5271F -> Harmony 880
Movies served from DNS-323 Using SMB and USB Hard Drive Enclosure Connected to PCH
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 08:04 PM
Post: #64
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
yep .... didn't add any extra conditions for that...
(and probably don't have the expertise to do it even if I wanted too!! Sad )


(03-04-2012 07:38 PM)louisw Wrote:  I have a question about the Rottentomatoes logo.

If the RT rating is not picked up and a IMDB rating is used, does the RT logo still show up.

Take Care
Allen

HD Videos of my jukebox:
Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 09:19 PM
Post: #65
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
First, let me say thanks for these great overlays, they look fantastic, and I finally almost have media jukebox nirvana that I have been trying for years to obtain.

I am very much a newbie to Yamj and skins, so bear with me.

I have a few issues I would like to see if I can resolve:

1)For some reason my TV series all are in another language other than english, but all my movies are OK.

2)I do not have the starbursts on the left corner of my movies.

3)I also don't have the boxes under the info pages that tell how to navigate.

4)I do have the rotten tomatoes and top 250 showing on the overlays correctly.

Any help would be appreciated.

[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 10:04 PM
Post: #66
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-04-2012 08:04 PM)Legion455 Wrote:  yep .... didn't add any extra conditions for that...
(and probably don't have the expertise to do it even if I wanted too!! Sad )


(03-04-2012 07:38 PM)louisw Wrote:  I have a question about the Rottentomatoes logo.

If the RT rating is not picked up and a IMDB rating is used, does the RT logo still show up.

I think there maybe something with xpaths - see this page http://www.dentedboxes.com/doku.php/ever...:variables

i tried experimenting today but really had trouble with it.

PCH C-200 500GB 2.5 HDD + CH08LS10-> HDMI -> Onkyo 607 -> Samsung
LNT-5271F -> Harmony 880
Movies served from DNS-323 Using SMB and USB Hard Drive Enclosure Connected to PCH
Find all posts by this user
Add Thank You Quote this message in a reply
03-04-2012, 11:50 PM
Post: #67
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-04-2012 10:04 PM)louisw Wrote:  I think there maybe something with xpaths - see this page http://www.dentedboxes.com/doku.php/ever...:variables

i tried experimenting today but really had trouble with it.

You can get the original XML values by using the xpath terms

[:multi-/movie/ratings/rating[@moviedb='NFO']-1-/rating:]
[:multi-/movie/ratings/rating[@moviedb='imdb']-1-/rating:]
[:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:]

BUT: they cannot be tranformed into values like "7.8" or rounded values (eg. 78 -> 7.8 -> 8) which are used for star rating images.

I don't know exactly how XMLs with RT rating work since I don't use it. But what you could perhabs try is testing against these xpath values in the eskin file, something like:
"if [:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:] = undefined/UNKNOWN, use [:score:] with imdb images" and
"if [:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:] != undefined/UNKNOWN, use [:score:] with rottentomatoes images".

PCH A-210
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to safran64 for this post
03-05-2012, 01:03 AM (This post was last modified: 03-05-2012 01:04 AM by Legion455.)
Post: #68
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
1. no habla enspinol ... Big Grin

2. Check in your settings.xml file that you have either Wallfull2 or Wallfull3 for "indexMOVIE"

3. boxes? those come from the folder legions_wall ..

This is using the TestJukebox? ie, running eskinDemonstrator?
It almost sounds as if you have corrupt files.... mabye delete teh TestJukebox folder and un-rar teh files again.

(03-04-2012 09:19 PM)johnand Wrote:  First, let me say thanks for these great overlays, they look fantastic, and I finally almost have media jukebox nirvana that I have been trying for years to obtain.

I am very much a newbie to Yamj and skins, so bear with me.

I have a few issues I would like to see if I can resolve:

1)For some reason my TV series all are in another language other than english, but all my movies are OK.

2)I do not have the starbursts on the left corner of my movies.

3)I also don't have the boxes under the info pages that tell how to navigate.

4)I do have the rotten tomatoes and top 250 showing on the overlays correctly.

Any help would be appreciated.

Take Care
Allen

HD Videos of my jukebox:
Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography
Find all posts by this user
Add Thank You Quote this message in a reply
03-05-2012, 03:50 AM (This post was last modified: 03-05-2012 06:19 PM by louisw.)
Post: #69
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-04-2012 11:50 PM)safran64 Wrote:  
(03-04-2012 10:04 PM)louisw Wrote:  I think there maybe something with xpaths - see this page http://www.dentedboxes.com/doku.php/ever...:variables

i tried experimenting today but really had trouble with it.

You can get the original XML values by using the xpath terms

[:multi-/movie/ratings/rating[@moviedb='NFO']-1-/rating:]
[:multi-/movie/ratings/rating[@moviedb='imdb']-1-/rating:]
[:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:]

BUT: they cannot be tranformed into values like "7.8" or rounded values (eg. 78 -> 7.8 -> 8) which are used for star rating images.

I don't know exactly how XMLs with RT rating work since I don't use it. But what you could perhabs try is testing against these xpath values in the eskin file, something like:
"if [:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:] = undefined/UNKNOWN, use [:score:] with imdb images" and
"if [:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:] != undefined/UNKNOWN, use [:score:] with rottentomatoes images".


Thanks.. I'm still working on conditions but for now made a minor modification to evStreamed

In movie.common.data.eskin
I changed the following block
PHP Code:
    
        
<name>rating</name>
        <
display>[:rating:]/100      Rotten Tomatoes: [:multi-/movie/ratings/rating[@moviedb='rottentomatoes']-1-/rating:]      IMDB: [:multi-/movie/ratings/rating[@moviedb='imdb']-1-/rating:] </display>  <!-- Display the rating found in the XML YAMJ created "/100" -->
        <
posx>440</posx>
        <
posy>458</posy>
        <
width>550</width>
        <
height>32</height>
        <
size>20</size>  
        <
color>movie.data.color</color




Argh.. cant get that to display on the board correctly.. oh well.

PCH C-200 500GB 2.5 HDD + CH08LS10-> HDMI -> Onkyo 607 -> Samsung
LNT-5271F -> Harmony 880
Movies served from DNS-323 Using SMB and USB Hard Drive Enclosure Connected to PCH
Find all posts by this user
Add Thank You Quote this message in a reply
03-05-2012, 03:58 AM
Post: #70
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
use php not code for xml output
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to accident for this post
03-05-2012, 04:04 PM
Post: #71
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
hello legion . .

Just asking for help here. . Im using evzap legion 4 skin . .I have a problem regarding dtshdma. . How does the skin read dtshdma in your xml file?? I am using ember and I set dtshdma to dts-hd. However, after running yamj, some files show correctly as dtshdma in my pch, and others show normal dts logo instead of dtshdma logo . Hope you can help.

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
03-05-2012, 05:04 PM
Post: #72
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-05-2012 04:04 PM)joshwachubby Wrote:  hello legion . .

Just asking for help here. . Im using evzap legion 4 skin . .I have a problem regarding dtshdma. . How does the skin read dtshdma in your xml file?? I am using ember and I set dtshdma to dts-hd. However, after running yamj, some files show correctly as dtshdma in my pch, and others show normal dts logo instead of dtshdma logo . Hope you can help.

Thanks

Did you have a look at the corresp. XML files in your YAMJ folder? Are they correct?
If you're talking about the icons on the movie/tv detail screens it's the "codecs/audio/codec" values that count.

But these new codec data are still a bit of a mess in YAMJ. E.g. the audio streams of my MKV videos are all doubled and sometimes simply wrong.
This is what I get for a MKV with 3(!) audio streams (DTS-HD, DTS, TrueHD):

PHP Code:
...
      <
audioCodec>DTS-HD (de) / DTS (en) / TrueHD (en) / DTSMA (deu) / DTS (eng) / A_TRUEHD (eng)</audioCodec>
      <
codecs>
         <
audio count="6">
            <
codec channels="8" codecId="A_DTS" codecIdHint="UNKNOWN" format="DTS"
                   
formatProfile="MA"
                   
formatVersion="UNKNOWN"
                   
language="de"
                   
langugageFull="DE">DTS-HD</codec>
            <
codec channels="6" codecId="A_DTS" codecIdHint="UNKNOWN" format="DTS"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="en"
                   
langugageFull="EN">DTS</codec>
            <
codec channels="8" codecId="A_TRUEHD" codecIdHint="UNKNOWN" format="TrueHD"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="en"
                   
langugageFull="EN">TrueHD</codec>
            <
codec channels="8" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="deu"
                   
langugageFull="DE">DTSMA</codec>
            <
codec channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="eng"
                   
langugageFull="EN">DTS</codec>
            <
codec channels="8" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="eng"
                   
langugageFull="EN">A_TRUEHD</codec>
         </
audio>
... 

PCH A-210
Find all posts by this user
Add Thank You Quote this message in a reply
03-06-2012, 01:53 AM
Post: #73
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
Hi

How do i make 2 libraries. One for my movie and another for my kids. I wold like to use the same index menu.

Thank you.

PS - congratulations for your fantastic work
Find all posts by this user
Add Thank You Quote this message in a reply
03-06-2012, 02:09 AM
Post: #74
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-05-2012 05:04 PM)safran64 Wrote:  
(03-05-2012 04:04 PM)joshwachubby Wrote:  hello legion . .

Just asking for help here. . Im using evzap legion 4 skin . .I have a problem regarding dtshdma. . How does the skin read dtshdma in your xml file?? I am using ember and I set dtshdma to dts-hd. However, after running yamj, some files show correctly as dtshdma in my pch, and others show normal dts logo instead of dtshdma logo . Hope you can help.

Thanks

Did you have a look at the corresp. XML files in your YAMJ folder? Are they correct?
If you're talking about the icons on the movie/tv detail screens it's the "codecs/audio/codec" values that count.

But these new codec data are still a bit of a mess in YAMJ. E.g. the audio streams of my MKV videos are all doubled and sometimes simply wrong.
This is what I get for a MKV with 3(!) audio streams (DTS-HD, DTS, TrueHD):

PHP Code:
...
      <
audioCodec>DTS-HD (de) / DTS (en) / TrueHD (en) / DTSMA (deu) / DTS (eng) / A_TRUEHD (eng)</audioCodec>
      <
codecs>
         <
audio count="6">
            <
codec channels="8" codecId="A_DTS" codecIdHint="UNKNOWN" format="DTS"
                   
formatProfile="MA"
                   
formatVersion="UNKNOWN"
                   
language="de"
                   
langugageFull="DE">DTS-HD</codec>
            <
codec channels="6" codecId="A_DTS" codecIdHint="UNKNOWN" format="DTS"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="en"
                   
langugageFull="EN">DTS</codec>
            <
codec channels="8" codecId="A_TRUEHD" codecIdHint="UNKNOWN" format="TrueHD"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="en"
                   
langugageFull="EN">TrueHD</codec>
            <
codec channels="8" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="deu"
                   
langugageFull="DE">DTSMA</codec>
            <
codec channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="eng"
                   
langugageFull="EN">DTS</codec>
            <
codec channels="8" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
                   
formatProfile="UNKNOWN"
                   
formatVersion="UNKNOWN"
                   
language="eng"
                   
langugageFull="EN">A_TRUEHD</codec>
         </
audio>
... 

Thanks for the information. .Now I know that Yamj is the culprit(I guess). Yes, i saw the xml file and the audio count in my mkv files are doubled. But still "dts-hd" is the normal codec for dtshdma right?? I hope this gets fixed
Find all posts by this user
Add Thank You Quote this message in a reply
03-06-2012, 02:16 AM
Post: #75
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
My_Library.xml file....:
PHP Code:
<!-- Library file generated by Omertrons GUI Config -->
<!-- 
YAMJ GUI Config v0.51 -->
<!-- 
http://mediaplayersite.com/YAMJ_GUI_Config -->

<libraries>

  <
library>
    <
path>T:VideoCollectionAllen</path>
    <
playerpath>file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Multimedia/VideoCollection/Allen/</playerpath>
    
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
    <
description></description>
    <
prebuf></prebuf>
    <
scrapeLibrary>true</scrapeLibrary>
  </
library>

  <
library>
    <
path>T:VideoCollectionLynn</path>
    <
playerpath>file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Multimedia/VideoCollection/Lynn/</playerpath>
    
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
    <
description>Lynns Movies</description>
    <
prebuf></prebuf>
    <
scrapeLibrary>true</scrapeLibrary>
  </
library>

  <
library>
    <
path>T:VideoCollectionTV</path>
    <
playerpath>file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Multimedia/VideoCollection/TV/</playerpath>
    
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
    <
description></description>
    <
prebuf></prebuf>
    <
scrapeLibrary>true</scrapeLibrary>
  </
library>

</
libraries

YAMJ GUIconfig.051 file can do this automatically for you!!! REad, Read, read!! Smile

(03-06-2012 01:53 AM)pcsilva Wrote:  Hi

How do i make 2 libraries. One for my movie and another for my kids. I wold like to use the same index menu.

Thank you.

PS - congratulations for your fantastic work

Take Care
Allen

HD Videos of my jukebox:
Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Legion455 for this post
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Photo [FLASH SKIN] pfpscope - A CinemaScope skin for Eversion pfp 23 7,243 Yesterday 04:08 PM
Last Post: Cappy1
  [HTML SKIN] iSkin - YAMJ Skin for iOS, Android, or any device with a web-kit based browser gfb107 1,357 320,351 05-19-2013 08:13 PM
Last Post: gfb107
Video [HTML SKIN] Rutabaga_MOD_by_Hispanico [update 27.05.x11] hispanico 48 21,996 05-12-2013 01:51 PM
Last Post: Jascha
  [HTML SKIN] ÆON Movie Wall YAMJ *UPDATE* May 9, 2010 - Clean Up #4 ejp 8,798 2,216,809 05-01-2013 05:49 PM
Last Post: h3dman
  [FLASH SKIN] people MOD for evZap v1.2.1 jluc2808 49 4,966 04-30-2013 11:15 PM
Last Post: jluc2808
  [FLASH SKIN] evZap! 1.2.1 (Updated: 29.04.12) safran64 712 92,793 04-27-2013 09:13 PM
Last Post: jluc2808
  [HTML SKIN] All-in-One Package SabishGT skin [Update: 28.05.2011] gt-eins 2,091 472,599 04-25-2013 05:17 PM
Last Post: Freakeao
  [HTML SKIN] GTspecial Zappiti-look-a-like public beta (Update:24.06.2011) gt-eins 957 193,385 03-22-2013 08:29 PM
Last Post: jerichoy2j
  ALL in 3 !! (TestCollection, TestJukebox, TestYAMJ/Eversion0160/evZap/Legion) Legion455 156 30,480 01-26-2013 02:27 PM
Last Post: Tate
Information [HTML SKIN] Guide for YAMJ skin makers Omertron 62 52,007 04-19-2012 08:57 AM
Last Post: Omertron

Forum Jump: