View unanswered posts | View active topics It is currently Tue May 21, 2013 11:30 pm



Reply to topic  [ 86 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9  Next
 Simple RSS Jukebox 
Author Message

Joined: Sun Sep 05, 2010 11:33 am
Posts: 22
Post Re: Simple RSS Jukebox
@snappy46
Thanks. I will try it these week end.
Wish me luck :D


Thu Aug 11, 2011 5:49 am
Profile

Joined: Sat May 08, 2010 5:07 am
Posts: 335
Post Re: Simple RSS Jukebox
kabayan1019 wrote:
@snappy46
Thanks. I will try it these week end.
Wish me luck :D


Finally broke down and tried POHD latest firmware based on the SDK4.0 which has a menu.rss structure similar to the Playon!DVR-HD well I think??? For some reasons the latest POHD does not seem to be fond of the RGB565 bmp format so I needed to change those bmp to regular bmp for the background and focus to show up properly on this firmware. I am not sure if you will have the same issues with the Playon!DVR-HD firmware. It is an easy fix and I could easily create another package for the SDK firmware if anyone is interested. Anyhow in a nutshell this is what I did:

1) Decrypted the menu.rss and saved as decmenu.rss.
2) Made the following changes to the decmenu.rss in bold:
else if (title == "flickr")
{
"rss_file://./scripts/Flickr/flickr.rss";
}
else if (title == "SRJG")
{
"rss_file:///usr/local/etc/srjg/MainJukebox.rss";
}

else if (title == "youtube")
{
"rss_file://./scripts/Youtube/youtube_menu.rss";
.
.
.
if (serviceEnabled("InstantMessenging") != null)
{
itemTitleArray = pushBackStringArray(itemTitleArray, "InstantMessenging");
focusiconArray = pushBackStringArray(focusiconArray, "image/im_focus.bmp");
unfocusiconArray = pushBackStringArray(unfocusiconArray, "image/im_unfocus.bmp");
itemSize = Add(itemSize, 1);
}
itemTitleArray = pushBackStringArray(itemTitleArray, "SRJG");
focusiconArray = pushBackStringArray(focusiconArray, "image/srjg_focus.bmp");
unfocusiconArray = pushBackStringArray(unfocusiconArray, "image/srjg_unfocus.bmp");
itemSize = Add(itemSize, 1);



totalColumnCount = Integer(itemSize/3);
if ((itemSize > 0) && (totalColumnCount == 0))

3) Copied decmenu.rss to /usr/local/etc/ directory
4) Copied the two graphic files (links to this post) to /usr/local/etc/srjg/ directory. Those pictures integrate well with the new firmware Internet media.
http://dl.dropbox.com/u/15169815/pictur ... _focus.bmp
http://dl.dropbox.com/u/15169815/pictur ... nfocus.bmp

5) Added this line at the end of the /usr/local/etc/rcS file so that an ovemount occurs on boot up.
mount -o bind /usr/local/etc/decmenu.rss /usr/local/bin/scripts/menu.rss

Reboot your player you should now have an option in your internet media to select SRJG jukebox.

If you decide to try that let me know if the graphics (MainBackground, background, focus images) gets screw up. I can provide new bmp to rectify this situation.

Cheers !!!!


Sun Aug 14, 2011 5:04 pm
Profile

Joined: Tue Oct 26, 2010 9:28 pm
Posts: 16
Post Re: Simple RSS Jukebox
Hi Guys. Would Simple Rss Jukebox work with traxdata multimedia player? :roll:


Tue Aug 23, 2011 12:34 am
Profile

Joined: Sat May 08, 2010 5:07 am
Posts: 335
Post Re: Simple RSS Jukebox
miniobyslaw wrote:
Hi Guys. Would Simple Rss Jukebox work with traxdata multimedia player? :roll:


If your player supports rss feeds than it might work. The only way to know for sure is to try it.

Cheers !!!


Tue Aug 23, 2011 2:26 pm
Profile

Joined: Sat Sep 03, 2011 9:52 pm
Posts: 2
Post Re: Simple RSS Jukebox
@miniobyslaw

Installed it on my traxdata.
I have installed the latest cyclone VMK enclosure-firmware.
Runs like :twisted:

:lol:


Sat Sep 03, 2011 10:04 pm
Profile

Joined: Mon Sep 26, 2011 9:26 am
Posts: 3
Post Re: Simple RSS Jukebox
I installed a simple rss jukebox on my pbo. It works great. I was wondering if I could add another button to the RSS_PhotoFocusView_1x5.template for TViXiE2Playon!HD(Build.2010.9.7). I want a trailer button next to the play button. So as to watch the trailer before I watch the movie. Is this possible and if so could someone show me what needs editing in the template. :geek:


Mon Sep 26, 2011 10:12 am
Profile

Joined: Thu Sep 22, 2011 10:05 pm
Posts: 18
Post Re: Simple RSS Jukebox
Its probably written down here on some of the pages, but how does this jukebox work? Does it automatically scans the web for covers when i add a new movie to the specified folders?

best regards
Jeppe


Mon Sep 26, 2011 8:16 pm
Profile

Joined: Sat May 08, 2010 5:07 am
Posts: 335
Post Re: Simple RSS Jukebox
JeppeK wrote:
Its probably written down here on some of the pages, but how does this jukebox work? Does it automatically scans the web for covers when i add a new movie to the specified folders?

best regards
Jeppe


Basically this jukebox works in a very similar fashion as Tvixie2PlayOn except that the jukebox is created using a Linux script running on the player vs a software running on windows. Currently you still need to create the moviesheet and thumbnail for your movies using thumbgen, sheetmaker or what ever else you want to use. This process is about to change in the next version thanks to mikka's work. In a nutshell mikka's will have a php script on his server account that will be called if the option is selected by the jukebox script and mikka's php script running on the server will scrape IMDB, and other sites for cover and return a thumbnail (jpg) and a moviesheet (jpg) based on the parameter send to the php script. Of course one of those parameter will be the name of the movie.

Anyhow still a lot of work to do before this become reality; will keep you guy's & gal's posted.

Cheers!!!!


Tue Sep 27, 2011 9:19 pm
Profile

Joined: Sat Feb 05, 2011 3:46 pm
Posts: 7
Post Re: Simple RSS Jukebox
Hello snappy46,

Is there already a version of SRJG available which also uses the imdb.sh script (so automatically creates the movesheets, thumbnails..)?

Currently I am using YAMJ, but I don't like to use my PC to update the index.
I'm looking for a script (running on the playon) who does the trick for me (automatically). And from your post it looks like it is on its way....
Keep up the good work!

Best Regards,

Richard


Mon Feb 13, 2012 7:26 pm
Profile

Joined: Sat May 08, 2010 5:07 am
Posts: 335
Post Re: Simple RSS Jukebox
rniessen wrote:
Hello snappy46,

Is there already a version of SRJG available which also uses the imdb.sh script (so automatically creates the movesheets, thumbnails..)?

Currently I am using YAMJ, but I don't like to use my PC to update the index.
I'm looking for a script (running on the playon) who does the trick for me (automatically). And from your post it looks like it is on its way....
Keep up the good work!

Best Regards,

Richard


Yes there is but still alpha stage and currently being tested ..... lots and lots of changes in the new version of SRJG which is now being develop by three people (mikka, zozodesbois and myself). Hopefully it will be release shortly.

Development trunk can be found here: http://code.google.com/p/srjg/

Cheers !!!


Tue Feb 14, 2012 2:12 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 86 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9  Next

Who is online

Users browsing this forum: No registered users and 0 guests


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

Search for:
Jump to:  
Powered by: phpBB | Innitial forum Design by: STSoftware | Modified by: AC Ryan.