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

MythTV noreply at mythtv.org
Fri Nov 11 11:44:24 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-11-11T03:44:00-08:00
   Push Date:  2011/11/11 03:44:06 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  9a90d31b789f7cab0ea33d7d8445b6d5b61d2ba8
   Changeset:  https://github.com/MythTV/mythtv/commit/9a90d31b7

Log:

Frontend Services: Move action handling from MythFEXML to service.

- The 'helper' method GetActionTest remains in MythFEXML.
- Arguments are now capitalised for consistency with the rest of the
services API.
- the Frontend Remote Control is modified for the new urls and methods.

Old methods:

http://frontend-ip:6547/MythFE/SendAction?action=UP
http://frontend-

New methods:

http://frontend-ip:6547/Frontend/SendAction?Action=UP
http://frontend-

Added:

   mythtv/libs/libmythservicecontracts/datacontracts/frontendActionList.h

Modified:

   mythtv/libs/libmythservicecontracts/libmythservicecontracts.pro
   mythtv/libs/libmythservicecontracts/services/frontendServices.h
   mythtv/programs/mythfrontend/mythfexml.cpp
   mythtv/programs/mythfrontend/mythfexml.h
   mythtv/programs/mythfrontend/services/frontend.cpp
   mythtv/programs/mythfrontend/services/frontend.h



More information about the mythtv-commits mailing list