Difference between revisions of "PLS"

From VideoLAN Wiki
Jump to navigation Jump to search
m
(Colorized for highlight)
Line 1: Line 1:
 
'''.pls''' files are a type of [[playlist]]. This playlist is a text document with the following format:
 
'''.pls''' files are a type of [[playlist]]. This playlist is a text document with the following format:
  [playlist]
+
  <span style="color:#C00"><B>[playlist]</B></span>
  NumberOfEntries=3
+
  <span style="color:#008"><B>NumberOfEntries=</B></span>3
  File1=/fs/My Music/Eloy/02 Journey into 1358.mp3
+
  <span style="color:#008"><B>File1=</B></span>/fs/My Music/Eloy/02 Journey into 1358.mp3
  File2=<nowiki>http://some.website.com/music.mp3</nowiki>
+
  <span style="color:#008"><B>File2=</B></span><nowiki>http://some.website.com/music.mp3</nowiki>
  File3=''any url to file''
+
  <span style="color:#008"><B>File3=</B></span>''any url to file''
  
 
[[category:playlist]]
 
[[category:playlist]]

Revision as of 06:55, 29 October 2009

.pls files are a type of playlist. This playlist is a text document with the following format:

[playlist]
NumberOfEntries=3
File1=/fs/My Music/Eloy/02 Journey into 1358.mp3
File2=http://some.website.com/music.mp3
File3=any url to file