View unanswered posts | View active topics It is currently Thu Jun 20, 2013 6:30 am



Reply to topic  [ 188 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 19  Next
 Jukebox Fixes and Modifications [Revised 26/08/12] 
Author Message

Joined: Thu Jan 05, 2012 12:40 am
Posts: 818
Location: Brisbane, AU
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
Thanks Andy

I'll have a lookie tomorrow and see what changes I need to make.

_________________
"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 Jul 30, 2012 8:49 am
Profile

Joined: Tue Jan 31, 2012 2:03 am
Posts: 90
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
Andy
Re V 1.5
In your start up post you mention to add lines to the RcS file implementing to a directory bind and a very big improvement to bind instead to individual files , that's fine for the user that start but what about the user who add the lines in 1.4 to the RcS file These lines should be removed. Please mention the removal of these lines if added.

I am confused why you start a pop_up menu with "other" this does not make sense.

Menu Other Titles Genres Rating etc ??

I feel it should be like this,
Menu Titles Genres Rating etc Other

Even in PostList.rss
the lines

if(CurrentFilterPopup == "Other")
rss = "rss_file://./IMS_Modules/Yamj/scripts/OtherFilterPopup.rss";

else if(CurrentFilterPopup == "Title")
rss = "rss_file://./IMS_Modules/Yamj/scripts/TitleFilterPopup.rss";
else if(CurrentFilterPopup == "Genres")
rss = "rss_file://./IMS_Modules/Yamj/scripts/GenresFilterPopup.rss";
else if(CurrentFilterPopup == "Rating")
rss = "rss_file://./IMS_Modules/Yamj/scripts/RatingFilterPopup.rss";
else if(CurrentFilterPopup == "Year")
rss = "rss_file://./IMS_Modules/Yamj/scripts/YearFilterPopup.rss";
else if(CurrentFilterPopup == "Library")
rss = "rss_file://./IMS_Modules/Yamj/scripts/LibraryFilterPopup.rss";
else if(CurrentFilterPopup == "Set")
rss = "rss_file://./IMS_Modules/Yamj/scripts/SetFilterPopup.rss";
else
rss = "rss_file://./IMS_Modules/Yamj/scripts/OtherFilterPopup.rss";

does not make sense.

JR

_________________
Imac 19" OSX Mountain LIon 10.8
Playon HD2 Firmware_Playon!HD2_PV73700_v9.5.3.r7716. (internal Disk HFS+ Ext3).
Sd card (Ext3 + optware).
Netgear WNDR 3700 Gb Router.
Netgear 8 port Gb Switch.
Ubuntu -> Virtual Box -> OSX.
Ipad 2.
Iphone.


Mon Jul 30, 2012 9:19 pm
Profile

Joined: Sun Oct 31, 2010 4:48 pm
Posts: 1384
Location: Manchester, UK
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
Hi

I'll clarify the instructions no problem.
'Other' is the name of the Category in YAMJ - just like 'Title' or 'Genre' - If I can think of a better name I will, but it does mach up with YAMJ at present

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


Mon Jul 30, 2012 9:41 pm
Profile

Joined: Thu Jan 05, 2012 12:40 am
Posts: 818
Location: Brisbane, AU
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
I've knocked up a quick mockup with the 14 titles shown. I'm actually happier with it than the 12 titles because I am able to retain the correct aspect ratio (or very close to) of the covers.

I think that we should make the +/- as "Navigate to next page" whether it be 10, 12, or 14 titles and changed the graphic to reflect this.

What do you guys think? Comments please!!

I'll get onto the RSS coding on the weekend.

Image

_________________
"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


Wed Aug 01, 2012 11:25 pm
Profile

Joined: Tue Jan 31, 2012 2:03 am
Posts: 90
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
GregiBoy wrote:
. I'm actually happier with it than the 12 titles because I am able to retain the correct aspect ratio (or very close to) of the covers


That's a good point Covers are now very neat under the pop_up menus.

Also Status and Type is better that other.
GregiBoy wrote:
I think that we should make the +/- as "Navigate to next page" whether it be 10, 12, or 14 titles and changed the graphic to reflect this.
Agree There is no need to show the number.

Attachment:
Screen Shot 2012-08-02 at 6.17.06 AM.png
Screen Shot 2012-08-02 at 6.17.06 AM.png [ 20.86 KiB | Viewed 459 times ]

Perhaps this need to changed to It might suggest also going to the previous page but you are returning to the DVD Player menu

_________________
Imac 19" OSX Mountain LIon 10.8
Playon HD2 Firmware_Playon!HD2_PV73700_v9.5.3.r7716. (internal Disk HFS+ Ext3).
Sd card (Ext3 + optware).
Netgear WNDR 3700 Gb Router.
Netgear 8 port Gb Switch.
Ubuntu -> Virtual Box -> OSX.
Ipad 2.
Iphone.


Thu Aug 02, 2012 5:24 am
Profile

Joined: Sun Oct 31, 2010 4:48 pm
Posts: 1384
Location: Manchester, UK
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
OK Gerg - send me a set of scripts for the standard interface and I'll happily test them :-)
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


Thu Aug 02, 2012 10:44 am
Profile

Joined: Sun Oct 31, 2010 4:48 pm
Posts: 1384
Location: Manchester, UK
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
I like the format and the feedback. I'll update the default skin
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


Thu Aug 02, 2012 5:36 pm
Profile

Joined: Thu Jan 05, 2012 12:40 am
Posts: 818
Location: Brisbane, AU
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
Andy,

You know how finicky and a pain in the arse I am getting things right/correctly positioned, etc so why duplicate the effort as I'll do it anyway. :twisted:

I'll have it done over the weekend and submit it to you for testingif that's OK?

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


Thu Aug 02, 2012 5:58 pm
Profile

Joined: Thu Jan 05, 2012 12:40 am
Posts: 818
Location: Brisbane, AU
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
Andy,

I can't get the Other popup workin because I can't get the scripts mount to work on my Mini 2.

It is just erroring out in the rcS script.

When I try it manually this is what I get:-

/ # mount -o bind /usr/local/etc/Yamj/scripts /usr/local/bin/IMS_Modules/Yamj/scripts
mount: Mounting /usr/local/etc/Yamj/scripts on /usr/local/bin/IMS_Modules/Yamj/scripts failed: Unknown error 2
/ # mount -o bind /usr/local/etc/Yamj/scripts/ /usr/local/bin/IMS_Modules/Yamj/scripts/
mount: Mounting /usr/local/etc/Yamj/scripts/ on /usr/local/bin/IMS_Modules/Yamj/scripts/ failed: Unknown error 2

Rights issue ur something?

Please disregard. me being usual idiot and not RTFM'ing....

:lol:

_________________
"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


Sun Aug 05, 2012 12:14 am
Profile

Joined: Sun Oct 31, 2010 4:48 pm
Posts: 1384
Location: Manchester, UK
Post Re: Jukebox Fixes and Modifications [Revised 29/07/12]
So you've fixed it then?
Directory created all in lower case perhaps or something similar? :lol:

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


Sun Aug 05, 2012 3:07 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 188 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 19  Next

Who is online

Users browsing this forum: FAST Enterprise [Crawler] 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.