[MPlayer-users] playlist

peter kostov peter at light-bg.com
Sat Jun 18 16:44:16 CEST 2005


On Thu, 2005-06-16 at 09:22 +0200, Fredrik Eriksson wrote:
> Mack Johnson wrote:
> 
> > hi, i need help creating a playlist. i would like to play or shuffle 
> > thru my music folder. in this folder i have over 300 cd's, each in 
> > it's own folder and sub folders. this music folder is on a volume 
> > called "mack" this volume is one leval below my boot drive. i need to 
> > know how to create a playlist, and the command to play it.
> >
> > Mack
> > http://www.macknezjohnson.com
> > m_nez_j at mac.com
> >
> > POWER TO THE PEOPLE!
> 
> I think the easiest way is to use find.
> 
> #find MusicFolder/ > playlist
> #mplayer -playlist playlist -shuffle
> 
Yes, and for gmplayer I do this in a script: 

echo -e "***************************"
echo -e "playlist-editor for MPlayer"
echo -e ""
echo -e "enter path: \c"
read dir
cd "$dir"
ls -1 | sed /^/i\
"$dir" | cat > /home/peter/.mplayer/gui.pl

and then you can just start gmplayer and press the play (>) button...

> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
> 




More information about the MPlayer-users mailing list