Will Madplay Ever Be Updated Again?


Drak

fff
Joined
Mar 29, 2005
Messages
1,225
Age
35
Location
Canada!
Website
Visit site
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
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 :p and i made sure all my directories were the same, capitals.. location etc. Reformated, etc! :lol:
 
Try running it with sterm and see if it's throwing any error messages?
 
Well mocca didnt say anything, it just froze after loading it :)

I think i got it working now. Just need it to get to the menu somehow.. It plays mp3s at a black screen B)
 
Mine must be screwed up or something.. It wont work anymore, I try to get it to go to the menu, or drmd the exact same way I did before and it wont work. Hopefully a nier version will come out.

all it does currently is go to the black screen and play the music :)
Im going to try a backwards script and see if that'll do it..

I think its because i upgraded my firmware... Uh Oh...
 
Back
Top