2008-06-03, 07:44 PM
I want to try to build a plugin to import channel lists from a text (xml) file (to overcome my problem listed at http://forums.nextpvr.com/showthread.php?t=35522). Basically, I would like the plugin to do the folowing 3 functions:
1) The import file to populate all the columns in the channels grid in the "Edit Recording Source" dialog.
2) The import file to fill up the tv guide info.
3) To set the sequence numbers of all the channels (accessible from the Channels tab in the Config utility).
But I am having a hell of a time trying to understand it all. VS 2005 is not a problem, but GBPVR plugins are another matter
For starters, I cant figure out the following 2 issues:
1) What interface to implement? I tried IMenuTask but this adds an item to the menu in PVRX2. I would like the plugin to be configured from the Config utility. I looked at the graph recorder plugin but it implements IRecordingSource and IRecordingSourceConfiguration which is not what I want.
2) I cant find anyway to display a windows form in the plugin. If I cant do that, how can I display the windows form contents thru the plugin?
I am sorry if these are basic question but as I mentioned above, I am stumped.
Thanks,
Khurram.
1) The import file to populate all the columns in the channels grid in the "Edit Recording Source" dialog.
2) The import file to fill up the tv guide info.
3) To set the sequence numbers of all the channels (accessible from the Channels tab in the Config utility).
But I am having a hell of a time trying to understand it all. VS 2005 is not a problem, but GBPVR plugins are another matter
For starters, I cant figure out the following 2 issues:
1) What interface to implement? I tried IMenuTask but this adds an item to the menu in PVRX2. I would like the plugin to be configured from the Config utility. I looked at the graph recorder plugin but it implements IRecordingSource and IRecordingSourceConfiguration which is not what I want.
2) I cant find anyway to display a windows form in the plugin. If I cant do that, how can I display the windows form contents thru the plugin?
I am sorry if these are basic question but as I mentioned above, I am stumped.
Thanks,
Khurram.