Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #7406: MythCenter EPG - cannot change channel

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Oct 23, 2009, 8:31 AM

Post #1 of 7 (713 views)
Permalink
Ticket #7406: MythCenter EPG - cannot change channel

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: ijr
Type: defect | Status: new
Priority: major | Milestone: unknown
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Mlocked: 0
-------------------------------+--------------------------------------------
I'm using MythCenter theme, in the previous version I would hit M to bring
up the EPG, scroll the listings, and select M to change to the selected
channel. That no longer works. (Even though X works to change a channel
without exiting the EPG).

The current keys.txt still says:

- Pressing M when on a channel will change to that channel.

Is this supposed to have changed? If so, the documentation is incorrect.
If not, there is a bug.

Browse mode seems to still work. I have not tested the other themes to see
if the same behaviour exists.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Oct 30, 2009, 11:12 PM

Post #2 of 7 (646 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: ijr
Type: defect | Status: new
Priority: major | Milestone: unknown
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Mlocked: 0
-------------------------------+--------------------------------------------

Comment(by mdean):

(In [22674]) Refs #7406. Fix channel change in the EPG. After this
commit, SELECT changes the channel and dismisses the EPG when watching
LiveTV and the selected show's starttime is less than now +
SelChangeRecThreshold. Users who prefer to always edit a schedule should
use the EDIT keybinding or access "Edit Schedule" through the MENU.

In the mythui port of guidegrid, the MENU key was changed to show the menu
(as it should). Unfortunately since prior to this change MENU was used to
change the channel and dismiss the EPG, this meant that the only way to
change channel and dismiss the EPG when in LiveTV was to enable
SelectChangesChannel and use the SELECT key. Since the use of the MENU
key to change channels doesn't fit the UI consistency guidelines, it makes
sense to just remove the SelectChangesChannel setting and always use its
functionality.

This change also fixes SELECT so that it does not attempt to change the
channel if not watching LiveTV (when using the alternate EPG while playing
back a recording). Furthermore, to ensure all functionality is always
available in spite of SELECT's dual-usage, it adds "Change Channel" to the
menu when watching LiveTV and adds "Edit Recording Status" to the menu for
shows that match a recording rule (where "Edit Recording Status" is the
function SELECT gives for a show that matches a rule and starts after
SelChangeRecThreshold minutes--the "allow you to resolve conflicts or
change overrides" in keys.txt).

I will backport this change to 0.22-fixes after 0.22 is released. Until
then users should enable the setting, "Use select to change the channel in
the program guide" or use the CHANUPDATE keybinding (by default, 'X') to
change the channel and then dismiss the EPG with ESCAPE.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Oct 30, 2009, 11:43 PM

Post #3 of 7 (645 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: mdean
Type: defect | Status: accepted
Priority: minor | Milestone: 0.22.1
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Mlocked: 0
-------------------------------+--------------------------------------------
Changes (by mdean):

* owner: ijr => mdean
* priority: major => minor
* status: new => accepted
* milestone: unknown => 0.22.1


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 13, 2009, 1:29 PM

Post #4 of 7 (591 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: mdean
Type: defect | Status: accepted
Priority: minor | Milestone: 0.22.1
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Mlocked: 0
-------------------------------+--------------------------------------------

Comment(by mdean):

(In [22823]) Update the HOWTO's Keyboard commands section for new EPG
behavior after [22674]. Refs #7406.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:3>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 13, 2009, 1:34 PM

Post #5 of 7 (587 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: mdean
Type: defect | Status: closed
Priority: minor | Milestone: 0.22.1
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Resolution: fixed
Mlocked: 0 |
-------------------------------+--------------------------------------------
Changes (by mdean):

* status: accepted => closed
* resolution: => fixed


Comment:

(In [22824]) Fixes #7406. Fix channel change in the EPG. Backports
[22674] and [22823] from trunk.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:4>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Dec 29, 2009, 11:17 PM

Post #6 of 7 (509 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: mdean
Type: defect | Status: closed
Priority: minor | Milestone: 0.22.1
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Resolution: fixed
Mlocked: 0 |
-------------------------------+--------------------------------------------

Comment(by mdean):

(In [23033]) Clarify the help text for the "Record Threshold" setting
after [22674]. Refs #7406.

Thanks to Joacim J on the -users list for helping to find the out-of-date
help text.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:5>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Dec 29, 2009, 11:20 PM

Post #7 of 7 (514 views)
Permalink
Re: Ticket #7406: MythCenter EPG - cannot change channel [In reply to]

#7406: MythCenter EPG - cannot change channel
-------------------------------+--------------------------------------------
Reporter: kbass@… | Owner: mdean
Type: defect | Status: closed
Priority: minor | Milestone: 0.22.1
Component: MythTV - General | Version: 0.22rc1
Severity: medium | Resolution: fixed
Mlocked: 0 |
-------------------------------+--------------------------------------------

Comment(by mdean):

(In [23034]) Clarify the help text for the "Record Threshold" setting
after [22824]. Backports [23033] to -fixes. Refs #7406.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7406#comment:6>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.