MPlayer 6.x

stormbind

Retenta personam!
Joined
Feb 1, 2003
Messages
14,081
Location
London
Hi,

Ho do you make a playlist for MPlayer 6.x

I am not looking for third party apps, I am looking for example markup.
 
With MPlayer you can simply make a text file containing the pathname to each file you want in the playlist on a line, for example:
Code:
/path/to/file.mp3
/path/to/file2.ogg
, etc.

Then, when you want to play the playlist, if you use MPlayer from the command line, use the -playlist <filename of playlist> option: "mplayer -playlist playlist.txt" I'm not sure how to do it from the GUI, though. If you want it to shuffle the files, use the -shuffle option.
 
Back
Top Bottom