Drak
fff
triton posted on Dec 23 2005 at 05:59 PM said:ARGH, i dont get this shit! i have it exactly how you all say it should be, even use that programmers notebook and nada! i get a black screen that i can exit out of with start, nothing else
Here this should help you out.
Code:
#!/bin/sh
cd /mnt/sd/bin
/mnt/sd/bin/madplay --adjust-volume=0 -z -r /mnt/sd/music/*.mp3 &
cd /mnt/sd/
/usr/gp2x/EBookViewer
sync
madplay_pid=`pidof madplay`
echo "kill -9 $madplay_pid" >> /mnt/sd/bin/madplay_output.txt
kill -9 $madplay
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
See the above code? Use that in a gpe. You dont need to use that coders thing they were talking about, just use word pad to edit it. Notepad tends to jumble it up
*It doesnt matter where you put your gpe, as long as the directory it uses is correct.
Oh, and keep in mind.
1.) Make sure your madplay file is in the folder bin (no caps) and your music is in folder music (no caps) otherwise it wont work out rite
2.) I thought that 'madplay' in /mnt/sd/bin/madplay --adjust-volume=0 -z -r /mnt/sd/music/*.mp3 meant that it used the folder, thats wrong though its actually just using the bulk file madplay.
Hope this helps you, now that I, my stupid self understands it
Oh, and a small update on my fiddling around woot. My drmd runs fairly well at 280mhz with shinning force 2 with sound off and mp3s playing, figured it out heh :rolleyes:
Toobad my savestate got corrupted from my lil brother not saving properly I was 1/3 done the game! Blah!
Last edited by a moderator: