Difference between revisions of "Playlist"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
  OTHER\new.mp3
 
  OTHER\new.mp3
 
  \\COMPUTERNAME\Music\Band\title.mp3
 
  \\COMPUTERNAME\Music\Band\title.mp3
  http://www.foo.com/.../title 2.mp3
+
  http:// webaddress. com/.../title 2.mp3
  http://111.22.333.44:8024
+
  http:// 111.22.333.44:8024
  
 
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.
 
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.

Revision as of 02:54, 29 October 2009

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
\\COMPUTERNAME\Music\Band\title.mp3
http:// webaddress. com/.../title 2.mp3
http:// 111.22.333.44:8024

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.

See also