[mythtv-commits] mythtv/master commit: 7c90f8e80 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Thu May 12 04:38:19 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-05-11T21:38:00-07:00
   Push Date:  2011/05/11 21:38:12 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  7c90f8e80a6570cfa1ccead26079d82fc078bd3e
   Changeset:  https://github.com/MythTV/mythtv/commit/7c90f8e80

Log:

MythFrontend: Support additional parameters in http actions.

Currently only implemented for the SCREENSHOT action but will be
important for more advanced frontend control going forward.

This probably removes the need for the 'custom' GetScreenShot method, as
screenshots can now be triggered via:-

frontend-ip:6547/MythFE/GetScreenShot
frontend-ip:6547/MythFE/GetScreenShot?width=X&height=Y
frontend-ip:6547/MythFE/SendAction?action=SCREENSHOT
frontend-ip:6547/MythFE/SendAction?action=SCREENSHOT&width=X&height=Y

Modified:

   mythtv/programs/mythfrontend/mythfexml.cpp
   mythtv/programs/mythfrontend/mythfexml.h



More information about the mythtv-commits mailing list