[mythtv-commits] mythtv commit: r16532 - in trunk/mythtv by greg

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 13 01:54:26 UTC 2008


      Author: greg
        Date: 2008-03-13 01:54:26 +0000 (Thu, 13 Mar 2008)
New Revision: 16532
   Changeset: http://cvs.mythtv.org/trac/changeset/16532

Added:

   trunk/mythtv/programs/mythfrontend/MFEXML_scpd.xml
   trunk/mythtv/programs/mythfrontend/mythfexml.cpp
   trunk/mythtv/programs/mythfrontend/mythfexml.h

Modified:

   trunk/mythtv/libs/libmythui/mythmainwindow.cpp
   trunk/mythtv/libs/libmythui/mythmainwindow.h
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/mediarenderer.cpp
   trunk/mythtv/programs/mythfrontend/mythfrontend.pro

Log:


 Adds a new jumppoint for mapping a key to take screenshots and
a new upnp class to the frontend to allow you to remotely
grab screenshots as well. This works for video+OSD if
you are using the OpenGL Video Renderer or X11, but
using XV will return a image of the XV colour key.

To grab a remote screenshot you can simple go to

http://127.0.0.1:6547/MythFE/GetScreenShot
(where 127.0.0.1 is the IP of the FE you are connecting to)

You can also specify A Width and Height value and the
image will be scaled before being returned to fit
into that size.

For example

http://127.0.0.1:6547/MythFE/GetScreenShot?Width=400

or http://127.0.0.1:6547/MythFE/GetScreenShot?Width=200&Height=100








More information about the mythtv-commits mailing list