User(s) browsing this thread: 1 Guest(s)
|
[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.)
|
|||
|
|||
|
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...
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 |
|||
|
03-04-2012, 07:27 PM
|
|||
|
|||
| RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update) | |||
|
03-04-2012, 07:38 PM
|
|||
|
|||
|
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 |
|||
|
03-04-2012, 08:04 PM
|
|||
|
|||
|
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!! )(03-04-2012 07:38 PM)louisw Wrote: I have a question about the Rottentomatoes logo. Take Care Allen HD Videos of my jukebox: Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography |
|||
|
03-04-2012, 09:19 PM
|
|||
|
|||
|
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.
|
|||
|
03-04-2012, 10:04 PM
|
|||
|
|||
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... 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 |
|||
|
03-04-2012, 11:50 PM
|
|||
|
|||
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 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 |
|||
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.)
|
|||
|
|||
|
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
1. no habla enspinol ...
![]() 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. Take Care Allen HD Videos of my jukebox: Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography |
|||
|
03-05-2012, 03:50 AM
(This post was last modified: 03-05-2012 06:19 PM by louisw.)
|
|||
|
|||
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 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: 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 |
|||
|
03-05-2012, 03:58 AM
|
|||
|
|||
|
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
use php not code for xml output
|
|||
1 user says Thank You to accident for this post |
|
03-05-2012, 04:04 PM
|
|||
|
|||
|
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 |
|||
|
03-05-2012, 05:04 PM
|
|||
|
|||
RE: [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update)
(03-05-2012 04:04 PM)joshwachubby Wrote: hello legion . . 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: ...PCH A-210 |
|||
|
03-06-2012, 01:53 AM
|
|||
|
|||
|
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 |
|||
|
03-06-2012, 02:09 AM
|
|||
|
|||
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 . . 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 |
|||
|
03-06-2012, 02:16 AM
|
|||
|
|||
|
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 GUIconfig.051 file can do this automatically for you!!! REad, Read, read!! ![]() (03-06-2012 01:53 AM)pcsilva Wrote: Hi Take Care Allen HD Videos of my jukebox: Eversion, evZap, w/ My Overlays Part#1,Part#2,Part#3,Part#4 Cast/Crew Filmography |
|||
1 user says Thank You to Legion455 for this post |
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)

)![[Image: watched-fanart.jpg]](http://trakt.tv/user/johnand/widget/watched-fanart.jpg)



