2004-04-26, 07:13 AM
As a c# learning project I'd like to write a plugin or utility that automatically sets the source channel numbers in GBPVR.mdb for sending to a set-top box when GBPVR changes channel, based on a selected profile of TV providers.
What I aim for it to do would be:
1) Request the Provider from a list
2) Fetch the providers channel list from an XML file
3) Update GBPVR's source_channel_mapping table with automatically matched channels on a first pass
4) Allow the user to confirm any exceptions in a second pass.
5) Optionally change the channel display order, effectively setting the GBPVR channel number to that of the provider so that the mini guide browses in the same order of the providers channels.
Sounds more like an additional standalone utility rather than a plug-in to me.
What do people think?
M
What I aim for it to do would be:
1) Request the Provider from a list
2) Fetch the providers channel list from an XML file
3) Update GBPVR's source_channel_mapping table with automatically matched channels on a first pass
4) Allow the user to confirm any exceptions in a second pass.
5) Optionally change the channel display order, effectively setting the GBPVR channel number to that of the provider so that the mini guide browses in the same order of the providers channels.
Sounds more like an additional standalone utility rather than a plug-in to me.
What do people think?
M