Difference between revisions of "Playlist"

From VideoLAN Wiki
Jump to navigation Jump to search
m (fixes to the syntax, so we don't need to edit this page over and over again if entries get updated)
Line 1: Line 1:
 +
Playlists are files that contain information on which files to play. Usually they are plain text files with paths to the files to play. Example:
 +
 +
rock.mp3
 +
classical.mp3
 +
OTHER\new.mp3
 +
 +
This file would instruct the player to first play the file rock.mp3, then classical.mp3 and lastly the file new.mp3 which is in the directory OTHER.
 +
 
* [[M3U]]
 
* [[M3U]]
 
* [[PLS]]
 
* [[PLS]]
 
* [[ASX]]
 
* [[ASX]]

Revision as of 13:14, 26 March 2005

Playlists are files that contain information on which files to play. Usually they are plain text files with paths to the files to play. Example:

rock.mp3 classical.mp3 OTHER\new.mp3

This file would instruct the player to first play the file rock.mp3, then classical.mp3 and lastly the file new.mp3 which is in the directory OTHER.