[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] evHell 4.0 for Eversion
11-01-2011, 04:49 AM
Post: #16
RE: evHell 2.0 for Eversion
(11-01-2011 02:39 AM)K1LL3M Wrote:  I have an issue where audio codes and container flags are not being shown on BD rips. I have checked the info screen and they are reported.

Separate question, where to I turn of the HD/SD symbols that appear in the corner of the artwork.

Could you look in the xml file in the jukebox folder for the name of the audio codec and container so I can add the names to the xml if that is the problem.

Set
posters.videoout=false
banners.videoout=false

in skin-user.properties to turn the HD/SD symbol off, I hope this is the one you mean, the same should work for any other overlay image.
Find all posts by this user
Add Thank You Quote this message in a reply
11-01-2011, 07:50 AM (This post was last modified: 11-01-2011 08:09 AM by K1LL3M.)
Post: #17
RE: evHell 2.0 for Eversion
Thanks will give that a go.

here is xml Id

PHP Code:
<container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>DTS-HD (en) / AC3 (en)</audioCodec>
        <
audioChannels>2</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput>

<
container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>TrueHD (en)</audioCodec>
        <
audioChannels>6</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput

Forgot to mention, about "undefined' icon for "TV-Shows"?


C200 + 500GB (Apps Only)x3
A200 + 160GB (Apps Only)x3
A300 + 2TB (Networked + Separate Jukebox)
A400 + 2TB (Networked + Separate Jukebox)
Main Display = C200ir Passthorugh(HDMI) + Denon 4810 + Samsung LA55A950
Other Displays = Downmix (HDMI/RGB/RCA)
Wired Network = Dell PowerConnect 5548 + Synology RS3411xs
Content = NAS + SMB Shares
BD Rips = DVDFab + BDMVs
Find all posts by this user
Add Thank You Quote this message in a reply
11-01-2011, 03:56 PM (This post was last modified: 11-01-2011 04:14 PM by Rezurfer.)
Post: #18
RE: evHell 2.0 for Eversion
(11-01-2011 07:50 AM)K1LL3M Wrote:  Thanks will give that a go.

here is xml Id

PHP Code:
<container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>DTS-HD (en) / AC3 (en)</audioCodec>
        <
audioChannels>2</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput>

<
container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>TrueHD (en)</audioCodec>
        <
audioChannels>6</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput

Forgot to mention, about "undefined' icon for "TV-Shows"?

If you rename tv shows to tv-shows in categories. xml that should fix it.
PHP Code:
<category name="TV Shows">
    <
enable>true</enable>
    <
rename>TV-Shows</rename>
  </
category

That has to do with the translations and that it isn't possible to have spaces in the xml tags.
(11-01-2011 07:50 AM)K1LL3M Wrote:  Thanks will give that a go.

here is xml Id

PHP Code:
<container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>DTS-HD (en) / AC3 (en)</audioCodec>
        <
audioChannels>2</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput>

<
container>BDAV</container>
        <
videoCodec>VC-1</videoCodec>
        <
audioCodec>TrueHD (en)</audioCodec>
        <
audioChannels>6</audioChannels>
        <
resolution>1920x1080</resolution>
        <
videoSource>BluRay</videoSource>
        <
videoOutput>1080p 24Hz</videoOutput

Forgot to mention, about "undefined' icon for "TV-Shows"?
PHP Code:
overlay.keywords.audiocodec a_truehd TrueHD dtshra DTS-HD
overlay
.keywords.videocodec microsoft VC-

I will add the codecs to the skin-user.properties like above as synonyms. I will add it to the next update, but you can add it now if you want. For the BDAV container I have to make an image first.
Find all posts by this user
Add Thank You Quote this message in a reply
11-01-2011, 09:00 PM
Post: #19
RE: evHell 2.0 for Eversion
Thanks mate, may need to add "dts-hd ma" variables as well.


C200 + 500GB (Apps Only)x3
A200 + 160GB (Apps Only)x3
A300 + 2TB (Networked + Separate Jukebox)
A400 + 2TB (Networked + Separate Jukebox)
Main Display = C200ir Passthorugh(HDMI) + Denon 4810 + Samsung LA55A950
Other Displays = Downmix (HDMI/RGB/RCA)
Wired Network = Dell PowerConnect 5548 + Synology RS3411xs
Content = NAS + SMB Shares
BD Rips = DVDFab + BDMVs
Find all posts by this user
Add Thank You Quote this message in a reply
11-01-2011, 11:50 PM
Post: #20
RE: evHell 2.0 for Eversion
(11-01-2011 09:00 PM)K1LL3M Wrote:  Thanks mate, may need to add "dts-hd ma" variables as well.

The overlayXML file has now been updated with corrections and more codecs and aspects thanks to Sysiphus and K1LL3M for input.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Rezurfer for this post
11-02-2011, 03:12 AM
Post: #21
RE: evHell 2.0 for Eversion
There's about 6 variations of dts that you can't tell from the data yamj saves..
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 11:01 AM
Post: #22
RE: evHell 2.0 for Eversion
(11-02-2011 03:12 AM)accident Wrote:  There's about 6 variations of dts that you can't tell from the data yamj saves..
And the data in the used "codec id/hint" field in mediainfo that is used is sometimes a bit iffy.

But medianinfo is still being developed so I hope it will improve over time.
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 11:11 AM (This post was last modified: 11-02-2011 11:35 AM by K1LL3M.)
Post: #23
RE: evHell 2.0 for Eversion
Couple of comments/feedback

The BDAV container doesn't show up, if you are looking for an image for this, IMO it would be OK to just use the BluRay flag (this is basically what it is anyway).

Audio codecs works great as far as I have seen so far with the DTS-HD/TrueHD. For the container though, there is also AVC as well as VC-1, VC-1 works great, but I am guessing there is nothing for AVC yet (H.264)?

The Aspect ratio does not show, I think I read on dentedboxes there is problem here?

The changes and the Australia certification flags work for G, PG & M but flags for MA15+ and R18+ don't work, nothing shows.

xml files report these as
PHP Code:
<certification>R</certification>
<
certification>MA</certification

Mod question, is there a reason that I cant relocate the certification to the other side under the year? Or push the flags across and use the large certification symbol directly under movie instead, kind of AEON style?

Oh, and just one last comment here, I changed the "Movies" view to the moviewall1row and the "All" to the listview. Absolutely just a personal preference of course, and certainly easily changeable for anyone, but it just made more sense to me to default that way.

Still completely adore this skin.


C200 + 500GB (Apps Only)x3
A200 + 160GB (Apps Only)x3
A300 + 2TB (Networked + Separate Jukebox)
A400 + 2TB (Networked + Separate Jukebox)
Main Display = C200ir Passthorugh(HDMI) + Denon 4810 + Samsung LA55A950
Other Displays = Downmix (HDMI/RGB/RCA)
Wired Network = Dell PowerConnect 5548 + Synology RS3411xs
Content = NAS + SMB Shares
BD Rips = DVDFab + BDMVs
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 01:49 PM
Post: #24
RE: evHell 2.0 for Eversion
(11-02-2011 11:01 AM)Rezurfer Wrote:  
(11-02-2011 03:12 AM)accident Wrote:  There's about 6 variations of dts that you can't tell from the data yamj saves..
And the data in the used "codec id/hint" field in mediainfo that is used is sometimes a bit iffy.

But medianinfo is still being developed so I hope it will improve over time.

mediainfo is fine but you need 4 fields from it to tell. Yamj saves 1. I put an ISSue in months ago but its the kind of request that takes time
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 02:17 PM (This post was last modified: 11-02-2011 02:24 PM by Rezurfer.)
Post: #25
RE: evHell 2.0 for Eversion
For the BDAV container it should get the MPEG-TS icon, since the container is a MPEG-2 transport stream. I have to check this when I get home.

There are icons for both AVC and VC-1. I think VC-1 and avc are videocodecs? And container is e.g. ASF?

The challenge is that the data from mediainfo isn't well defined and well documented and e.g. AVC is reported as h264, h.264, H.264/MPEG-4 AVC and possibly a number of other ways so we will have to update the settings and overlay files as we go.

ma15 and r18 are set up as ma15+ and r18+ i'll remove the plus signs i the overlay files.

If no aspect ratio shows then it is a new issue. Aspect ratios are reported with 3 decimals from YAMJ and there is no way to use ranges so I've tried to set up the most common aspect ratios but we will continue updating this list of ratios forever unless YAMJ removes 1 decimal or I find a way to parse this.

I've posted an enhancement request for both aspect ratio decimals and the codec/container data.

You can move any artwork around the overlay (The background image for the overlay) image as you wish as long as it is within the boundaries of that image.

(11-02-2011 01:49 PM)accident Wrote:  
(11-02-2011 11:01 AM)Rezurfer Wrote:  
(11-02-2011 03:12 AM)accident Wrote:  There's about 6 variations of dts that you can't tell from the data yamj saves..
And the data in the used "codec id/hint" field in mediainfo that is used is sometimes a bit iffy.

But medianinfo is still being developed so I hope it will improve over time.

mediainfo is fine but you need 4 fields from it to tell. Yamj saves 1. I put an ISSue in months ago but its the kind of request that takes time

I put one issue (2076: Mediainfo information and xml overlay) in as well but it's for the overlay function maybe it should've been more general.
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 06:31 PM
Post: #26
RE: evHell 2.0 for Eversion
list view looks awesome - gonna check it out thanks!

I have to return some videotapes.
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 10:20 PM
Post: #27
RE: evHell 2.0 for Eversion
Will this work on an A300? Just received my A300 and I think this could be a good alternative for my current A200/dynamic nmt server setup (html based). Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
11-02-2011, 11:40 PM
Post: #28
RE: evHell 2.0 for Eversion
(11-02-2011 10:20 PM)Flash3d Wrote:  Will this work on an A300? Just received my A300 and I think this could be a good alternative for my current A200/dynamic nmt server setup (html based). Thanks

evHell is a skin for eversion. Check out this thread http://www.networkedmediatank.com/showth...?tid=55960

Should work if I understand it correctly but I'm not an A300 owner so I can't test it.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Rezurfer for this post
11-03-2011, 01:17 AM
Post: #29
RE: evHell 2.0 for Eversion
yes it works. If its made by syabas and has flash it works
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
11-03-2011, 07:45 AM
Post: #30
RE: evHell 2.0 for Eversion
(11-03-2011 01:17 AM)accident Wrote:  yes it works. If its made by syabas and has flash it works

Thank you both, will have a little project now Smile
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
Photo [FLASH SKIN] pfpscope - A CinemaScope skin for Eversion pfp 23 7,285 05-20-2013 04:08 PM
Last Post: Cappy1
  [YAMJ] ALPHA TEST: Eversion with iSkin2 mobile/tablet Remote accident 85 10,262 05-19-2013 07:47 PM
Last Post: flyck
  [FLASH SKIN] Eversion Beta2 v2.8.16 (R0179c)-FINAL accident 84 6,832 05-10-2013 09:34 PM
Last Post: accident
  [GUIDE] [EVERSION] How to add a custom item on the home list Bazrah 51 6,446 12-19-2012 08:46 AM
Last Post: guzmiricka
  [FLASH SKIN] Eversion Beta2 v0.2.8.16 (R0179) Released accident 515 118,059 12-18-2012 04:18 AM
Last Post: accident
  [GUIDE] [EVERSION] How to add custom libraries to the home screen plm 6 2,444 12-04-2012 08:49 PM
Last Post: plm
  [GUIDE] YAMJ/Eversion and the A300/Popbox V8/Popbox 3D accident 49 20,275 03-08-2012 04:47 AM
Last Post: pepar
Lightning [FLASH SKIN] Eversion Beta2! v0.2.7 (R0108) accident 826 165,607 12-12-2011 10:05 PM
Last Post: accident
  [FLASH SKIN] HalfNight Release For Eversion! halfelite 9 5,754 07-15-2011 03:54 AM
Last Post: zombiehunter
  [FLASH SKIN] Eversion: Public Beta 1, (V0.1.4 R0039) accident 518 141,327 06-15-2011 06:53 AM
Last Post: Omertron

Forum Jump: