[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: 3 Guest(s)
Post Reply 
[HTML SKIN] ÆON Movie Wall YAMJ *UPDATE* May 9, 2010 - Clean Up #4
12-26-2009, 11:10 PM
Post: #5101
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
Anyone know of this problem? I got it recently when trying to add box covers, have set everything back to normal but still exists so might not be from what I did.

Code:
java.lang.NoClassDefFoundError: Could not initialize class com.moviejukebox.scanner.PosterScanner
    at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1076)
    at com.moviejukebox.MovieJukebox.access$100(MovieJukebox.java:90)
    at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:628)
    at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:620)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 01:31 AM
Post: #5102
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-26-2009 08:53 PM)samukas Wrote:  I wonder, though... won't it be possible splitting the image in two? Like, having two halves of the background image and join them with HTML code so that one wouldn't notice...

Yes, that would be possible. However, there's no automated way to do it in YAMJ. The user would have to manually bring it into an image editor then split it into 2.


(12-26-2009 11:10 PM)Beffa Wrote:  Anyone know of this problem? I got it recently when trying to add box covers, have set everything back to normal but still exists so might not be from what I did.

Code:
java.lang.NoClassDefFoundError: Could not initialize class com.moviejukebox.scanner.PosterScanner
    at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1076)
    at com.moviejukebox.MovieJukebox.access$100(MovieJukebox.java:90)
    at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:628)
    at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:620)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

What exactly did you try to add box covers?

[XBMC] A Port by ejp - They Said It Couldn't Be Done.
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 01:36 AM
Post: #5103
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
Happy Christmas all Smile

Anyone able to help with a couple of issues?

Firstly I cannot get the studio icons to show up corrently, I think it's where I downloaded to pack from the link on the first post and they are a different size?

Also I cannot get the UK ratings to show, some do so don't, I have been using YANFO create NFO's, not sure if that makes a difference?

Thanks in advance
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 01:42 AM
Post: #5104
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 01:36 AM)HARRY 76 Wrote:  Happy Christmas all Smile

Anyone able to help with a couple of issues?

Firstly I cannot get the studio icons to show up corrently, I think it's where I downloaded to pack from the link on the first post and they are a different size?

Also I cannot get the UK ratings to show, some do so don't, I have been using YANFO create NFO's, not sure if that makes a difference?

Thanks in advance

What do the studio icons and UK ratings look like on-screen?

A picture of your TV screen would be helpful.

[XBMC] A Port by ejp - They Said It Couldn't Be Done.
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 03:01 AM
Post: #5105
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
Gonzalu,

Do I need to rename the custom box covers you made from BoxBluRay.png, etc. to just BluRay.png, etc, or will they be ok just like they are from the zip file without renaming them?
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 04:39 AM
Post: #5106
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
I was tweaking the link out from the wall to my main nmt index and I got tons of errors as below. Even putting this back the way they were gives the errors, but everything seems to work properly. Did I fat-finger something to cause this. All I did was tweak this line in the skin.properties....

custom5150.exitviamenu=http://localhost.drives:8883/NETWORK_SHARE/PCH Shares/index.htm

Code:
Failed generating HTML library index.
net.sf.saxon.trans.XPathException: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:413)
    at net.sf.saxon.event.Sender.send(Sender.java:214)
    at net.sf.saxon.event.Sender.send(Sender.java:50)
    at net.sf.saxon.Controller.transform(Controller.java:1611)
    at com.moviejukebox.writer.MovieJukeboxHTMLWriter.writeSingleIndexPage(MovieJukebox​HTMLWriter.java:419)
    at com.moviejukebox.writer.MovieJukeboxHTMLWriter.access$400(MovieJukeboxHTMLWriter​.java:57)
    at com.moviejukebox.writer.MovieJukeboxHTMLWriter$1.call(MovieJukeboxHTMLWriter.jav​a:340)
    at com.moviejukebox.writer.MovieJukeboxHTMLWriter$1.call(MovieJukeboxHTMLWriter.jav​a:317)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 04:43 AM (This post was last modified: 12-27-2009 04:44 AM by gonzalu.)
Post: #5107
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 03:01 AM)cavediver Wrote:  Gonzalu,

Do I need to rename the custom box covers you made from BoxBluRay.png, etc. to just BluRay.png, etc, or will they be ok just like they are from the zip file without renaming them?

No you CERTAINLY need to rename them :-)

Those names are from the source BoxMe HP package, not the ÆON package names.
(12-27-2009 04:39 AM)primetimeguy Wrote:  I was tweaking the link out from the wall to my main nmt index and I got tons of errors as below. Even putting this back the way they were gives the errors, but everything seems to work properly. Did I fat-finger something to cause this. All I did was tweak this line in the skin.properties....

custom5150.exitviamenu=http://localhost.drives:8883/NETWORK_SHARE/PCH Shares/index.htm

You nutty boy, put that cookie back in the jar Big Grin

eMGee

C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U
Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 05:00 AM
Post: #5108
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 04:39 AM)primetimeguy Wrote:  I was tweaking the link out from the wall to my main nmt index and I got tons of errors as below. Even putting this back the way they were gives the errors, but everything seems to work properly. Did I fat-finger something to cause this. All I did was tweak this line in the skin.properties....

custom5150.exitviamenu=http://localhost.drives:8883/NETWORK_SHARE/PCH Shares/index.htm

I just did this myself and it works, but its weird because "movies" goes to the top left corner, "settings" shows up in the bottom left corner and "files" is missing.

Is this normal?
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 05:01 AM (This post was last modified: 03-06-2010 01:02 AM by gonzalu.)
Post: #5109
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
Flag Pack 1.1


MOVED to separate thread

C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U
Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 2 users say Thank You to gonzalu for this post
12-27-2009, 06:02 AM
Post: #5110
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-26-2009 08:42 PM)ejp Wrote:  This might actually be YAMJ related, although a workaround in the code can be implemented. I think I've seen this sort of thing happen before.

YAMJ is also treating the Set of "V" as movies/shows starting with the letter "V", which is incorrect. It should be treating the Set of "V" as a Set, just like any other set.

I'll see about putting in a workaround, though this should be logged as a YAMJ issue.

I did log a case with YAMJ Google Code Team so let's see what comes up...

C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U
Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 06:07 AM
Post: #5111
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 05:00 AM)brandenpro Wrote:  I just did this myself and it works, but its weird because "movies" goes to the top left corner, "settings" shows up in the bottom left corner and "files" is missing.

Is this normal?

Not sure I follow, but sounds like a problem with your custom index (for the entire nmt, not just YAMJ), which obviously is different than mine.
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 06:27 AM
Post: #5112
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 05:01 AM)gonzalu Wrote:  Flag Pack 1.0

These look awesome. Going to post it in the 1st post.


(12-27-2009 06:02 AM)gonzalu Wrote:  I did log a case with YAMJ Google Code Team so let's see what comes up...

Very good. I'll put the workaround in (even) if it doesn't get resolved.

[XBMC] A Port by ejp - They Said It Couldn't Be Done.
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 06:53 AM
Post: #5113
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 06:27 AM)ejp Wrote:  These look awesome. Going to post it in the 1st post.


(12-27-2009 06:02 AM)gonzalu Wrote:  I did log a case with YAMJ Google Code Team so let's see what comes up...

Very good. I'll put the workaround in (even) if it doesn't get resolved.

You're way too cool! Big Grin

Thanks for the kind words! Now, If I can only get enough energy to do all my studios LOL. Let's see if I get the inclination. I may just do a studio pack to go along with it :-)

Cheers!
eMGee

C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U
Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 07:04 AM (This post was last modified: 12-27-2009 07:10 AM by Legolas2.)
Post: #5114
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-26-2009 10:57 AM)ejp Wrote:  I like the style you're going with. I'll link to a few of your posts in the 1st post. Also, a note about the spacing between the flags -- it's been awhile since I've tested it, and I don't know if you've experienced the same results, but certain unfavorable things would happen when I removed the spacing. I'm not sure why. But if you're getting fine results without spaces, then that's fine.


(12-24-2009 08:06 AM)Legolas2 Wrote:  Hi EJP
I used WinMerge to seek differences between ppp-templates.xsl files
from you and Sabish, and noticed the below additions in your new file.

From what I can tell, the below lines need to be added into
Sabish's mod to get playlists to work

Lines
====
1341 to 1423
1626 to 1640
1642 to 1643

I you may have guessed, I know nada about xsl and am trying to feel my way through.



Hi EJP
Is it possible to set the default source for high resolution movies?
If the filename doesn't specify it, and it's HD, I would like to set it to
Bluray.

This would be a great feature.



Hi
I took the Studio Pack in the 1st post and made changes to the
filenames..

-- removed " copy"
-- CamelCased
-- abc -> ABC; mtv -> MTV, ....
-- hd -> HD
-- ....

I think this renaming should solve most of the problems. I have
uploaded the same to Mirror-A-File

Hope that helps.

I would look into copying over all those lines. I haven't tested it out yet, but I'd copy over everything that relates to "TVPlaylist".

Thanks for renaming all the studio flags. I'll post it in the 1st post.

Hi EJP
Sure, you can link from your post #1 to some of my contributions.
Glad to be able to give some back to this AMW community.

I plan to make additional Lowlist-Bigposter releases w/ different box
covers. For now, you can just link to the sleek style box covers.

Again, wrt the playlist, I guess I will have to regenerate the jukebox, right?
Also, is there any way to test my modifications worked, rather than having
to watch the episode and see if it moves to the next episode?
Hi
I have MSP Gaya Greasemonkey script installed, but how to I invoke it when I load the index.html?
The script defaults to work on mspportal site, I tried file://*YAMJ/* but the script doesn't get activated.
Find all posts by this user
Add Thank You Quote this message in a reply
12-27-2009, 07:27 AM
Post: #5115
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* December 20, 2009 - Clean Up #1
(12-27-2009 07:04 AM)Legolas2 Wrote:  Hi EJP
Sure, you can link from your post #1 to some of my contributions.
Glad to be able to give some back to this AMW community.

I plan to make additional Lowlist-Bigposter releases w/ different box
covers. For now, you can just link to the sleek style box covers.

Again, wrt the playlist, I guess I will have to regenerate the jukebox, right?
Also, is there any way to test my modifications worked, rather than having
to watch the episode and see if it moves to the next episode?
Hi
I have MSP Gaya Greasemonkey script installed, but how to I invoke it when I load the index.html?
The script defaults to work on mspportal site, I tried file://*YAMJ/* but the script doesn't get activated.

To test if playlists work without actually trying it, you bring the tvshow.html file into a text editor and search through the bottom portion of the code for "jsp". You should have one for each episode you have. Normally, it would be the file extension of the episode file, like avi or mkv, etc. Playlists uses jsp.

To be honest, I don't know how the script works. I don't normally use it.

[XBMC] A Port by ejp - They Said It Couldn't Be Done.
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
  [HTML SKIN] iSkin - YAMJ Skin for iOS, Android, or any device with a web-kit based browser gfb107 1,349 316,989 Today 04:16 AM
Last Post: accident
Video [HTML SKIN] Rutabaga_MOD_by_Hispanico [update 27.05.x11] hispanico 48 21,934 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 841,967 05-05-2013 04:39 AM
Last Post: NeilN1
  [HTML SKIN] All-in-One Package SabishGT skin [Update: 28.05.2011] gt-eins 2,091 470,780 04-25-2013 05:17 PM
Last Post: Freakeao
  [FLASH SKIN] Legion's Overlays and Mods for evZap! (02/27 update) Legion455 294 43,318 04-22-2013 07:11 AM
Last Post: jluc2808
  [TOOL] [TOMY] Windows YAMJ GUI Configuration Tool and Utility Auggie 244 64,853 04-17-2013 02:54 PM
Last Post: djhifi
Star [TOOL] YAYMan (Yet Another Yamj Manager) v0.99.99.25 nordin 1,439 403,110 04-17-2013 04:20 AM
Last Post: randallspicher
  [GUIDE] YAMJ and the 200s, 300s, 400s, Popbox, Asiabox and Tablets/Mobile. accident 8 10,993 04-12-2013 11:00 AM
Last Post: Omertron
  [GUIDE] How to use Trakt with YAMJ and get automatic watched files too Bazrah 35 6,255 04-02-2013 03:56 PM
Last Post: wgstarks
  [HTML SKIN] GTspecial Zappiti-look-a-like public beta (Update:24.06.2011) gt-eins 957 192,384 03-22-2013 08:29 PM
Last Post: jerichoy2j

Forum Jump: