Difference between revisions of "Playlist"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
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:
+
{{see also|Documentation:Playlist|Category:Playlist}}
 +
 
 +
Playlists are files that contain information on which files to play. Usually they are plain text files with paths to the files to play. Here an example in the [[M3U]] format:
  
 
  rock.mp3
 
  rock.mp3
 
  classical.mp3
 
  classical.mp3
 
  OTHER\new.mp3
 
  OTHER\new.mp3
  \\COMPUTERNAME\Music\Band\title.mp3
+
  \\COMPUTERNAME\Music\Band\Artistname - Track - Title of the Song.mp3
http:// webaddress. com/.../title 2.mp3
+
  <nowiki>http://www.webaddress. com/.../movie clip.mp4</nowiki>
http:// 111.22.333.44:8024
+
  <nowiki>http://111.22.333.44:8024</nowiki>
  
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 then the file new.mp3 which is in the directory OTHER before accessing a song on the local network. Then it plays a movie clip in [[MP4]] format from the web and lastly switches to a [[web radio]] station.
  
 
* [[M3U]]
 
* [[M3U]]
Line 14: Line 16:
 
* [[ASX]]
 
* [[ASX]]
 
* [[XSPF]]
 
* [[XSPF]]
* [[.VLC|VLC]]
+
* [[.VLC|VLC (filename extension)]]
 
 
== See also ==
 
* '''See also [[:Category:Playlist]]'''
 
  
[[Category:Playlist]]
+
[[Category:Playlist|*]]

Latest revision as of 18:19, 28 February 2019

Playlists are files that contain information on which files to play. Usually they are plain text files with paths to the files to play. Here an example in the M3U format:

rock.mp3
classical.mp3
OTHER\new.mp3
\\COMPUTERNAME\Music\Band\Artistname - Track - Title of the Song.mp3
 http://www.webaddress. com/.../movie clip.mp4
 http://111.22.333.44:8024

This file would instruct the player to first play the file rock.mp3, then classical.mp3 and then the file new.mp3 which is in the directory OTHER before accessing a song on the local network. Then it plays a movie clip in MP4 format from the web and lastly switches to a web radio station.