Skip to content

Instantly share code, notes, and snippets.

@dekarl
Created July 16, 2011 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dekarl/1086103 to your computer and use it in GitHub Desktop.
Save dekarl/1086103 to your computer and use it in GitHub Desktop.
MythSmolt: What to Collect, a Wishlist

for the channel setup

Mapping of channels to grabber/xmltvid combination (maybe better done similar to the channel icons?)

  • DVB identifiers (Original Network ID, (Transport ID,) Service ID -> xmltvid
  • bouqet name, service name -> xmltvid
  • ETSI CNI (ETSI Country and Network Identification) <-> channel name
  • ETSI CNI <-> DVB identifiers
  • ETSI CNI <-> xmltvid
  • similar for ATSC&co.

for MythSmolt

channels:

  • (xmltv) days of guide per grabber/xmltvid
  • (DVB) days of guide per multiplex it is transmitted on and service it is about
  • (DVB) does the guide contain extended-event-descriptors with an item list (like "actors: adam, bob, chris") if so, which items are defined and which language is it? (and which service)

video sources:

  • Network ID override in use? What Original Network ID, actual transmitted Network ID and manual overide Network ID is in use? (used to select other frequency tables)
  • network id override set to the transmitted id? (just to filter out false positives)
  • xmltv timezone (none, auto, specific offset)? which grabber?
  • mixing EIT and xmltv? which grabber?

if using mythfilldatabase manually, what data source is specified in the input file. ("you should be using the grabber for your guide source" option)

recording rules:

  • map of rule type vs count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment