Author Topic: ClassicXmlRpcRecordings and xmlrpc_findaudio.php  (Read 3958 times)

scooby2

  • Newbie
  • *
  • Posts: 30
  • Karma: 0
    • View Profile
ClassicXmlRpcRecordings and xmlrpc_findaudio.php
« on: April 11, 2009, 10:15:49 »
According to the 1.5.1 docs, xmlrpc_findaudio.php should be included with QueueMetrics. Does anyone know where I can find this?  I do not see it in 1.4.7 or 1.5.1.

---

*snip* from page 108:

The details of how to write an XML-RPC server for the QMAudio.findStoredFile interface can be found
on the XML-RPC guide for QueueMetrics. We ship a sample implementation of such a server in the
xmlrpc_findaudio.php server that comes with QueueMetrics.

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: ClassicXmlRpcRecordings and xmlrpc_findaudio.php
« Reply #1 on: April 14, 2009, 15:16:32 »
Yes in fact it's missing - even from our CVS!  ;D
We'll add it back for 1.5.2, due vcery soon.
We track this as bug #687

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: ClassicXmlRpcRecordings and xmlrpc_findaudio.php
« Reply #2 on: April 21, 2009, 17:29:48 »
You can actually use the xmlrpc_audio_server.php that includes the fuctionalities previously available in xmlrpc_findaudio.php.

We'll update the docs so that they are not misleading anymore.

scooby2

  • Newbie
  • *
  • Posts: 30
  • Karma: 0
    • View Profile
Re: ClassicXmlRpcRecordings and xmlrpc_findaudio.php
« Reply #3 on: April 21, 2009, 22:27:59 »
Thank you!