Skip to content

Commit

Permalink
WiFi Remote 0.8.5.279 / Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Mar 23, 2024
1 parent 9b770b0 commit 4a13e87
Showing 1 changed file with 122 additions and 0 deletions.
122 changes: 122 additions & 0 deletions Installer/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,128 @@ It publishes a Bonjour Service on your local network which allows clients (for e
<ValueType>Template</ValueType>
<Description>The file used to configure the extension.
If have .exe extension the will be executed
If have .dll extension used like MP plugin configuration</Description>
</SectionParam>
<SectionParam Name="Online Screenshots">
<Value />
<ValueType>String</ValueType>
<Description>Online stored screenshot urls separated by ; </Description>
</SectionParam>
<SectionParam Name="Force to uninstall on update">
<Value>YES</Value>
<ValueType>Bool</ValueType>
<Description>Show dialog and force to uninstall previous version when updating an extension. Should only be disabled if you are using an NSIS/MSI installer.</Description>
</SectionParam>
</Items>
</Params>
</GeneralInfo>
<UniqueFileList>
<Items />
</UniqueFileList>
<ProjectSettings>
<FolderGroups />
</ProjectSettings>
<IsSkin>false</IsSkin>
</PackageClass>
<PackageClass>
<Version>2.0</Version>
<Groups>
<Items>
<GroupItem Name="Default">
<DisplayName>Default</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Default</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="plugin_files">
<DisplayName>plugin_files</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>plugin_files</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="config_files">
<DisplayName>config_files</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>config_files</Description>
<Files>
<Items />
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
<Items />
</Sections>
<Dependencies>
<Items>
<DependencyItem>
<Type>MediaPortal</Type>
<Id />
<MinVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MinVersion>
<MaxVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message />
<Name>MediaPortal</Name>
<Condition>None</Condition>
</DependencyItem>
</Items>
</Dependencies>
<PluginDependencies>
<Items />
</PluginDependencies>
<GeneralInfo>
<Name>WifiRemote</Name>
<Id>d2277c74-fdce-4146-9e23-d080d1799f72</Id>
<Author>Shukuyen, DieBagger, ajs</Author>
<HomePage>https://github.com/MPExtended/WifiRemote</HomePage>
<ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/wifiremote-tcp-remote-control-server-0-1-2011-05-05-a-96251</ForumPage>
<UpdateUrl>https://raw.github.com/MPExtended/WifiRemote/master/Installer/update.xml</UpdateUrl>
<Version>
<Major>0</Major>
<Minor>8</Minor>
<Build>5</Build>
<Revision>279</Revision>
</Version>
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".



It publishes a Bonjour Service on your local network which allows clients (for example an iPhone or Android app) to list all found MediaPortal installations and connect to it. </ExtensionDescription>
<VersionDescription>Library Update
AnyCPU fresh build
Migrate to Github Action</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/MPExtended/WifiRemote/releases/download/0.8.5.279/WifiRemote-0.8.5.279.mpe1</OnlineLocation>
<ReleaseDate>2024-03-23T18:16:40.0422791+00:00</ReleaseDate>
<Tags>remote, wifi, json, client control</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>WifiRemote-[Version].mpe1</Location>
<Params>
<Items>
<SectionParam Name="Online Icon">
<Value />
<ValueType>String</ValueType>
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
</SectionParam>
<SectionParam Name="Configuration file">
<Value>%Plugins%\process\WifiRemote.dll</Value>
<ValueType>Template</ValueType>
<Description>The file used to configure the extension.
If have .exe extension the will be executed
If have .dll extension used like MP plugin configuration</Description>
</SectionParam>
<SectionParam Name="Online Screenshots">
Expand Down

0 comments on commit 4a13e87

Please sign in to comment.