Index of all elements
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ x ]
[ _ ]
top
top
e
- E_CANNOT_CREATETABLE
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_CREATETABLE
- E_CANNOT_INSERT
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_INSERT
- E_CANNOT_OPENDB
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_OPENDB
- E_CANNOT_OPENDIR
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_OPENDIR
Error handling related Constants
- E_CANNOT_SAVEFILE
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_SAVEFILE
- E_CANNOT_SENDHEADER
- in file Playlist.php, class constant MP3_Playlist::E_CANNOT_SENDHEADER
- E_INVALID_MERGE
- in file Playlist.php, class constant MP3_Playlist::E_INVALID_MERGE
- E_INVALID_PLAYLIST
- in file Playlist.php, class constant MP3_Playlist::E_INVALID_PLAYLIST
- E_NOT_SAVEABLE
- in file Playlist.php, class constant MP3_Playlist::E_NOT_SAVEABLE
- E_NOT_SENDABLE
- in file Playlist.php, class constant MP3_Playlist::E_NOT_SENDABLE
- E_REQUIRED_PARAM
- in file Playlist.php, class constant MP3_Playlist::E_REQUIRED_PARAM
- E_UNKNOWN_TYPE
- in file Playlist.php, class constant MP3_Playlist::E_UNKNOWN_TYPE
- E_UNSUPPORTED_TYPE
- in file Playlist.php, class constant MP3_Playlist::E_UNSUPPORTED_TYPE
top
top
g
- getList
- in file Playlist.php, method MP3_Playlist::getList()
Get list of songs in an array, formatted after parsing.
- getMerged
- in file Playlist.php, method MP3_Playlist::getMerged()
Get list of files including append directory, location and ID3 tags for XML and other manipulation.
top
top
i
- $isRequiredMerged
- in file Common.php, variable MP3_Playlist_Common::$isRequiredMerged
Whether is required to merge list or not to generate the playlist.
- $isRequiredMerged
- in file RSS.php, variable MP3_Playlist_RSS::$isRequiredMerged
RSS required the merged list.
- $isRequiredMerged
- in file XML.php, variable MP3_Playlist_XML::$isRequiredMerged
XML required the merged list.
- $isRequiredMerged
- in file XHTML.php, variable MP3_Playlist_XHTML::$isRequiredMerged
XHTML required the merged list.
- $isSaveable
- in file SQLite.php, variable MP3_Playlist_SQLite::$isSaveable
Force SQLite format is not saveable.
- $isSaveable
- in file Common.php, variable MP3_Playlist_Common::$isSaveable
Whether the result is saveable or not.
- $isSendable
- in file Common.php, variable MP3_Playlist_Common::$isSendable
Whether the result is sendable or not.
- $isSendable
- in file SQLite.php, variable MP3_Playlist_SQLite::$isSendable
Force SQLite format is not sendable.
- $isShuffle
- in file Common.php, variable MP3_Playlist_Common::$isShuffle
Whether to create shuffle list or not.
- $isViewable
- in file SMIL.php, variable MP3_Playlist_SMIL::$isViewable
Force M3U format is not viewable by browser.
- $isViewable
- in file M3U.php, variable MP3_Playlist_M3U::$isViewable
Force M3U format is not viewable by browser.
- $isViewable
- in file Common.php, variable MP3_Playlist_Common::$isViewable
Whether the result is viewable by browser or not.
- $isViewable
- in file SQLite.php, variable MP3_Playlist_SQLite::$isViewable
Force SQLite format is not viewable by browser.
- index.php
- procedural page index.php
top
top
m
- $merged
- in file Common.php, variable MP3_Playlist_Common::$merged
List of files including append directory, location and ID3 tags for XML
- $mimeType
- in file SMIL.php, variable MP3_Playlist_SMIL::$mimeType
Mime type of output.
- $mimeType
- in file XHTML.php, variable MP3_Playlist_XHTML::$mimeType
Mime type of output.
- $mimeType
- in file XML.php, variable MP3_Playlist_XML::$mimeType
Mime type of output.
- $mimeType
- in file M3U.php, variable MP3_Playlist_M3U::$mimeType
Mime type of output.
- $mimeType
- in file RSS.php, variable MP3_Playlist_RSS::$mimeType
Mime type of output.
- $mimeType
- in file Common.php, variable MP3_Playlist_Common::$mimeType
Mime type of output.
- make
- in file RSS.php, method MP3_Playlist_RSS::make()
Generate a valid RSS feed from a playlist
- make
- in file XHTML.php, method MP3_Playlist_XHTML::make()
Generate a valid XHTML playlist with link to the given URL defined on parsing
- make
- in file Common.php, method MP3_Playlist_Common::make()
Generates the playlist.
- make
- in file SMIL.php, method MP3_Playlist_SMIL::make()
Generates the SMIL (SMIL Multimedia Persentation) playlist.
- make
- in file XML.php, method MP3_Playlist_XML::make()
Generates a valid XML with the playlist values.
- make
- in file M3U.php, method MP3_Playlist_M3U::make()
Generates the M3U playlist format.
- make
- in file Playlist.php, method MP3_Playlist::make()
Generates the playlist according to selected format.
- make
- in file SQLite.php, method MP3_Playlist_SQLite::make()
Generate and stores an sqlite based playlist
- MP3_Playlist
- in file Playlist.php, class MP3_Playlist
Class MP3_Playlist
- M3U.php
- procedural page M3U.php
- MP3_Playlist_Common
- in file Common.php, class MP3_Playlist_Common
Abstract class of MP3_Playlist drivers class.
- MP3_Playlist_M3U
- in file M3U.php, class MP3_Playlist_M3U
Class MP3_Playlist_M3U, generates the M3U playlist format.
- MP3_Playlist_RSS
- in file RSS.php, class MP3_Playlist_RSS
Class MP3_Playlist_RSS, generates the playlist RSS feed.
- MP3_Playlist_SMIL
- in file SMIL.php, class MP3_Playlist_SMIL
Class MP3_Playlist_SMILL, generates the SMIL (SMIL Multimedia Persentation) playlist.
- MP3_Playlist_SQLite
- in file SQLite.php, class MP3_Playlist_SQLite
Class MP3_Playlist_SMILL for generate and stores an sqlite based playlist.
- MP3_Playlist_XHTML
- in file XHTML.php, class MP3_Playlist_XHTML
Class MP3_Playlist_XHTML, generates the XHTML page for playlist.
- MP3_Playlist_XML
- in file XML.php, class MP3_Playlist_XML
Class MP3_Playlist_XML, generate the XML document for playlist.
top
top
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:15:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|