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

Mailing List Archive: MythTV: Commits

Ticket #4807: Save & use last tuned channel for entering LiveTV

 

 

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


mythtv at cvs

Feb 29, 2008, 12:46 PM

Post #1 of 14 (890 views)
Permalink
Ticket #4807: Save & use last tuned channel for entering LiveTV

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Mlocked: 0
-----------------------------------------------------+----------------------
This patch saves the last (successfully) tuned channel so it can be used
by LiveTV when first entering it.

The last tuned channel is stored as chanid in settings for the frontend
and only saves after NuppleVideoPlayer::OpenFile() successfully opens and
reads the file - to ensure it's a good channel.

To test yet:
- Saving last tuned channel when streaming is on.

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


mythtv at cvs

Feb 29, 2008, 3:08 PM

Post #2 of 14 (859 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------

Comment(by Mark Buechler <Mark.Buechler [at] gmail>):

Tested successfully with streaming turned on. I've finalized the patch
with an addition of IsTunable() of the saved chanid. If the saved chanid
is !IsTunable(), or points to an unavailable capture card or is
0/undefined, the logic reverts back to the original behavior.

- Mark.

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


mythtv at cvs

Dec 30, 2008, 3:51 PM

Post #3 of 14 (826 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner: stuartm
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------
Changes (by stuartm):

* owner: ijr => stuartm
* status: new => assigned


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#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

Dec 30, 2008, 4:02 PM

Post #4 of 14 (820 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner: stuartm
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------

Comment(by Mark.Buechler [at] gmail):

I've added an additional patch necessary for PVR-type tuners since they
operate differently than DVB-types.

- Mark.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#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

Feb 23, 2009, 12:09 PM

Post #5 of 14 (789 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner:
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------
Changes (by stuartm):

* owner: stuartm =>
* status: assigned => new


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#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

Aug 25, 2009, 4:15 PM

Post #6 of 14 (619 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner:
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------

Comment(by mdean):

See, also #6708 for a different implementation of a patch to only save
startchan if tuning succeeds.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#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

Oct 13, 2009, 3:11 PM

Post #7 of 14 (559 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler [at] gmail> | Owner:
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------
Changes (by stuartm):

* cc: stuartm (added)
* component: mythtv => MythTV - General


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#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 at cvs

Apr 14, 2010, 12:05 PM

Post #8 of 14 (418 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner:
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - DVB | Version: head
Severity: medium | Mlocked: 0
-----------------------------------------------------+----------------------
Changes (by robertm):

* component: MythTV - General => MythTV - DVB


Comment:

Not exactly the right component, but maybe it'll get some visibility
outside of General and we can get something like this implemented.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:7>
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

Aug 11, 2010, 4:28 PM

Post #9 of 14 (340 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner:
Type: patch | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - DVB | Version: head
Severity: medium | Resolution: wontfix
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------
Changes (by robertm):

* status: new => closed
* resolution: => wontfix


Comment:

[TICKET CLEANUP] Although I think this is a good idea, closing as it has
gone years without any attention. I *do* think something like this should
get applied, so if you still feel strongly about it, please feel free to
open a new ticket with a patch against trunk.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:8>
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

Aug 13, 2010, 3:42 AM

Post #10 of 14 (343 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner:
Type: patch | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - DVB | Version: head
Severity: medium | Resolution: wontfix
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------

Comment (by stuarta):

Mark,

The closing of this has caused one or two of us to peer at
these tickets. Can you comment on the benefits of your
patch versus the far simpler patch on #6708.

Does this change the behaviour when using livetv?


Stuart

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:9>
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

Aug 13, 2010, 3:44 AM

Post #11 of 14 (343 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner:
Type: patch | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - DVB | Version: head
Severity: medium | Resolution: wontfix
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------

Comment (by stuarta):

Replying to [comment:9 stuarta]:

>
> Does this change the behaviour when using livetv?
>

That should have been

Does this patch change the behaviour only when using livetv?

Stuart

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:10>
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

Aug 13, 2010, 5:47 AM

Post #12 of 14 (327 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner:
Type: patch | Status: new
Priority: minor | Milestone: 0.24
Component: MythTV - DVB | Version: Trunk Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------
Changes (by stuarta):

* status: closed => new
* version: head => Trunk Head
* resolution: wontfix =>
* milestone: unknown => 0.24


Comment:

Mark's comment:

Yes, only livetv is effected. I've been using this patch for the past two
years with no ill effect to recording.

The difference with this patch vs. 6708 is that this takes a few more
things into consideration, like if the channel is tunable (enough free
capture cards, etc) and the default channel (chanid) is stored and used
per/frontend and can survive a backend restart. The chanid is only stored
after the channel has been successfully tuned.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:11>
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

Aug 13, 2010, 5:47 AM

Post #13 of 14 (327 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner: stuarta
Type: patch | Status: assigned
Priority: minor | Milestone: 0.24
Component: MythTV - DVB | Version: Trunk Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------
Changes (by stuarta):

* owner: => stuarta
* status: new => assigned


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:12>
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

Sep 14, 2010, 3:07 PM

Post #14 of 14 (258 views)
Permalink
Re: Ticket #4807: Save & use last tuned channel for entering LiveTV [In reply to]

#4807: Save & use last tuned channel for entering LiveTV
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler@…> | Owner: stuarta
Type: patch | Status: closed
Priority: minor | Milestone: 0.24
Component: MythTV - DVB | Version: Trunk Head
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
-----------------------------------------------------+----------------------
Changes (by stuarta):

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


Comment:

(In [26320]) Closes #4807. Saves the last tuned channel for LiveTV.

Thanks to Mark Buechler for this long ignored patch.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4807#comment:13>
MythTV <http://www.mythtv.org/>
MythTV Media Center
_______________________________________________
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.