Jukebox Fixes and Modifications [Revised 26/08/12]
| Author |
Message |
|
Duivels
Joined: Tue Oct 05, 2010 9:35 pm Posts: 4299 Location: Netherlands
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
GregiBoy wrote: Does anyone know what to edit the BMP's that I have unpacked from the ACR firmware with?
They show as a picture in the widows explorer icon but none of the inage editors that I have will open them.
Any clues?
_________________ Evert
Playon!HD Mini Firmware 7317 modified [192.168.178.3] PC Windows 7-64 SP1 [192.168.178.DHCP] PC Windows 7-64 SP1 + Virtual XP SP3 [192.168.178.DHCP] Fritz!Box 7390 [192.168.178.1] Seagate BlackArmor 400 4 x 3TB in RAID-5 [192.168.178.2]
|
| Fri May 18, 2012 6:15 pm |
|
 |
|
Omertron
Joined: Tue Dec 08, 2009 4:33 pm Posts: 531 Location: Liverpool, UK
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
"Currently not for commercial use"?
_________________ Yet Another Movie Jukebox Developer
|
| Fri May 18, 2012 8:52 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
I put that in as I didn't want ACR pinching it for fixing up stuff that they have not showed any interest in for over a year.
Andy has put in most of the hard work so far getting this project running and why should ACR get the kudos?
Perhaps better wording for next version as I'm sure that there will be one..
Any suggestions?
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Fri May 18, 2012 9:46 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
Hmmm, They won't open in any editor (ULead Photo Impact, Corel PhotoPaint, Photoshop) when first unpacked from the firmware. If I open them in Paint first, then save them, I can then open them in all the other editors... Thanks Duivels for the tip. Duivels wrote: GregiBoy wrote: Does anyone know what to edit the BMP's that I have unpacked from the ACR firmware with?
They show as a picture in the widows explorer icon but none of the inage editors that I have will open them.
Any clues?
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Fri May 18, 2012 11:05 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
Tried it:- if (text = "NO") text = "None Present"; text; It always returns "NO" I'm trying to get this syntax sorted so that I can fix the trailing commas problem. The logic that I want to use is this:- Start loop that gets directors names until no more (null) Get the Directors name into the text variable If i = 1 (First pass through) text = Name else text = ", " + name end if AndyA wrote: Try this Code: <text offsetXPC=37.42 offsetYPC=76.8 widthPC=52.89 heightPC=2.36 fontSize=10 align=right backgroundColor=-1:-1:-1 foregroundColor=50:84:95 redraw="no" > <script> text = ""; text = getXMLText("details", 0, "movie", 0, "subtitles", 0); if (text ="NO") text = "Not Present"; text; </script> </text>
if (text="NO" - this was missing the last bracket text = "Not Present" - missing a trailing semi colon One pair of curly brackets removed as there is only one statement after the 'if' command Andy
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Sat May 19, 2012 12:54 am |
|
 |
|
Omertron
Joined: Tue Dec 08, 2009 4:33 pm Posts: 531 Location: Liverpool, UK
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
GregiBoy wrote: I put that in as I didn't want ACR pinching it for fixing up stuff that they have not showed any interest in for over a year.
Andy has put in most of the hard work so far getting this project running and why should ACR get the kudos?
Perhaps better wording for next version as I'm sure that there will be one..
Any suggestions? It was the "currently" bit. At the moment YAMJ is licenced under a BY-NC licence where you must give credit and cannot be used for commercial purposes. AC Ryan have the only licence to use YAMJ for "commercial" purposes, i.e. they can distribute it with their players and promote it as included. For the work that you and Andy are doing (which is great!  ) I would mark it as "Not for commercial use" and then you could always change it later. Note: This is the opinion of a complete layman, so it probably means nothing at all  Just put a licence agreement in the distribution and it'll give you some protection at least
_________________ Yet Another Movie Jukebox Developer
|
| Sat May 19, 2012 8:35 am |
|
 |
|
AndyA
Joined: Sun Oct 31, 2010 4:48 pm Posts: 1382 Location: Manchester, UK
|
 Re: Jukebox Fixes and Modifications [Revised15/05/12]
Hi Greg missed something in the code = you need two '=' signs - try this, I keep forgetting it as well Code: <text offsetXPC=37.42 offsetYPC=76.8 widthPC=52.89 heightPC=2.36 fontSize=10 align=right backgroundColor=-1:-1:-1 foregroundColor=50:84:95 redraw="no" > <script> text = ""; text = getXMLText("details", 0, "movie", 0, "subtitles", 0); if (text =="NO") text = "Not Present"; text; </script> </text>
For some of the other things you are looking at, see the Xtreamer forums and the Xtreamer RSS GuideHope this is useful - I hope to have some more time this weekend to look at things Andy
_________________
Playon HD Mini PV73200+ Firmware v7.4.6 r7317 (Modified) YAMJ v2.9-Snapshot r3416 YAYMan r0.99.99.24 MediaInfo CLI v0.7.61 Buffalo Linkstation 2TB Mirrored NAS WD My World Book II 1TB Mirrored NAS Wired 1GB LAN
|
| Sat May 19, 2012 12:28 pm |
|
 |
|
AndyA
Joined: Sun Oct 31, 2010 4:48 pm Posts: 1382 Location: Manchester, UK
|
 Re: Jukebox Fixes and Modifications [Revised 26/05/12]
I've now updated the first post, to reflect the new firmware Duivels has issued, and also list the known Jukebox bugs that I can't fix through the .rss interface. I have looked at making the player jump straight from the home page into the Jukebox main screen, without going through the screens to select the index file first, but this needs work on the source code by AC Ryan. While you can get the main screen to jump into the Jukebox screen without looking for the index file, the app used to find the index files needs to be initialised first, before any content will play through the Jukebox interface. And as soon as it is called it takes you through finding the index file....
Andy
_________________
Playon HD Mini PV73200+ Firmware v7.4.6 r7317 (Modified) YAMJ v2.9-Snapshot r3416 YAYMan r0.99.99.24 MediaInfo CLI v0.7.61 Buffalo Linkstation 2TB Mirrored NAS WD My World Book II 1TB Mirrored NAS Wired 1GB LAN
|
| Sat May 26, 2012 11:56 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: Jukebox Fixes and Modifications [Revised 26/05/12]
Hi Andy..
I think I am nearly there with everyting and was able to do some content testing earlier.
I really like the display of the episode titles and was really dismayed when I thoroughly tested the first TV series that I have in the dB, "24".
Seasons 3. 6 and 8 were missing the episode titles!!! Bugger!!!!
I did some investigating and found that the TVdB has a duplicate listing there so I think YAMJ was getting it's knickers in a knot because of this.
I then modified the NFO files like such:-
Instead of:- <id>tt0285331</id>
I modified them to this:- <id moviedb="thetvdb">76290</id> <id moviedb="imdb">tt0285331</id>
Now all is good.
Regards Greg
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Mon May 28, 2012 12:10 pm |
|
 |
|
Omertron
Joined: Tue Dec 08, 2009 4:33 pm Posts: 531 Location: Liverpool, UK
|
 Re: Jukebox Fixes and Modifications [Revised 26/05/12]
If you can, that's the best way to have the IDs in the NFO file. Also, you can use "tvdbid" in the XML NFO files (Sickbeard adds this to some NFOs, so we support that too)
_________________ Yet Another Movie Jukebox Developer
|
| Mon May 28, 2012 12:14 pm |
|
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|