Skip to content

Commit 7433403

Browse files
committed
WiFi Remote 0.8.5.296 / Release
1 parent f90f6f2 commit 7433403

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed

Installer/update.xml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,127 @@ Migrate to Github Action</VersionDescription>
11061106
<ValueType>Template</ValueType>
11071107
<Description>The file used to configure the extension.
11081108
If have .exe extension the will be executed
1109+
If have .dll extension used like MP plugin configuration</Description>
1110+
</SectionParam>
1111+
<SectionParam Name="Online Screenshots">
1112+
<Value />
1113+
<ValueType>String</ValueType>
1114+
<Description>Online stored screenshot urls separated by ; </Description>
1115+
</SectionParam>
1116+
<SectionParam Name="Force to uninstall on update">
1117+
<Value>YES</Value>
1118+
<ValueType>Bool</ValueType>
1119+
<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>
1120+
</SectionParam>
1121+
</Items>
1122+
</Params>
1123+
</GeneralInfo>
1124+
<UniqueFileList>
1125+
<Items />
1126+
</UniqueFileList>
1127+
<ProjectSettings>
1128+
<FolderGroups />
1129+
</ProjectSettings>
1130+
<IsSkin>false</IsSkin>
1131+
</PackageClass>
1132+
<PackageClass>
1133+
<Version>2.0</Version>
1134+
<Groups>
1135+
<Items>
1136+
<GroupItem Name="Default">
1137+
<DisplayName>Default</DisplayName>
1138+
<DefaulChecked>true</DefaulChecked>
1139+
<Description>Default</Description>
1140+
<Files>
1141+
<Items />
1142+
</Files>
1143+
</GroupItem>
1144+
<GroupItem Name="plugin_files">
1145+
<DisplayName>plugin_files</DisplayName>
1146+
<DefaulChecked>true</DefaulChecked>
1147+
<Description>plugin_files</Description>
1148+
<Files>
1149+
<Items />
1150+
</Files>
1151+
</GroupItem>
1152+
<GroupItem Name="config_files">
1153+
<DisplayName>config_files</DisplayName>
1154+
<DefaulChecked>true</DefaulChecked>
1155+
<Description>config_files</Description>
1156+
<Files>
1157+
<Items />
1158+
</Files>
1159+
</GroupItem>
1160+
</Items>
1161+
</Groups>
1162+
<Sections>
1163+
<Items />
1164+
</Sections>
1165+
<Dependencies>
1166+
<Items>
1167+
<DependencyItem>
1168+
<Type>MediaPortal</Type>
1169+
<Id />
1170+
<MinVersion>
1171+
<Major>*</Major>
1172+
<Minor>*</Minor>
1173+
<Build>*</Build>
1174+
<Revision>*</Revision>
1175+
</MinVersion>
1176+
<MaxVersion>
1177+
<Major>*</Major>
1178+
<Minor>*</Minor>
1179+
<Build>*</Build>
1180+
<Revision>*</Revision>
1181+
</MaxVersion>
1182+
<WarnOnly>false</WarnOnly>
1183+
<Message />
1184+
<Name>MediaPortal</Name>
1185+
<Condition>None</Condition>
1186+
</DependencyItem>
1187+
</Items>
1188+
</Dependencies>
1189+
<PluginDependencies>
1190+
<Items />
1191+
</PluginDependencies>
1192+
<GeneralInfo>
1193+
<Name>WifiRemote</Name>
1194+
<Id>d2277c74-fdce-4146-9e23-d080d1799f72</Id>
1195+
<Author>Shukuyen, DieBagger, ajs</Author>
1196+
<HomePage>https://github.com/MPExtended/WifiRemote</HomePage>
1197+
<ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/wifiremote-tcp-remote-control-server-0-1-2011-05-05-a-96251</ForumPage>
1198+
<UpdateUrl>https://raw.githubusercontent.com/MPExtended/WifiRemote/develop/Installer/update.xml</UpdateUrl>
1199+
<Version>
1200+
<Major>0</Major>
1201+
<Minor>8</Minor>
1202+
<Build>5</Build>
1203+
<Revision>296</Revision>
1204+
</Version>
1205+
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
1206+
1207+
1208+
1209+
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>
1210+
<VersionDescription>.Net Framework 4.7.2
1211+
AnyCPU fresh build</VersionDescription>
1212+
<DevelopmentStatus>Stable</DevelopmentStatus>
1213+
<OnlineLocation>https://github.com/MPExtended/WifiRemote/releases/download/0.8.5.296/WifiRemote-0.8.5.296.mpe1</OnlineLocation>
1214+
<ReleaseDate>2025-07-21T11:54:54.6523423+00:00</ReleaseDate>
1215+
<Tags>remote, wifi, json, client control</Tags>
1216+
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
1217+
<Location>WifiRemote-[Version].mpe1</Location>
1218+
<Params>
1219+
<Items>
1220+
<SectionParam Name="Online Icon">
1221+
<Value />
1222+
<ValueType>String</ValueType>
1223+
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
1224+
</SectionParam>
1225+
<SectionParam Name="Configuration file">
1226+
<Value>%Plugins%\process\WifiRemote.dll</Value>
1227+
<ValueType>Template</ValueType>
1228+
<Description>The file used to configure the extension.
1229+
If have .exe extension the will be executed
11091230
If have .dll extension used like MP plugin configuration</Description>
11101231
</SectionParam>
11111232
<SectionParam Name="Online Screenshots">

0 commit comments

Comments
 (0)