Drak
fff
Yeah this is one of my favourite programs for the gp2x, I use it while playing bor, reading, or viewing pics. Sometimes even with emus.
Its rather slow with emulators on, but thats not the main reason why I use it.
I like its ability, but lately I tried to 're-install' it, and I am without luck. now it doesnt even load the mp3's anymore with the same script I used a while ago
Like a small update to make it easier to use, or something like that would suffice for me! Or, if there is a easier way to use the command line...
These are the lines I have wriiten into my Mad.Gpe
It use to work, but now it doesnt
and i made sure all my directories were the same, capitals.. location etc. Reformated, etc! :lol:
Its rather slow with emulators on, but thats not the main reason why I use it.
I like its ability, but lately I tried to 're-install' it, and I am without luck. now it doesnt even load the mp3's anymore with the same script I used a while ago
Like a small update to make it easier to use, or something like that would suffice for me! Or, if there is a easier way to use the command line...
These are the lines I have wriiten into my Mad.Gpe
Code:
cd /mnt/sd/Programs
/mnt/sd/Programs/madplay --adjust-volume=0 -z -r /mnt/sd/music/*.mp3 &
cd /mnt/sd/Games/
/mnt/sd/Games/drmdx.gpe
sync
madplay_pid=`pidof madplay`
echo "kill -9 $madplay_pid" >> /mnt/sd/Programs/madplay_output.txt
kill -9 $madplay_pid
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
It use to work, but now it doesnt