[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-391-g5a9de27

Git Repo Owner noreply at mythtv.org
Thu Oct 24 21:51:43 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  5a9de273b9239c0a1bf9c0cb580bc95969d85c84 (commit)
      from  34e1c9e042e46fc050f97065a1cc1ef16cc9864f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a9de273b9239c0a1bf9c0cb580bc95969d85c84
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 24 Oct 2013 22:44:50 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 24 Oct 2013 22:51:36 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5a9de273b9239c0a1bf9c0cb580bc95969d85c84

Hook up the 'quick record' menu in the Web Guide
The quick record menu allows simple schedules to be created in just
two clicks without ever leaving the guide. First click on the program
you want to record, a menu will appear offering 4 different scheduling
options, "Record this showing", "Record all showings", "Record one
showing" and "Record all showings on this channel". A fifth button
will take you instead to the scheduler editor (ultimately).

There is still no schedule editor, and no option yet to cancel a
schedule/recording. The latter will be the next thing I add.

This involves a bit of a hack with a timer to check the result of the
reschedule. This will ultimately be replaced with a websocket based
solution but it works for now, assuming your MATCH reschedule requests
take less than 2.5 seconds.

Generally the code could use a cleanup, but it works fine as a
demonstrator.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/html/css/guide.css                    |   61 ++++++++++++++++++-----
 mythtv/html/js/guide.js                      |   65 ++++++++++++++++++++-----
 mythtv/html/tv/dvr.qsp                       |   68 ++++++++++++++++++++++++++
 mythtv/html/tv/guide.qsp                     |   43 +++++++++-------
 mythtv/programs/mythbackend/services/dvr.cpp |    1 +
 5 files changed, 195 insertions(+), 43 deletions(-)
 create mode 100644 mythtv/html/tv/dvr.qsp

-- 



More information about the mythtv-firehose mailing list