Personally I really like xmms.  It has that capability

Frank



> You can also make it play all .mp3 files in a directory
>  >> like this:
>  >>
>  >> #!/bin/sh
>  >>
>  >> while :; do
>  >>    for mp3 in *.mp3; do
>  >>       amp -p "$mp3"
>  >>    done
>  >> done
> 
>  >
>  >    However, this will play the files sequentially, in (sorted) order.  I
>  >want it to be randomized, like the output of 'ls -AQU'
>  >
>  >    AMK4
> 
> 
> You didn't say that at first.  No fair changing the question in the middle
> of the answers.
> 
> Use a player that can randomize the list of songs given it.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to