I had posted a version compatible with the new Trakt here - and yes, there is not yet an offical version available in repo. If there is some more feedback about it is working fine, I could push it as an update - otherwise I will first add the new features Damien requested for Trakt and push at a later time.
... there wasn't really much feedback ... I'll see if I can push a test version to the tester group to finally get an update of the repo done ...Hi @Guzzi ,
I had posted a version compatible with the new Trakt here - and yes, there is not yet an offical version available in repo. If there is some more feedback about it is working fine, I could push it as an update - otherwise I will first add the new features Damien requested for Trakt and push at a later time.
Any update about this? You didn't push said version 3139 or any more recent one.
so, if your plugin need to watch video ( i'm not sure) it must done same change than onlinevideoHi
From what i have seen, only OV need a code change to be able to watch video, all other don't need to be changed.
In fact if a plugin use video code based on MP code then this need to be changed and assembly updated
To goes back to radioplugin, you surely only need to bump the plugin to make it compatible :
Change the line to : (i have based the change for OV in the file : OnlineVideos.MediaPortal1\Properties\AssemblyInfo.cs)
[assembly: CompatibleVersion("1.15.100.0", "1.15.100.0")]
Before that line was :
[assembly: CompatibleVersion("1.6.100.0", "1.6.100.0")]
And all should be compatible again
Thanks.