Normal
fabrice: If you want this plugin to work with TVE3, you will need to add a dedicated TVE3 plugin as well. It should work as follows:- Client Plugin to represent the GUI, which posts info to the server plugin- which does the transcoding in the backgroundSince I guess that in the future (0.3.0.0) TVE2 will be gone for good, it might be worthwhile adapting now. As I recall with respect to the DB issue, there are classes in the source which you should use to read data from the DBs, because there are 2 different DB options (MS SQL & MySQL) for the TVE3.
fabrice: If you want this plugin to work with TVE3, you will need to add a dedicated TVE3 plugin as well. It should work as follows:
- Client Plugin to represent the GUI, which posts info to the server plugin
- which does the transcoding in the background
Since I guess that in the future (0.3.0.0) TVE2 will be gone for good, it might be worthwhile adapting now. As I recall with respect to the DB issue, there are classes in the source which you should use to read data from the DBs, because there are 2 different DB options (MS SQL & MySQL) for the TVE3.