For
Detailed information for file extension PLS:
Primary association: Generic Playlist File
Mime type: audio/x-scpls
pls, a text playlist similar to .ini (program settings) files.
It normally contains only the location of the items in the playlist.
the list.pls or a list.ini Playlist Edit as a Text codes in a text editor!
A Example of pls
-----------------------------------------------------
[playlist]
File1=http://hot-text.ath.cx/kar/getinghotinhere.mp3
Title1=Remote MP3
File2=http://stream.radio-freedom.com:8380
Title2=My Favorite Online Radio Freedom
Version=2
-------------------------------------------------------------
http://en.wikipedia.org/wiki/PLS_(file_format)
Types of playlist files
http://en.wikipedia.org/wiki/Playlist
A Example of a Playlist.asx for I go with a ASX files
-------------------------------------------------------
<asx version="3.0">
<author>Hot-Text</author>
<title>a pplaylist</title>
<entry>
<title>Song Name Getting Hot in Here</title>
<author>Nelly</author>
<ref href="http://hot-text.ath.cx/kar/getinghotinhere.mp3"></ref>
</entry>
<!-- Put New Entry Here As Many as You Like
Save File As You_Name_It.asx Same Folder as File-->
<entry>
<title>My Favorite Online Radio Freedom</title>
<ref href="http://stream.radio-freedom.com:8380"></ref>
</entry>
</asx>