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

Mailing List Archive: MythTV: Commits

Ticket #2416: Provide analog sources with dvb eit

 

 

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


mythtv at cvs

Sep 18, 2006, 10:59 AM

Post #1 of 16 (1811 views)
Permalink
Ticket #2416: Provide analog sources with dvb eit

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: ijr
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: 0.20
Severity: medium |
----------------------------------+-----------------------------------------
This patch gives you the ability to provide epg info to another channel.
The mapping is configured in an extra table eit_mapping (see below). The
mapping is based on the serviceid and a channel with the configured
mapped_chanid gets a copy of the epg data.

CREATE TABLE eit_mapping (
serviceid int(10) unsigned NOT NULL default '0',
mapped_chanid int(10) unsigned default NULL,
UNIQUE KEY serviceid (serviceid)
) TYPE=MyISAM;

--
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2416>
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 18, 2006, 12:30 PM

Post #2 of 16 (1748 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: 0.20
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Changes (by stuarta):

* keywords: => eit
* owner: ijr => stuarta
* milestone: unknown => 0.21

Comment:

This looks interesting. I'll keep this in mind as we continue the eit
rewrite.

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

Sep 18, 2006, 8:24 PM

Post #3 of 16 (1729 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: 0.20
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Comment (by anonymous):

Great idea, the EITMUNGER

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

Sep 20, 2006, 10:23 AM

Post #4 of 16 (1740 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: 0.20
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Comment (by anonymous):

I believe this is already implemented for NTSC channels, you just have to
allow listings data to leak to other sources. I would rather avoid adding
another table, but instead just populate the service id (and network id?,
by using the "dtv" multiplex table) for the analog channel. -- danielk

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

Sep 20, 2006, 10:45 AM

Post #5 of 16 (1733 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: 0.20
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Comment (by anonymous):

It's main use would be for a analog input that's connected to a STB. If
you have listings provided by datadirect they are often incorrect or just
don't have the data for all channels. Getting the listing directly from
the provider(s) via DVB-EIT fixes those problems.

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

Apr 12, 2007, 8:15 AM

Post #6 of 16 (1646 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Changes (by janne):

* version: 0.20 => head
* milestone: 0.21 => unknown


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

May 5, 2007, 6:07 AM

Post #7 of 16 (1612 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: eit | Version: head
Severity: medium | Resolution:
----------------------------------+-----------------------------------------
Changes (by danielk):

* component: mythtv => eit


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

Jan 22, 2008, 2:16 PM

Post #8 of 16 (1423 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.22
Component: eit | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------
Changes (by stuarta):

* milestone: unknown => 0.22


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

Jan 27, 2008, 12:54 PM

Post #9 of 16 (1415 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.22
Component: eit | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------

Comment(by anonymous):

Replying to [comment:7 stuarta]:
What can be done in the meantime before .22 for a workaround? I'm
desparately needing this... maybe a cron script to do the duplication?

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

May 14, 2008, 12:07 PM

Post #10 of 16 (1362 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: new
Priority: minor | Milestone: 0.22
Component: eit | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------

Comment(by Maduser):

I think this patch does not work any longer. I tried to apply it against
0-21-fixes. I get the compile error:

{{{
eithelper.cpp: In member function 'void EITHelper::AddEIT(const
DVBEventInformationTable*)':
eithelper.cpp:410: error: 'serviceid' was not declared in this scope
eithelper.cpp:418: error: 'subtitled' was not declared in this scope
eithelper.cpp:419: error: 'stereo' was not declared in this scope
eithelper.cpp:419: error: 'hdtv' was not declared in this scope
make[2]: *** [eithelper.o] Error 1
}}}

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

Dec 6, 2008, 8:59 AM

Post #11 of 16 (1142 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: assigned
Priority: minor | Milestone: 0.22
Component: eit | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------
Changes (by Dibblah):

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


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2416#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 22, 2009, 7:30 AM

Post #12 of 16 (1037 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: eit | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------
Changes (by stuartm):

* milestone: 0.22 => unknown


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

Oct 13, 2009, 9:01 AM

Post #13 of 16 (917 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv [at] linux-dude | Owner: stuarta
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
----------------------------------+-----------------------------------------
Changes (by stuartm):

* component: eit => MythTV - EIT


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

Nov 20, 2009, 12:58 PM

Post #14 of 16 (819 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
Reporter: mythtv@… | Owner: stuarta
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: head
Severity: medium | Mlocked: 0
----------------------------------+-----------------------------------------

Comment(by anonymous):

Is there a version for 0.22/trunk?

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


noreply at mythtv

Apr 1, 2011, 12:09 PM

Post #15 of 16 (380 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+--------------------------
Reporter: mythtv@… | Owner: stuarta
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: head
Severity: medium | Resolution:
Keywords: eit | Ticket locked: 0
----------------------------------+--------------------------

Comment (by warpme@…):

Hi,
This is updated patch for 0.24-fixes git20110327. For quick filling
eit_mapping table You can use following:[[BR]]
mysql -u root mythconverg

INSERT INTO `eit_mapping`
SELECT `src`.`serviceid` , `dst`.`chanid`
FROM `channel` `src`
JOIN `channel` `dst` ON `src`.`callsign` = `dst`.`callsign`
AND `src`.`sourceid` =8
AND `dst`.`sourceid` =9
exit;

--
Ticket URL: <http://code.mythtv.org/trac/ticket/2416#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jun 27, 2011, 8:44 PM

Post #16 of 16 (224 views)
Permalink
Re: Ticket #2416: Provide analog sources with dvb eit [In reply to]

#2416: Provide analog sources with dvb eit
----------------------------------+---------------------------
Reporter: mythtv@… | Owner: stuarta
Type: enhancement | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: head
Severity: medium | Resolution: Won't Fix
Keywords: eit | Ticket locked: 0
----------------------------------+---------------------------
Changes (by robertm):

* status: assigned => closed
* resolution: => Won't Fix


Comment:

OK, this is five years old and not even close to being usable. The latest
patch relies on a bunch of glue that doesn't even have a UI, and that UI
would be a mess if it existed-- you need to create your own DB mapping
between the two sources, which by definition must be manually
manipulated... it just isn't usable as it is. It's not that I'm against
the notion of using EIT to inform EIT-incapable lineups-- it's just that
*this* implementation can't be applied, and has withered on the vine.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/2416#comment:15>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/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.