we are currently working at a special tve3-experimental branch/fork.
It has been heavily reworked.
A lot of refactoring has been done in order to improve the overall infrastructure of the codebase.
stuff like:
* setupTV is now able to run on any client (see it as a true multiseat client like MP is)
* remoting removed. WCF introduced (client - server communication protocol).
* client => server polling now removed. Instead the client uses WCF callback events.
* gentle.net removed. Entity Framework 4.x introduced (use any EF certified DB backend, mysql, mySQL etc.)
* tv client (mediaportal) + setupTV now doesn't connect directly with the database. Only the tvservice has direct DB access.
then we have a few patches.
0003369: tvserver is not threadsafe. - MediaPortal Bugtracker
0003296: Rework loading of TV recordings - MediaPortal Bugtracker
+ a lot of other internal patches.
+ the initial work for a real rulebased scheduler
u can follow the changes here:
https://github.com/MediaPortal/MediaPortal-1/tree/EXP-TV-MP-TVE3.5-NET4
/gibman
we are currently working at a special tve3-experimental branch/fork.
It has been heavily reworked.
A lot of refactoring has been done in order to improve the overall infrastructure of the codebase.
stuff like:
* setupTV is now able to run on any client (see it as a true multiseat client like MP is)
* remoting removed. WCF introduced (client - server communication protocol).
* client => server polling now removed. Instead the client uses WCF callback events.
* gentle.net removed. Entity Framework 4.x introduced (use any EF certified DB backend, mysql, mySQL etc.)
* tv client (mediaportal) + setupTV now doesn't connect directly with the database. Only the tvservice has direct DB access.
then we have a few patches.
0003369: tvserver is not threadsafe. - MediaPortal Bugtracker
0003296: Rework loading of TV recordings - MediaPortal Bugtracker
+ a lot of other internal patches.
+ the initial work for a real rulebased scheduler
u can follow the changes here:
https://github.com/MediaPortal/MediaPortal-1/tree/EXP-TV-MP-TVE3.5-NET4
/gibman