
noreply at mythtv
May 19, 2012, 8:03 PM
Views: 64
Permalink
|
|
mythtv branch master updated by jstichnoth. v0.26-pre-326-g3bbf624
|
|
The branch, master has been updated on the mythtv repository by gitolite user jstichnoth. via 3bbf624ea685dacef29ec164cdb05a54627e62c0 (commit) from 3bdc0d1a84ea5a18327958aa56e56d21ee51a959 (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 3bbf624ea685dacef29ec164cdb05a54627e62c0 Author: Jim Stichnoth <jstichnoth [at] mythtv> at Sat, 19 May 2012 19:51:59 -0700 Committer: Jim Stichnoth <jstichnoth [at] mythtv> at Sat, 19 May 2012 20:02:22 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3bbf624ea685dacef29ec164cdb05a54627e62c0 Add a playback OSD menu option to cancel an in-progress playlist. Previously, the only way to stop playlist playback was to execute a jump point, as EXIT simply moves to the next playlist item. Now, the playback OSD menu, "Playback" submenu, has a "Cancel Playlist" entry, with the effect that when playback ends, it returns to the Watch Recordings screen instead of the next playlist entry. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/tv_play.cpp | 8 ++++++++ mythtv/programs/mythfrontend/playbackbox.cpp | 3 ++- 2 files changed, 10 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|