I've got a plug-in manifest that contains 3 entries:
- UPnPBrowser - Library plugin
- PlayONSTVi - STVi (Dependency - UPnPBrowser)
- PlayOnPlayback - Standard Plugin (Dependancy - PlayONSTVi, Sagex-api)
For some reason when I install
PlayOnPlayback,
PlayONSTVi will get downloaded, however i'm not prompted to restart the UI to load it (it'll also show as enabled in the plugin menu even though its not loaded). However, if I load another STVi, it'll ask me to relead the UI and then the PlayONSTVi will get enabled.
I'm think this is a bug, but I thought i'd post my manifest so people can sanity check me.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<PluginRepository version="1.0.203">
<SageTVPlugin>
<Name>UPnP Browser</Name>
<Identifier>UPnPBrowser</Identifier>
<Description><![CDATA[A tool for browsing UPnP/DLNA servers such as PlayON]]></Description>
<Screenshot><![CDATA[http://docs.google.com/uc?id=0B_sMJcYiGvN4Njk1ZGEzZTQtOWFlNS00MWM0LTgzM2ItMWM2NGNhZjIwZjQ1&export=download&hl=en]]></Screenshot>
<Author>evilpenguin</Author>
<CreationDate>2009.09.15</CreationDate>
<ModificationDate>2010.08.19</ModificationDate>
<Version>1.4</Version>
<Desktop>false</Desktop>
<OS>Windows</OS>
<OS>Linux</OS>
<Webpage><![CDATA[http://forums.sagetv.com/forums/showthread.php?t=44446]]></Webpage>
<PluginType>Library</PluginType>
<Package>
<PackageType>System</PackageType>
<Location><![CDATA[http://upnp2podcast.googlecode.com/files/UPnPBrowser_EXEs_v1_4.zip]]></Location>
<MD5>6a6db03deec07f74bb57b4f6b8359329</MD5>
</Package>
</SageTVPlugin>
<SageTVPlugin>
<Name>PlayOn For SageTV STVi (Dependancy)</Name>
<Identifier>PlayOnSTVI</Identifier>
<Description><![CDATA[DO NOT INSTALL DIRECTLY, instead install the General plugin "PlayOn For SageTV"]]></Description>
<Author>evilpenguin</Author>
<CreationDate>2010.06.01</CreationDate>
<ModificationDate>2010.08.19</ModificationDate>
<Version>1.4</Version>
<Desktop>false</Desktop>
<PluginType>STVI</PluginType>
<Dependency>
<Plugin>UPnPBrowser</Plugin>
<MinVersion>1.4</MinVersion>
</Dependency>
<Dependency>
<STV>SageTV7</STV>
<MinVersion>7.0.9</MinVersion>
</Dependency>
<Package>
<PackageType>STVI</PackageType>
<Location><![CDATA[http://upnp2podcast.googlecode.com/files/PlayON_STVI_v1_4.zip]]></Location>
<MD5>5aa5e0a77991094495bd65a155a2268a</MD5>
</Package>
<STVImport>PlayON_v1_4.stvi</STVImport>
</SageTVPlugin>
<SageTVPlugin>
<Name>PlayOn for SageTV</Name>
<Identifier>PlayOnPlayback</Identifier>
<Description><![CDATA[Adds the ability to navigate PlayOn Content though the Online menu as well as incorporate PlayOn content directly into Sage]]></Description>
<Author>evilpenguin, PluckyHD</Author>
<CreationDate>2009.09.15</CreationDate>
<Screenshot title="Main Menu">><![CDATA[http://forums.sagetv.com/forums/attachment.php?attachmentid=10429&d=1276021915]]></Screenshot>
<Screenshot title="Hulu Content">><![CDATA[http://forums.sagetv.com/forums/attachment.php?attachmentid=10428&d=1276021772]]></Screenshot>
<DemoVideo>http://www.youtube.com/watch?v=ccQj2mjKkZM</DemoVideo>
<Webpage><![CDATA[http://forums.sagetv.com/forums/showthread.php?t=49042]]></Webpage>
<ModificationDate>2010.08.19</ModificationDate>
<Version>1.4</Version>
<ReleaseNotes>
* v1.4
* STVi: Added options for configuring PlayOn Scraping
* STVi: Added ability to playback PlayOn dummy videos properly
* UPnPBrowser: Fixed some path issues for Linux
* UPnPBrowser: Added ability to scrape PlaOn Paths and genrate dummy videos for importing into Sage
* UPnPBrowser: Fixed accounting for commericals in shows/clips under 1 minutes
* v1.3
* STVi: Fixed unique names in main menu buttons
* STVi: Fixed linux file sepeators for launching UPnPBrowser.exe
* STVi: Added .property files for people with SageMC
* STVi: Added menu button for generic UPnP Browsing
* UPnPBrowser: Made commerical allowance longer
* UPnPBrowser: Fixed issue where finding parent folder of a folder was broken
v1.2
* Fixed issue with 64-bit windows users
* Added option to do an extra long server scan when the device isn't found
* Invalidating .cache files if server changes
* Added depedency on v7 STV
* Fixed some spelling errors
</ReleaseNotes>
<Desktop>false</Desktop>
<OS>Windows</OS>
<Dependency>
<Plugin>sagex-api</Plugin>
<MinVersion>7.0.9</MinVersion>
</Dependency>
<Dependency>
<STV>SageTV7</STV>
<MinVersion>7.0.9</MinVersion>
</Dependency>
<Dependency>
<Plugin>PlayOnSTVI</Plugin>
<MinVersion>1.4</MinVersion>
</Dependency>
<PluginType>Standard</PluginType>
<Package>
<PackageType>JAR</PackageType>
<Location>http://babgvant.com/downloads/pluckyhd/EPPlayOn-api-V1.02.zip</Location>
<MD5>890815c46dab15ffd7d3354743e16334</MD5>
</Package>
<ImplementationClass>epplayon.EPPlayonPlugin</ImplementationClass>
</SageTVPlugin>
</PluginRepository>