dear subixonfire, finally i found time to take a glance at your plugin.
The problem is that there were in vuplus git changes that affect the infobarseek code.
Changes applyed in Black Hole image too.
For this reason the plugin is not working good because you call e aubclass of movieplayer that is not intended to be used in this way.
I suppose that the plugin can have the same problem with other images too and with the Vu+ official factory image.
Thank you so much, how do I use it?
To solve all these problems i have a little suggestion.
The suggestion is to not use the movieplayer class to play the stream but to integrate in your plugin an internal player.
In this way your plugin will be for sue compatible with all images like youtube and stramtv plugins that have an internal player.
I have spent e little time to patch your plugin to add a little player that integrate an internal function to play/pause. It works in all images and in black hole 1.7.7 too.
You can extend and improve the internal player looking at the code examples of my tube or at the Vu+ plugin: SteramTv here:
http://code.vuplus.com/gitweb/?p=vu...557551844f3;hb=refs/heads/vuplus_experimental
andd of ourse looking at InfoBarSeek class in InfobarGenerics screen of e2.
Anyway here is the patch i have used to add a little example internal reader in your plugin that implement a play/pause function working in bh too.
It is only a sample and not completed.
Rgds