MPExtended / WifiRemote

Remote access plugin for MediaPortal
GNU General Public License v3.0
4 stars 5 forks source link

Comply to MediaPortal compatibility system in AssemblyInfo.cs #12

Closed Shukuyen closed 10 years ago

Shukuyen commented 10 years ago

We should implement the MediaPortal compatibility system correctly to avoid crashing when MediaPortal subsystems change in the future.

A list of available subsystems can be found here: https://github.com/MediaPortal/MediaPortal-1/blob/98e69e2aa0911667508523bcce661b504c01ea1b/Common-MP-TVE3/Common.Utils/CompatibilityInfo.cs

Shukuyen commented 10 years ago

Some more information in the wiki: http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/6_Plugins/Version_Compatibility

Shukuyen commented 10 years ago

Should be fixed by https://github.com/MPExtended/WifiRemote/commit/5cb66e0913af414664bc9266f1dbc44567514fe9

Shukuyen commented 10 years ago

[assembly: SubsystemVersion("TVE", "1.1.6.27644")] makes the plugin incompatible (if no tv server is installed?)