View unanswered posts | View active topics It is currently Thu May 23, 2013 9:48 am



This topic is locked, you cannot edit posts or make further replies.  [ 493 posts ]  Go to page Previous  1 ... 28, 29, 30, 31, 32, 33, 34 ... 50  Next
 How to use TViXiE2Playon!HD 
Author Message

Joined: Sun Aug 15, 2010 3:18 am
Posts: 25
Post Re: How to use TViXiE2Playon!HD
Thanks a lot, it makes sense and I think you are right, there doesn't seem to be any space left:

Filesystem..............Size........Used.......Available....Use%..Mounted on
/dev/root...............81.3M.....81.3M.........0.............100%... /
/dev/mtdblock/2.......8.0M.......1.6M.........6.4M..........20%.... /usr/local/etc
/dev/rd/0...............40.0k......40.0k.........0.............100%... /mnt/rd

Any suggestions on what can be removed that are not important for the PBO to boot up? I don't need Picasa, News and Flickr btw, will those be fine if removed?


Sun Aug 15, 2010 1:25 pm
Profile

Joined: Tue Jun 01, 2010 9:19 am
Posts: 8
Post Re: How to use TViXiE2Playon!HD
how can we save one more click? when we click the movie jukebox in internet feeds, we can get to the category screen. but there is only category display on the left of screen. nothing in the middle. we have to click to show something in the middle. can we change it to once the category has been selected, there is something display in the middle without click?


Sun Aug 15, 2010 2:43 pm
Profile

Joined: Thu Mar 04, 2010 2:30 pm
Posts: 148
Post Re: How to use TViXiE2Playon!HD
ketty_yijun wrote:
how can we save one more click? when we click the movie jukebox in internet feeds, we can get to the category screen. but there is only category display on the left of screen. nothing in the middle. we have to click to show something in the middle. can we change it to once the category has been selected, there is something display in the middle without click?

You need to edit "category.rss" in Jukebox folder.
add "up" and "down" script

after line ~53 change
Code:
else if (majorContext == "menu" && userInput == "left") {
   "true";
}
else
 "false";

to
Code:
else if (majorContext == "menu" && userInput == "left") {
   "true";
}
else if (majorContext == "menu" && userInput == "up") {
   postMessage("enter");
   "false";
}
else if (majorContext == "menu" && userInput == "down") {
   postMessage("enter");
   "false";
}
else
 "false";

ps.
If you use Yamj jukebox. You need to edit "/usr/local/bin/category.rss"
Because every time when you enter Yamj Jukebox.
POHD will replace "category.rss" in jukebox folder with "/usr/local/bin/category.rss"


Sun Aug 15, 2010 7:26 pm
Profile

Joined: Thu Mar 04, 2010 2:30 pm
Posts: 148
Post Re: How to use TViXiE2Playon!HD
Shadowraven wrote:
Thanks a lot, it makes sense and I think you are right, there doesn't seem to be any space left:

Filesystem..............Size........Used.......Available....Use%..Mounted on
/dev/root...............81.3M.....81.3M.........0.............100%... /
/dev/mtdblock/2.......8.0M.......1.6M.........6.4M..........20%.... /usr/local/etc
/dev/rd/0...............40.0k......40.0k.........0.............100%... /mnt/rd

Any suggestions on what can be removed that are not important for the PBO to boot up? I don't need Picasa, News and Flickr btw, will those be fine if removed?

Picasa, News and Flickr can remove. After you delete Picasa, News and Flickr you much edit menu.rss too.
But I think you much delete some file big enough to get free space. (Delete small file may not get back free space)
On POHD you can replace font "ARIALUNI.TTF" in "/usr/local/bin/Resource/" to smaller version.

Please see this topic -> viewtopic.php?f=98&t=5612&start=0
and read carefully because if you fail to replace font. You need to re-flash FW again.


Sun Aug 15, 2010 7:54 pm
Profile

Joined: Tue Aug 03, 2010 4:05 pm
Posts: 153
Post Re: How to use TViXiE2Playon!HD
After having all my movies thumbgen'ed i wanted to finalize it with TViXiE but after setting things up and generating template it comes with this error:

http://img96.imageshack.us/img96/3976/errortg.png

Any suggestions ?

_________________
Wired Playon!HD C+ | 1TB HDD | f/w - r4138


Sun Aug 15, 2010 7:57 pm
Profile

Joined: Thu Mar 04, 2010 2:30 pm
Posts: 148
Post Re: How to use TViXiE2Playon!HD
Hayabusa wrote:
After having all my movies thumbgen'ed i wanted to finalize it with TViXiE but after setting things up and generating template it comes with this error:

http://img96.imageshack.us/img96/3976/errortg.png

Any suggestions ?


Please look at last line of file "output.log" for more information.
output.log is in TViXiE2Playon!HD program folder.

ps. I can't read you language.


Sun Aug 15, 2010 9:00 pm
Profile

Joined: Mon May 10, 2010 9:16 am
Posts: 42
Post Re: How to use TViXiE2Playon!HD
OoD wrote:
Howto use TViXiE2Playon!HD(Build.2010.8.9) (6 min Video MP4 file)

Download Click Here


I have just seen this now, why didn't you upload it on youtube ?
Any way I just did so .. here is the link.
I have also uploaded sometime ago the jukebox in action (nothing fancy just to show the super fast loading times).

Of course both clips are properly credited and linked to your posts here OoD.
Thank you again.


Sun Aug 15, 2010 9:49 pm
Profile

Joined: Thu Mar 04, 2010 2:30 pm
Posts: 148
Post Re: How to use TViXiE2Playon!HD
aasoror wrote:
OoD wrote:
Howto use TViXiE2Playon!HD(Build.2010.8.9) (6 min Video MP4 file)

Download Click Here


I have just seen this now, why didn't you upload it on youtube ?
Any way I just did so .. here is the link.
I have also uploaded sometime ago the jukebox in action (nothing fancy just to show the super fast loading times).

Of course both clips are properly credited and linked to your posts here OoD.
Thank you again.

I already upload it to youtube. Original video size is 680x620px.
It don't match youtube video spec. So youtube resize video to 480p and quality is drop.
I modify video size to match youtube spec 720p
Here it is -> http://www.youtube.com/watch?v=XG6IGfqAOCY


Sun Aug 15, 2010 10:02 pm
Profile

Joined: Thu Mar 04, 2010 2:30 pm
Posts: 148
Post Re: How to use TViXiE2Playon!HD
TViXiE2Playon!HD(Build.2010.8.16)

Download click Here or Here

What new
  • Add template "category.rss.template". You can edit "category.rss" more easy.
    "category.rss.template" is modify to show item in middle screen without click.
  • Add template MovieWall. (Use thumbgen to create moviewall file.)
    • Yamj_MovieWall_1x15.template
    • RSS_MovieWall_1x15.template

    MovieWall Sample screen.
    Image

ps .
- MovieSheet and MovieWall change background when item is focus so screen render is slow.
- MovieSheet and MovieWall can't play movie direct. It need to goto movieinfo page. This may fix if i find better rss command.


Last edited by OoD on Sun Aug 15, 2010 10:38 pm, edited 1 time in total.



Sun Aug 15, 2010 10:10 pm
Profile

Joined: Mon May 10, 2010 9:16 am
Posts: 42
Post Re: How to use TViXiE2Playon!HD
OoD wrote:
TViXiE2Playon!HD(Build.2010.8.16)

What new
  • Add template MovieWall. (Use thumbgen to create moviewall file.)
    • Yamj_MovieWall_1x15.template
    • RSS_MovieWall_1x15.template


OoD, excellent work, it would be great if you can share the thumbgen template you use to create the movie-wall sheets (or its name is if its one of the templates available for thumbgen) ?

I can also see in the Jukebox profile the "Custom FileName" set to "tg_wall.jpg", so this is the file that is going to be used for the "MovieWall" ?


Sun Aug 15, 2010 10:36 pm
Profile
Display posts from previous:  Sort by  
This topic is locked, you cannot edit posts or make further replies.   [ 493 posts ]  Go to page Previous  1 ... 28, 29, 30, 31, 32, 33, 34 ... 50  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.