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

Element index for package Net_MPD

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ k ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ u ] [ w ] [ _ ]

_

$_commands
in file Common.php, variable Net_MPD_Common::$_commands
$_errors
in file Common.php, variable Net_MPD_Common::$_errors
$_output
in file Common.php, variable Net_MPD_Common::$_output
_loadClass
in file MPD.php, method Net_MPD::_loadClass()
    Loads the class
__construct
in file MPD.php, method Net_MPD::__construct()
    Creates new instances of objects
__construct
in file Common.php, method Net_MPD_Common::__construct()
    Set connection params
top

a

$Admin
in file MPD.php, variable Net_MPD::$Admin
    The Net_MPD_Admin object
ACK_ARG
in file Common.php, class constant Net_MPD_Common::ACK_ARG
ACK_COMMAND_FAILED
in file Common.php, class constant Net_MPD_Common::ACK_COMMAND_FAILED
ACK_EXIST
in file Common.php, class constant Net_MPD_Common::ACK_EXIST
ACK_NOT_LIST
in file Common.php, class constant Net_MPD_Common::ACK_NOT_LIST
ACK_NO_EXIST
in file Common.php, class constant Net_MPD_Common::ACK_NO_EXIST
ACK_PASSWORD
in file Common.php, class constant Net_MPD_Common::ACK_PASSWORD
ACK_PERMISSION
in file Common.php, class constant Net_MPD_Common::ACK_PERMISSION
ACK_PLAYER_SYNC
in file Common.php, class constant Net_MPD_Common::ACK_PLAYER_SYNC
ACK_PLAYLIST_LOAD
in file Common.php, class constant Net_MPD_Common::ACK_PLAYLIST_LOAD
ACK_PLAYLIST_MAX
in file Common.php, class constant Net_MPD_Common::ACK_PLAYLIST_MAX
ACK_SYSTEM
in file Common.php, class constant Net_MPD_Common::ACK_SYSTEM
ACK_UNKOWN
in file Common.php, class constant Net_MPD_Common::ACK_UNKOWN
ACK_UPDATE_ALREADY
in file Common.php, class constant Net_MPD_Common::ACK_UPDATE_ALREADY
addSong
in file Playlist.php, method Net_MPD_Playlist::addSong()
    Add file to playlist
Admin.php
procedural page Admin.php
top

c

$Common
in file MPD.php, variable Net_MPD::$Common
    The Net_MPD_Common object
clear
in file Playlist.php, method Net_MPD_Playlist::clear()
    Clear the playlist
connect
in file Common.php, method Net_MPD_Common::connect()
    Connect to MPD
CONNECTION_FAILED
in file Common.php, class constant Net_MPD_Common::CONNECTION_FAILED
CONNECTION_NOT_OPENED
in file Common.php, class constant Net_MPD_Common::CONNECTION_NOT_OPENED
Common.php
procedural page Common.php
top

d

$Database
in file MPD.php, variable Net_MPD::$Database
    The Net_MPD_Database object
deletePlaylist
in file Playlist.php, method Net_MPD_Playlist::deletePlaylist()
    Delete a playlist
deleteSong
in file Playlist.php, method Net_MPD_Playlist::deleteSong()
    Delete song from playlist
deleteSongId
in file Playlist.php, method Net_MPD_Playlist::deleteSongId()
    Delete song from playlist by song Id
disableOutput
in file Admin.php, method Net_MPD_Admin::disableOutput()
    Disables an audio output
disconnect
in file Common.php, method Net_MPD_Common::disconnect()
    Disconnect from MPD
Database.php
procedural page Database.php
top

e

enableOutput
in file Admin.php, method Net_MPD_Admin::enableOutput()
    Enables an audio output
top

f

factory
in file MPD.php, method Net_MPD::factory()
    Creates new instances of objects
find
in file Database.php, method Net_MPD_Database::find()
    Case sensitive search for data in the database
top

g

getAll
in file Database.php, method Net_MPD_Database::getAll()
    Lists all files and folders in the directory recursively
getAllInfo
in file Database.php, method Net_MPD_Database::getAllInfo()
    Lists all files/folders recursivly, listing any related informaiton
getChanges
in file Playlist.php, method Net_MPD_Playlist::getChanges()
    Get playlist changes
getCommands
in file Common.php, method Net_MPD_Common::getCommands()
    Used to discover which commands are available
getCurrentSong
in file Playback.php, method Net_MPD_Playback::getCurrentSong()
    Gets the current song and related information
getCurrentSong
in file Playlist.php, method Net_MPD_Playlist::getCurrentSong()
    Gets the current song and related information
getErrorData
in file Common.php, method Net_MPD_Common::getErrorData()
    Get the current error data
getErrors
in file Common.php, method Net_MPD_Common::getErrors()
    A method to access errors
getInfo
in file Database.php, method Net_MPD_Database::getInfo()
    Lists content of the directory
getMetadata
in file Database.php, method Net_MPD_Database::getMetadata()
    List all metadata of matches to the search
getNotCommands
in file Common.php, method Net_MPD_Common::getNotCommands()
    Used to discover commands that are not available
getOutputs
in file Admin.php, method Net_MPD_Admin::getOutputs()
    List available audio outputs
getPlaylistInfo
in file Playlist.php, method Net_MPD_Playlist::getPlaylistInfo()
    Displays metadata for songs in the playlist by position Id
getPlaylistInfoId
in file Playlist.php, method Net_MPD_Playlist::getPlaylistInfoId()
    Displays metadata for songs in the playlist
getPlaylists
in file Playlist.php, method Net_MPD_Playlist::getPlaylists()
    List playlists in specified directory
getStats
in file Common.php, method Net_MPD_Common::getStats()
    Get various statistics about the MPD server
getStatus
in file Common.php, method Net_MPD_Common::getStatus()
    Get the status of the MPD server
top

i

isConnected
in file Common.php, method Net_MPD_Common::isConnected()
    Check connection status
top

k

kill
in file Admin.php, method Net_MPD_Admin::kill()
    Kills the MPD server in a safe way, saving state if possible
top

l

loadPlaylist
in file Playlist.php, method Net_MPD_Playlist::loadPlaylist()
    Loads a playlist into the current playlist
listArtists.php
procedural page listArtists.php
listCurrentPlaylist.php
procedural page listCurrentPlaylist.php
listSongs.php
procedural page listSongs.php
top

m

moveSong
in file Playlist.php, method Net_MPD_Playlist::moveSong()
    Move song in the playlist
moveSongId
in file Playlist.php, method Net_MPD_Playlist::moveSongId()
    Move song in the playlist by Id
MPD.php
procedural page MPD.php
top

n

Net_MPD
in file MPD.php, class Net_MPD
    Central class for the Music Player Daemon objects
Net_MPD_Admin
in file Admin.php, class Net_MPD_Admin
    Music Player Daemon API
Net_MPD_Common
in file Common.php, class Net_MPD_Common
    API for the common peices of Music Player Daemon commands
Net_MPD_Database
in file Database.php, class Net_MPD_Database
    API for the database portion of Music Player Daemon commands
Net_MPD_Playback
in file Playback.php, class Net_MPD_Playback
    API for the playback portion of Music Player Daemon commands
Net_MPD_Playlist
in file Playlist.php, class Net_MPD_Playlist
    API for the playlist portion of Music Player Daemon commands
nextSong
in file Playback.php, method Net_MPD_Playback::nextSong()
    Continue to the next song
top

p

$Playback
in file MPD.php, variable Net_MPD::$Playback
    The Net_MPD_Playback object
$Playlist
in file MPD.php, variable Net_MPD::$Playlist
    The Net_MPD_Playlist object
Playback.php
procedural page Playback.php
Playlist.php
procedural page Playlist.php
parseOutput
in file Common.php, method Net_MPD_Common::parseOutput()
    Parse MPD output on a line-by-line basis creating output that is easy to work with
pause
in file Playback.php, method Net_MPD_Playback::pause()
    Pauses or plays the audio
ping
in file Common.php, method Net_MPD_Common::ping()
    Ping the MPD server to keep the connection running
play
in file Playback.php, method Net_MPD_Playback::play()
    Starts playback
playId
in file Playback.php, method Net_MPD_Playback::playId()
    Starts playback by Id
previousSong
in file Playback.php, method Net_MPD_Playback::previousSong()
    Go back to the previous song
top

r

random
in file Playback.php, method Net_MPD_Playback::random()
    Sets 'random' mode on/off
read
in file Common.php, method Net_MPD_Common::read()
    Read data from the socket
repeat
in file Playback.php, method Net_MPD_Playback::repeat()
    Sets 'random' mode on/off
RESPONSE_OK
in file Common.php, class constant Net_MPD_Common::RESPONSE_OK
runCommand
in file Common.php, method Net_MPD_Common::runCommand()
    Run command
top

s

savePlaylist
in file Playlist.php, method Net_MPD_Playlist::savePlaylist()
    Save the playlist
seek
in file Playback.php, method Net_MPD_Playback::seek()
    Seek a position in a song
seekId
in file Playback.php, method Net_MPD_Playback::seekId()
    Seek a position in a song
setCrossfade
in file Playback.php, method Net_MPD_Playback::setCrossfade()
    Set crossfade between songs
setVolume
in file Playback.php, method Net_MPD_Playback::setVolume()
    Set volume
shuffle
in file Playlist.php, method Net_MPD_Playlist::shuffle()
    Shuffle the playlist
stop
in file Playback.php, method Net_MPD_Playback::stop()
    Stop playback
swapSong
in file Playlist.php, method Net_MPD_Playlist::swapSong()
    Swap song by position in the playlist
swapSongId
in file Playlist.php, method Net_MPD_Playlist::swapSongId()
    Swaps a song with another song, by Id
top

u

updateDatabase
in file Admin.php, method Net_MPD_Admin::updateDatabase()
    Updates the music database
top

w

write
in file Common.php, method Net_MPD_Common::write()
    Write data to the socket
WRITE_FAILED
in file Common.php, class constant Net_MPD_Common::WRITE_FAILED
top

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