I am trying to write a dabdig plugin for meedio TV and I need a bit of help.
The information that I can currently get from meedio to pass to dabdig on the command line is the following :
schedule-id = 7tuner-id = 1
lineup-id = 1
channel-id = 6
program-id = 2377
caption = Two Pints of Lager and a Packet of Crisps
duration = 2400.0000002794
duration-text = 00:40:00
start-time = 26/11/2004 23:20:00
end-time = 27/11/2004
As you can see there is no channel name. Can I leave the channel name parameter blank "" and still expect dabdig to work ?
I have tried this out with my nebula digitv and it doesn't seem to work.
Could I make a dabdig.map and expect dabdig to convert the channel number to a name if needed ? it only talks about doing name -> number conversions in the FAQ
I think it should be possible in the future to get the channel name out of meedio, but at present I have no idea where it stores it's mappings or how to get at them and I would rather not have to work it out if it is not necessary . Meedio TV is still in beta and the API is not finalised/documented yet so I may be able to get the channel name added to the info sent in the message that I can read.
Any help much appreciated