[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)
Thread Closed 
[FLASH SKIN] Eversion Beta2 v0.2.8.16 (R0179) Released
01-06-2012, 12:56 PM (This post was last modified: 01-06-2012 01:00 PM by scumball.)
Post: #106
RE: Eversion Beta2 v0.2.8 (R0132) Released
(01-06-2012 12:25 PM)Bjur Wrote:  I really like this skin and using it as default on my C-200, however the speed in the movies wall page when I load the page is not good and smooth. Some of the images is loading not the hole page.
Hope someone can help optimizing.

My settings are these:
PHP Code:
    <!-- ******** PRELOADER  -->
    <!-- 
The preloader is the box that appears in the upper left corner to tell you why your waiting.
         
to make sure the preloader doesn't slow things down, it waits to appear and animate
         
         All times are in milliseconds but you'
ll find the low end nature of the cpu that time can drift-->

    <!-- 
time in milliseconds to appear if needed (500 minimum and default) -->
    <
preloadstart>500</preloadstart>
    <!-- 
time in milliseconds to start animating AFTER it appears (1000 minimum, default 2000) -->
    <
preloadanimate>1000</preloadanimate>    
    <!-- 
preload x and y are the x and y coodinates on of the left upper corner for the preloader to appear -->
    <
preloadx>32</preloadx>
    <
preloady>50</preloady>
    <!-- 
when set to truewaitingled will cause the system led to flash if eversion is busy
         
requires a hardware playing support this option (C200 does notthe rest do)    -->
    <
waitingled>true</waitingled>    
    
    <!-- ************ 
EPISODES -->
    
    <!-- 
set to true to enable specials to merge with seasons in their proper airing order 
         note
does not work everywhere yetwork in progress
               requires thetvdb specials airing information in yamj R2524
+  -->               
    <
epmerge>true</epmerge>
    
    
    <!-- ********* 
HyperScroll settings  -->
    <!-- 
Activate hyperscroll.   true means on -->
    <
hyperscroll>true</hyperscroll>  
    <!-- 
hyperscroll timer.   minimum 500 default: 900 -->
    <
hyperscrolltimer>480</hyperscrolltimer>      
    <!-- 
how fast should the screen start removing parts of hte screen.  choicesslowmediumfast.  Default: slow -->
    <
hyperscrollstart>fast</hyperscrollstart>     
    <!-- 
how fast should the screen start reappearing.  choicesslowmediumfast.  Default: medium -->
    <
hyperscrollspeed>fast</hyperscrollspeed>  
    <!-- 
should hyperscroll skip every other title (list/single row indexes only)-->
    <
hyperscrolljump>true</hyperscrolljump>      
    <!-- 
at what level should we stop drawing the menu screen.  Min 1Max 66=always/disables this feature -->
    <
hyperscrolldraw>2</hyperscrolldraw>  
    <!-- 
at what level should we start to redraw the menu screen.  Min 1Max 66=always/disables this feature -->    
    <
hyperscrollredraw>4</hyperscrollredraw
    <
hyperactivedraw>20</hyperactivedraw>    
    <!-- 
hyperscrolldrawmode specifies how to draw and index as your navigating around.
    
            
OptionsMIN  the images of videos are loaded as you see them appear on the screen
                     NICE 
the images of videos are loaded slightly ahead of where you are in the index
    
-->
    <
hyperscrolldrawmode>NICE</hyperscrolldrawmode
    <!-- 
how many cycles before hyper level changes -->
    <
hypercycles>2</hypercycles>
    <!-- 
a per device adjustment to fine tune image loading.  higher usually means faster remote response but less images being handled per cycle -->
    <
pchhyperdraw>3</pchhyperdraw>
    <
abhyperdraw>3</abhyperdraw>
    <
pbhyperdraw>2</pbhyperdraw>
    <
v8hyperdraw>2</v8hyperdraw>
    <
a3hyperdraw>2</a3hyperdraw>
    <
c3hyperdraw>2</c3hyperdraw>    
    <
noghyperdraw>2</noghyperdraw>
    
    <!-- 
when set to trueeversion will use the indexcount that yamj makes instead of counting the number of items in an index itself.  It is faster
         when set to true to get into an index however the yamj count is not always accurate 
and can cause unexpected problems.  It is recommended
         you keep this setting false until the eversion 
default is updated or the all safe is posted -->
    <
indexcount>false</indexcount

Mine also isn't that fast, in the previous version of evstreamed skin it seemed to be quicker for me (on a C200) with hyperscroll set to false.

On this version of the skin that doesn't seem to make much difference, one setting on yours looks wrong though:

<!-- hyperscroll timer. minimum 500 default: 900 -->
480

Minimum is 500 and default is 900 yet yours is set to 480 - any reason?

(01-06-2012 09:30 AM)accident Wrote:  a setting for the overlays you can easily add has created an unexpected problem with this. either add the property for the resource foldername to skin-user and make it resources OR copy the resources folder and call it res so there is both folders.

Or switch to an overlay: http://www.dentedboxes.com/doku.php/ever...ngs:images (overlay side note: I don't think any of the overlays have a set image in them)

I only understand this bit so I'll try that when I get back...thanks

copy the resources folder and call it res so there is both folders.
Find all posts by this user
01-06-2012, 01:01 PM (This post was last modified: 01-06-2012 01:08 PM by accident.)
Post: #107
RE: Eversion Beta2 v0.2.8 (R0132) Released
There's a lot more data in the xml files and that's causing a lot of the recent speed impacts your seeing. If someone wants to take on a project to thin down the yamj data for flash usage, I would be more than happy to help identify what's not needed. basically adding a new flash index xml data option. right now it's full or partial and neither really fits us so we're stuck on full.
Find all posts by this user
01-06-2012, 08:49 PM
Post: #108
RE: Eversion Beta2 v0.2.8 (R0132) Released
(01-06-2012 01:01 PM)accident Wrote:  There's a lot more data in the xml files and that's causing a lot of the recent speed impacts your seeing. If someone wants to take on a project to thin down the yamj data for flash usage, I would be more than happy to help identify what's not needed. basically adding a new flash index xml data option. right now it's full or partial and neither really fits us so we're stuck on full.

Tell me what you need and don't need. It's easy enough to fix.

Visit this user's website Find all posts by this user
01-08-2012, 05:49 AM
Post: #109
Rainbow RE: Eversion Beta2 v0.2.8 wont work
I cant seen too get eversion working on my a 300 ..

when i open the yamj app it see the files and runs the eversion skin but when u click on a movie it wont play any . do i ned a special network path for the a300

i also have a c200 with aeon skin it all works fine

does the eversion have diffrent network shares
Find all posts by this user
01-08-2012, 10:24 AM
Post: #110
RE: Eversion Beta2 v0.2.8 wont work
(01-08-2012 05:49 AM)dazzer Wrote:  I cant seen too get eversion working on my a 300 ..

when i open the yamj app it see the files and runs the eversion skin but when u click on a movie it wont play any . do i ned a special network path for the a300

i also have a c200 with aeon skin it all works fine

does the eversion have diffrent network shares

You don't need special network paths but you do need to setup your shares on your a300 and make sure they save (there's a some report bugs that they aren't really saving in the settings).

I'm assuming you took your yamj setup from your c200 and used the paths and everything to create the new eversion jukebox? the most common problem even with html skins is setting up the second player to exactly match certain settings of the player that has just worked for years.

The most important settings:
1: verify your network share settings on the a300 and c200.
2: every share name, capital letter, path, etc needs to exactly match

I recommend starting a new thread if you need more help and this didn't work. it can get very lengthy and complicated to find what's specific about your new setup that's throwing it off.
Find all posts by this user
01-08-2012, 08:19 PM (This post was last modified: 01-09-2012 10:09 PM by accident.)
Post: #111
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
Minor bug fixes needed by eskin makers for their eskins (including some upcoming about to be released ones):

If you do not use the default evstreamed eskin, it's recommended you update. Everyone else it's up to you, nothing
new from this update in the default eskin.

YAMJ R2873 recommended for recent video codec fixes.

Eversion 0.2.8.4: Download
  • POSSIBLE FIX: Preparing network storage message was stuck on screen after playing BluRay Rips for some users. (unable to reproduce but hopefully it fixes it)
  • NEW: indexPEOPLE setting in eskin to pick a different style for people indexes (all eskins, even if the default isn't in the settings)
  • FIX: adding files like set.png to resources folder didn't work. (delete your res folders if you made one, no longer needed)
  • FIX: When going back/finishing playing to an index, some artwork may not redraw.
  • SPEED: Eversion was doing some work twice, entering an index will be a little faster now (not a huge speed change)
  • SPEED: Some communication the player hardware no longer used were still happening.

Eskin Changes: (see eskin wiki for details)
  • NEW: EXTRA from index
  • NEW: BACK option to go BACK to last index
  • NEW VARIABLE MODIFIERS:
    • yamjfilesafe: converts variable to same format yamj uses for jukebox filenames. (I hope, it keeps changng lately)
    • slice#: removes the first # characters from a variable
    • cut#: like trun but does not add ... to the end
  • FIX: variables in file nodes for screen or extra now work
  • FIX: condition = undefined finally works
  • FIX: condition statements in remote control buttons in non-segment screens
  • FIX: aspectyamj was returning the wrong result if aspect ended in 0
  • FIX: Variable names with spaces would break condition statements (like people might have)

ALL-IN-ONE UPDATED:
  • YAMJ 2.6 R2873
  • Eversion V0.2.8.4 R0137
  • YAMJ GUI Version 0.51
  • MediaInfo 32 bit Version 0.7.52 (for Windows)
  • MediaInfo-rar 32 bit version 1.2.0 (for windows) (rar,bluray iso, and iso in rar support including llink urls for rar playback)
  • Default settings for YAMJ+Eversion+Mediainfo-rar
Find all posts by this user
01-09-2012, 09:48 PM
Post: #112
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
(01-08-2012 08:19 PM)accident Wrote:  [*] POSSIBLE FIX: Preparing network storage message was stuck on screen after playing BluRay Rips for some users. (unable to reproduce but hopefully it fixes it)

This appears fixed on my initial tests, much appreciated.

One other thing I noticed, it looks like mjb.overlay.resources is set to resources now so the duplicate res directory (or the override in skin-user.properties) isn't needed anymore.
Find all posts by this user
01-09-2012, 09:51 PM
Post: #113
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
ah yes, I missed that in the notes. You can remove it.
Find all posts by this user
01-10-2012, 06:24 AM
Post: #114
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
I've installed the AIO package when I first received my A300 with this package version:

Quote:Yet Another Movie Jukebox
Build Date: 2011-12-09 16:41:21
Version: 2.6-SNAPSHOT
Revision: r2833

&

Quote:<skin>
Eversion
0.2.8 RC2 (R0131)
2011-08-12
<message>Visit http://www.dentedboxes.com for skin/eskin support, more eskins and updates

If I need to update to the latest version using the AIO package again, do I need to delete everything within my YAMJ folder on my C drive and extract the new package files? On the DentedBoxes website I think it basically tells me this with the big black bold "new installs only" warning.

I may be answering my own question, but just want to make sure from someone in the know.

Thanks.
Find all posts by this user
01-10-2012, 12:05 PM (This post was last modified: 01-10-2012 12:15 PM by accident.)
Post: #115
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
the aio is just to help you get quickly setup with some presettings. It's best to not upgrade from the aio and really easy to update each part of yamj as needed.. It's also much faster to just download the packages direct because they are a fraction of the file size. (and saves me money on hosting)

For yamj: http://mediaplayersite.com/YAMJ_Latest
- delete the lib and properties folder from your yamj folder
- unzip the new lib and properties folder from your download

For Eversion: http://www.dentedboxes.com/doku.php/eversionb2:files
- unzip the new version over the old. (unzip the eversion folder into the skins folder)

There is also mediainfo and mediainfo-rar but you don't usually need to update them.

After that just run yamj to make a jukebox from the new version. As yamj fixes bugs (they do some fixes daily) you can just update yamj as you need it without waiting for an ev update.

This method if your adding custom settings correctly will not interfere with any of your settings or configuration. This includes the included custom settings from the aio package.

EDITED TO ADD:

I guess a how to update the AIO is needed.. I'll get that setup on the website asap.
Find all posts by this user
01-10-2012, 01:21 PM
Post: #116
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
Some AIO update instructions are now posted here: http://www.dentedboxes.com/doku.php/aioupdate

There's also links all over the place to it.
Find all posts by this user
01-11-2012, 01:05 AM
Post: #117
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
Thanks for your reply accident.

I went ahead yesterday and deleted the contents of the YAMJ folder on my PC, unzipped the aio and ran YAMJ again. All worked well.

I will try your steps next time though. Thanks for the instructions too!

Cheers! Smile
Find all posts by this user
01-11-2012, 03:06 PM
Post: #118
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
Hey man,

I thought I read where you added the ability to choose different "indexes" for 'people, writer.director', etc ... yet didn't see where you made any changes to the "settings-default.xml" file. showing the exact names of these variables, etc ....

PHP Code:
<!-- Default pages -->
    <
startpage>home</startpage>                          
    <
menuHOME>aeonhome</menuHOME>                        
    <
menuMENU>global.menu</menuMENU>                
    <
indexMOVIE>wall.poster.summary</indexMOVIE>            
    <
indexTV>wall.banner.summary2</indexTV>                
    <
indexINDEX>wall.poster.summary</indexINDEX>            
    <
indexMOVIESET>list.text.summary</indexMOVIESET>    
    <
indexTVSET>list.banner.summary</indexTVSET>        
    <
detailsTV>tv1</detailsTV>                
    <
detailsMOVIE>movie2</detailsMOVIE

If ya can, just show the names of the new indexes, so they can be used.

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
01-11-2012, 03:25 PM
Post: #119
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
From the release post:
Quote:indexPEOPLE setting in eskin to pick a different style for people indexes (all eskins, even if the default isn't in the settings)

The option is indexPEOPLE, they are just indexes so any index screen will work and it will work in any eskin even if you don't see a default provided by the eskin maker.
Find all posts by this user
01-11-2012, 06:27 PM (This post was last modified: 01-11-2012 07:20 PM by filo74.)
Post: #120
RE: Eversion Beta2 v0.2.8.4 (R0137) Released
Hello,
I've installed the latest version (R0137) with YAMJ (r2880) and everything seems to work except for the set logo on the posters.
I copied the set.png image into every resource folder and it works fine if I choose either the wall.poster.summary or the wall.poster.full, but it doesn't appear with the wall.poster.full2 which is obviously the one I like to use because of the bigger posters!!!

Any ideas??

One more question, is it possible to add director and actors to the search menu (like genres etc)??

Thank you.
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Photo [FLASH SKIN] pfpscope - A CinemaScope skin for Eversion pfp 23 7,350 05-20-2013 04:08 PM
Last Post: Cappy1
  [YAMJ] ALPHA TEST: Eversion with iSkin2 mobile/tablet Remote accident 85 10,415 05-19-2013 07:47 PM
Last Post: flyck
  [FLASH SKIN] Eversion Beta2 v2.8.16 (R0179c)-FINAL accident 84 6,905 05-10-2013 09:34 PM
Last Post: accident
Star [TOOL] Dynamic YAMJ & Music JukeBox server - NMTServer 1.82 released [5 Feb. 2011] ithiel 2,258 852,902 05-05-2013 04:39 AM
Last Post: NeilN1
  [FLASH SKIN] evHell 4.0 for Eversion Rezurfer 250 40,480 04-08-2013 07:25 AM
Last Post: Rezurfer
  [GUIDE] [EVERSION] How to add a custom item on the home list Bazrah 51 6,489 12-19-2012 08:46 AM
Last Post: guzmiricka
  [YAMJ] MovieJukebox v2.8 Released Omertron 0 2,059 12-17-2012 03:28 PM
Last Post: Omertron
  [GUIDE] [EVERSION] How to add custom libraries to the home screen plm 6 2,469 12-04-2012 08:49 PM
Last Post: plm
  [YAMJ] MovieJukebox v2.7 Released Omertron 22 4,414 10-24-2012 10:06 AM
Last Post: Omertron
  [YAMJ] MovieJukebox v2.6.1 Released Omertron 32 8,053 06-07-2012 08:57 AM
Last Post: Bazrah

Forum Jump: