MP3_Playlist
[ class tree: MP3_Playlist ] [ index: MP3_Playlist ] [ all elements ]

Element index for package MP3_Playlist

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ x ] [ _ ]

_

__construct
in file Playlist.php, method MP3_Playlist::__construct()
    Instantiate a new MP3_Playlist object.
__construct
in file Common.php, method MP3_Playlist_Common::__construct()
    Constructor
top

b

$baseUrl
in file Playlist.php, variable MP3_Playlist::$baseUrl
    Url to append on the playlist
top

c

$columns
in file SQLite.php, variable MP3_Playlist_SQLite::$columns
    Default table columns.
Common.php
procedural page Common.php
top

d

$debug
in file Common.php, variable MP3_Playlist_Common::$debug
    Debug flag.
$debug
in file Playlist.php, variable MP3_Playlist::$debug
    Debug value
$drivers
in file Playlist.php, variable MP3_Playlist::$drivers
debug
in file Playlist.php, method MP3_Playlist::debug()
    Output debug message.
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

f

$fileExtension
in file RSS.php, variable MP3_Playlist_RSS::$fileExtension
    File extension (without dot).
$fileExtension
in file SMIL.php, variable MP3_Playlist_SMIL::$fileExtension
    File extension (without dot).
$fileExtension
in file Common.php, variable MP3_Playlist_Common::$fileExtension
    File extension (without dot).
$fileExtension
in file M3U.php, variable MP3_Playlist_M3U::$fileExtension
    File extension (without dot).
$fileExtension
in file XML.php, variable MP3_Playlist_XML::$fileExtension
    File extension (without dot).
$fileExtension
in file XHTML.php, variable MP3_Playlist_XHTML::$fileExtension
    File extension (without dot).
fixPath
in file Playlist.php, method MP3_Playlist::fixPath()
    Convert Windows directory separator to Unix style and fix ending slash.
footer.php
procedural page footer.php
top

g

generateURL
in file Playlist.php, method MP3_Playlist::generateURL()
    Generates the URL from absolute path.
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.
generate_package_xml.php
procedural page generate_package_xml.php
top

h

head.php
procedural page head.php
header.php
procedural page header.php
top

i

$isMerged
in file Playlist.php, variable MP3_Playlist::$isMerged
    protected variable to check if the method Mergelist is called
$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 Common.php, variable MP3_Playlist_Common::$isSaveable
    Whether the result is saveable or not.
$isSaveable
in file SQLite.php, variable MP3_Playlist_SQLite::$isSaveable
    Force SQLite format is not saveable.
$isSendable
in file SQLite.php, variable MP3_Playlist_SQLite::$isSendable
    Force SQLite format is not sendable.
$isSendable
in file Common.php, variable MP3_Playlist_Common::$isSendable
    Whether the result is sendable or not.
$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 SQLite.php, variable MP3_Playlist_SQLite::$isViewable
    Force SQLite 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.
index.php
procedural page index.php
top

l

$list
in file Playlist.php, variable MP3_Playlist::$list
    List of songs in an array, formatted after parsing
$list
in file Common.php, variable MP3_Playlist_Common::$list
    List of song files.
top

m

$merged
in file Playlist.php, variable MP3_Playlist::$merged
    List of files including append directory, location and ID3 tags for XML
$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 M3U.php, variable MP3_Playlist_M3U::$mimeType
    Mime type of output.
$mimeType
in file XHTML.php, variable MP3_Playlist_XHTML::$mimeType
    Mime type of output.
$mimeType
in file RSS.php, variable MP3_Playlist_RSS::$mimeType
    Mime type of output.
$mimeType
in file XML.php, variable MP3_Playlist_XML::$mimeType
    Mime type of output.
$mimeType
in file Common.php, variable MP3_Playlist_Common::$mimeType
    Mime type of output.
$mimeType
in file SMIL.php, variable MP3_Playlist_SMIL::$mimeType
    Mime type of output.
$mp3
in file Playlist.php, variable MP3_Playlist::$mp3
    MP3_ID Object
make
in file SMIL.php, method MP3_Playlist_SMIL::make()
    Generates the SMIL (SMIL Multimedia Persentation) playlist.
make
in file Common.php, method MP3_Playlist_Common::make()
    Generates the playlist.
make
in file SQLite.php, method MP3_Playlist_SQLite::make()
    Generate and stores an sqlite based 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 XML.php, method MP3_Playlist_XML::make()
    Generates a valid XML with the playlist values.
make
in file RSS.php, method MP3_Playlist_RSS::make()
    Generate a valid RSS feed from a playlist
make
in file Playlist.php, method MP3_Playlist::make()
    Generates the playlist according to selected format.
make
in file M3U.php, method MP3_Playlist_M3U::make()
    Generates the M3U playlist format.
mergeList
in file Playlist.php, method MP3_Playlist::mergeList()
    Merges the values from the parsed known elements like file location and append URL with the ID3 tags
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

o

$outputDirectory
in file Playlist.php, variable MP3_Playlist::$outputDirectory
    Output directory, where the playlist is saved
top

p

$parseDirectory
in file Playlist.php, variable MP3_Playlist::$parseDirectory
    Directory to Parse
$playlist
in file Playlist.php, variable MP3_Playlist::$playlist
    Driver object instance.
Playlist.php
procedural page Playlist.php
parse
in file Playlist.php, method MP3_Playlist::parse()
    Parses the MP3 directory defined in the constructor
top

r

$result
in file Common.php, variable MP3_Playlist_Common::$result
    The playlist result just made.
result.php
procedural page result.php
RSS.php
procedural page RSS.php
top

s

SMIL.php
procedural page SMIL.php
SQLite.php
procedural page SQLite.php
save
in file Common.php, method MP3_Playlist_Common::save()
    Save the generates playlist into file.
save
in file Playlist.php, method MP3_Playlist::save()
    Save the generated playlist into file.
send
in file Playlist.php, method MP3_Playlist::send()
    Send the generated playlist to browser directly.
send
in file Common.php, method MP3_Playlist_Common::send()
    Send the generated playlist to browser direclty.
show
in file Playlist.php, method MP3_Playlist::show()
    Show the generated playlist result
show
in file Common.php, method MP3_Playlist_Common::show()
    Show the generated playlist result.
top

t

TYPE_M3U
in file Playlist.php, class constant MP3_Playlist::TYPE_M3U
    Output type made by MP3_Playlist.
TYPE_RSS
in file Playlist.php, class constant MP3_Playlist::TYPE_RSS
TYPE_SMIL
in file Playlist.php, class constant MP3_Playlist::TYPE_SMIL
TYPE_SQLITE
in file Playlist.php, class constant MP3_Playlist::TYPE_SQLITE
TYPE_XHTML
in file Playlist.php, class constant MP3_Playlist::TYPE_XHTML
TYPE_XML
in file Playlist.php, class constant MP3_Playlist::TYPE_XML
top

x

XHTML.php
procedural page XHTML.php
XML.php
procedural page XML.php
top

Documentation generated on Mon, 11 Mar 2019 15:39:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.