Ryo posted on Oct 20 2006 at 07:02 PM said:
I just updated to see the changes and to consider if gmenu2x needed some tweaks to remain compatible.
I just checked it for a couple of minutes and what I saw is this:
1. the music player is now command line driven, so you can use the selector from gmenu2x (you actually have to, 'cause it's the only way). the output of the player is this:
Code:
[root@gp2x gp2x]$./MusicPlayer
argc: 1
argv[0] = ./MusicPlayer
./MusicPlayer <PATH> <FILENAME>
2. the e-book reader and the photo viewer are probably now built-in so that they could implement those useless transitions. It would have been good enough if they made the same thing as the music player, using the command line, but they didn't...
I'll check more later...
not sure if this can help but
gmenu2x has command line options to show the ebook etc. the only downside perhaps ? is that u get to use the defaults menu file selector.
gp2xmenu --view-ebook
gp2xmenu --view-photo
btw for those intrested here are all the command line options for gp2xmenu:
--disable-autorun : disables the autorun option
--force-autorun : think it forces to turn on autorun option
--enable-terminate : terminate application when start is pressed
--view-main : think it shows the main menu
--view-game : shows the game selector
--view-music : shows the music player selector
--view-photo : shows photo file selector (and runs the photo viewer afterwards)
--view-ebook: shows ebook file selector (and runs the ebook afterwards)
--view-explorer : shows the explorer
--view-utility: show utility file selector
--view-setting : shows the settings menu
--view-system : shows the system menu
--boot : dunno what it does
update:
just checked a bit more only way i see u could use this is run it with the following command line options :
gp2xmenu --view-photo --enable-terminate so that the menu terminates when start is being pressed. no way around the file selector for now doh
another intresting part u could use in gmenu2x is the showing the system menu :
./gp2xmenu --view-system --enable-terminate
hope this helps