Another thing I'd like to start looking at, is what patches/changes would be required to the core code of TVE3 to make it query TvScheduler about what needs to be recorded, instead of only the internal TVE3 database. This would be the first big step for integration, since that would mean program would really be recorded, and not just appear on your screen for fun![]()
Belgium
You could probably make a TVE3 plugin that would provide the link between the two ...
You could probably make a TVE3 plugin that would provide the link between the two ...
Yes, perhaps that could work too. Haven't looked at the plugin API, can I start a recording through it and be notified when it ends? Off the top of my head that would be the main functionality I'd need. I'll have a look...
Belgium
Wouldn't that cause some issues? I.e. you would have to implement yourself the powerscheduler to be able to wake up the HTPC to do it's recordings. That would cause duplicate code. and most likely some issues when there are two components doing the same thing.
I think it would be better just to provide recording times to the tve3 thru the plugin and let the engine itself handle all other stuff.
Belgium
Anyway, bottom line (IMHO): it would be nicer (in the long run) if TVE3 would simply use TvScheduler instead of the other way around.
Belgium
There is one simple reason: It could break a lot of other stuff. I don't say that it necessary does. But this would be a huge change and this is always dangerous. So what I've heard from the devs and imho too its the best way round through a plugin as a first step. After this runs good, we can think about other options.
Belgium