Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIT cross-sourcing for set-top-boxes #23

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

pinkylinc
Copy link
Contributor

As in ticket:

Feature enhancement for EIT cross sourcing.
Pull request: #22

-Allows use of a DVB card to apply EIT guide data to an analogue stb source.

-Adds new videosource type to mythtv-setup which allows use of an analogue video feed with digital EIT EPG data.

-DVB card is used for scanning to populated database transport info.

-Sourceid storage has been moved from 'cardinput.sourceid' to a mapping table (videosourcemap) which links cardinputs to a sourceid with a map type (main, eit, or scan).

-Patch creates new table videosourcemap and moves storage of sourceid from cardinput.sourceid to videosourcemap.

-Updates database schema to 1303.

I've tried to keep this brief but happy to help with any other requirements.

Thanks, Lincoln.

… videosourcemap to allow more flexibility with cardinput to

videosource linking. mythtv-setup, mythbackend, and libmythtv modified to use new database table. mythtv-setup modified to allow
configuration with new 'Cross sourced' videosource type. Allows seperate input card to be selected for channel scanning and EIT
collection. Channel editor modified to allow for cross sourced scanning and Imrovements made to the Transport editor. Mythbackend
modified to link sourceid to a channel with a maptype rather than being linked to the cardinput.
…videosourcemaps now handled correctly for cloned cardinputs.
…reamed

Conflicts:
	mythtv/libs/libmythtv/videosource.cpp
…current chanid reducing reliance on sourceid + channum
@pinkylinc
Copy link
Contributor Author

Ticket reference: http://code.mythtv.org/trac/ticket/10806

pinkylinc and others added 6 commits June 9, 2012 17:12
…ix sourceutil query error referencing removed cardinput.sourceid
…did instead of sourceid. They were also modified to enter EIT information to all relevant chanid's instead of only the first chanid, where a channel number may be present on multiple sources
@stuarta stuarta added this to Needs triage in Bug Triage Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Bug Triage
  
Needs triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants