2014-11-14, 12:00 AM
This is copied from another forum section as I got it in the wrong place initially!
Hi,
This is for Sub mainly. I'm currently maintaining the Sky TV custom data grabber for MediaPortal TVE3. It was developed by DJBlu who is currently on a long term leave (military service of some form I believe) and uses two components, a custom data grabber dll (coded in C#) which is inserted in to the main code as a way to capture full PIDS by referencing certain details (in MP it is a separate DLL and then referenced in TSWriter), there is then the custom plugin which does the activities.
The plugins are the real heart and these can capture all the OpenTV data and insert this in to the database for the tv engine to read and use to record programs, allows for proper series linking from the main sky feed, can make the engine act like an STB by doing refreshes to add/remove channels, select certain channels within a defined LCN range, region picking for channels etc. Imagine EPGCollector (without the support of the other types of guide, yet) but 'built' in.
While I currently use MP, I am curious about Mediabrowser as a front end due to a number of reasons and wondered whether it was possible to get a version of the custom data grabber integrated in to NextPVR and then the plugins integrated as a plugin as nextpvr appears to work with it. I also like the built in decoding client as that was very quick when I last used PVR (before I found and got DJBlu to add NZ to the sky plugin).
The data grabber needs to be integrated into some form of TS writer so it can be called by the plugin. The plugins themselves need access to the database where the channels are stored, access to the tuners as it uses the engines tuners, and it needs to be able to run constantly in the background so it can do its updates or refreshes as necessary.
As MediaPortal is Open Source, it was easy to make the modifications and then merge with the latest master when they update (they do not support this work as TVE3 is in code freeze) but NextPVR is closed I believe and so I'd need pointers to access the stuff directly.
The advantage of this system is that it can be expanded to cover others such as MHEG5, Mediahighway etc. SJB has done an immense amount of work on EPGcollector and the tags contained can easily be used to find the other guides.
Thoughts and comments? It's all on github under benoire or Djblu (for the custom data grabber) so if it does peak your interest, have a look!
Anyway, thanks for your time!
Cheers,
Chris
Hi,
This is for Sub mainly. I'm currently maintaining the Sky TV custom data grabber for MediaPortal TVE3. It was developed by DJBlu who is currently on a long term leave (military service of some form I believe) and uses two components, a custom data grabber dll (coded in C#) which is inserted in to the main code as a way to capture full PIDS by referencing certain details (in MP it is a separate DLL and then referenced in TSWriter), there is then the custom plugin which does the activities.
The plugins are the real heart and these can capture all the OpenTV data and insert this in to the database for the tv engine to read and use to record programs, allows for proper series linking from the main sky feed, can make the engine act like an STB by doing refreshes to add/remove channels, select certain channels within a defined LCN range, region picking for channels etc. Imagine EPGCollector (without the support of the other types of guide, yet) but 'built' in.
While I currently use MP, I am curious about Mediabrowser as a front end due to a number of reasons and wondered whether it was possible to get a version of the custom data grabber integrated in to NextPVR and then the plugins integrated as a plugin as nextpvr appears to work with it. I also like the built in decoding client as that was very quick when I last used PVR (before I found and got DJBlu to add NZ to the sky plugin).
The data grabber needs to be integrated into some form of TS writer so it can be called by the plugin. The plugins themselves need access to the database where the channels are stored, access to the tuners as it uses the engines tuners, and it needs to be able to run constantly in the background so it can do its updates or refreshes as necessary.
As MediaPortal is Open Source, it was easy to make the modifications and then merge with the latest master when they update (they do not support this work as TVE3 is in code freeze) but NextPVR is closed I believe and so I'd need pointers to access the stuff directly.
The advantage of this system is that it can be expanded to cover others such as MHEG5, Mediahighway etc. SJB has done an immense amount of work on EPGcollector and the tags contained can easily be used to find the other guides.
Thoughts and comments? It's all on github under benoire or Djblu (for the custom data grabber) so if it does peak your interest, have a look!
Anyway, thanks for your time!
Cheers,
Chris