Todo List
This class takes care of all of the xml document stuff in Ampache these are all static calls
static void albums( $albums)
This echos out a standard albums XML document, it pays attention to the limit
static void artists( $artists)
This takes an array of artists and then returns a pretty xml document with the information we want
static void error( $code, $string)
static void keyed_array( $array, [ $callback = ''])
This will build an xml document from a key'd array,
static void playlists( $playlists)
This takes an array of playlist ids and then returns a nice pretty XML document
static void rss_feed( $data, $title, $description, $date)
static void set_limit( $limit)
This sets the limit for any ampache transactions
static void set_offset( $offset)
This takes an int and changes the offset
static void set_type( $type)
This sets the type of xmlData we are working on
static void single_string( $key, $string)
This takes two values, first the key second the string
static void songs( $songs)
This returns an xml document from an array of song ids spiffy isn't it!