PLS (file format)
From Wikipedia, the free encyclopedia
(Redirected from .pls)
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (September 2011) |
| Filename extension | .pls |
|---|---|
| Internet media type | audio/x-scpls |
| Type of format | Playlist |
PLS is a computer file format that stores multimedia playlists. It is a more expressive format than basic M3U, as it can store (cache) information on the song title and length (this is supported in extended M3U only). With PLS version 2, playlists also include a PLS version declaration.
iTunes, QuickTime Player, Real player, Winamp, XBMC, XMPlay, VLC media player, popular GNU/Linux media player Rhythmbox, and foobar2000 are able to interpret PLS files.[citation needed] Media Player Classic with the K-Lite codec installed does work with PLS format but still requires the appropriate MIME or file extension associations.
[edit] Specification
The format is essentially that of an INI file structured as follows:
Header
- [playlist] : This tag indicates that it is a Playlist File
Track Entry
Assuming track entry #X
- FileX : Variable defining location of stream.
- TitleX : Defines track title.
- LengthX : Length in seconds of track. Value of -1 indicates indefinite.
Footer
- NumberOfEntries : This variable indicates the number of tracks
- Version : Playlist version. Currently only a value of 2 is valid.
[edit] Compare with
[edit] External links
| This multimedia software-related article is a stub. You can help Wikipedia by expanding it. |