This class contains all the methods that the /server/xmlrpc.server.php will respond to to add a new method, just define a new public static function in here and it will be automagicaly populated to xmlrpcserver.<FUNCTION> in /server/xmlrpc.server.php
This returns a list of the current non-remote catalogs hosted on this Ampache instance It requires a key be passed as the first element //FIXME: USE TOKEN!
This is a basic function to return all of the song data in a serialized format. It takes a start and end point as well as the TOKEN for auth mojo //FIXME: USE TOKEN!
This should be run before any other XMLRPC actions, it checks the KEY encoded with a timestamp then returns a valid TOKEN to be used in all further communication