[mythtv-users] Frontend services API question

Bill Meek keemllib at gmail.com
Wed Mar 18 17:17:24 UTC 2015


On 03/18/2015 11:57 AM, Phil Bridges wrote:
> I'm trying to dabble with the Frontend services API, and it doesn't appear
> to being working as I expected.  This morning, I retreived
> "mythbackend:6547/Frontend/GetStatus", and it showed me information on the
> recording being watched:
...
> Now, though, whenever I retrieve the xml document, it still has the same
> data (although the frontend is idling on the home page).

Hi,

I see the same with Firefox.

Try it with curl (I thing you're getting cached information.):

     curl <BE>:6547/Frontend/GetStatus|sed 's/></>\n</g'

The sed is just to make it easier to read.

-- 
Bill


More information about the mythtv-users mailing list