Skip to content

Commit dd27945

Browse files
committed
Merge branch 'release/0.8'
2 parents 63bacf9 + 5290800 commit dd27945

47 files changed

Lines changed: 1189 additions & 122 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Installer/WifiRemote_1_2_Installer.xmp2

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Click Next to continue or Cancel to exit Setup.</Value>
168168
<Build>6</Build>
169169
<Revision>27644</Revision>
170170
</MaxVersion>
171-
<WarnOnly>true</WarnOnly>
172-
<Message>This version of WifiRemote requires MediaPortal 1.2.0 Beta or higher!</Message>
171+
<WarnOnly>false</WarnOnly>
172+
<Message>This version of WifiRemote requires MediaPortal 1.6 or higher!</Message>
173173
<Name>MediaPortal</Name>
174174
</DependencyItem>
175175
</Items>
@@ -181,28 +181,44 @@ Click Next to continue or Cancel to exit Setup.</Value>
181181
<Name>WifiRemote</Name>
182182
<Id>d2277c74-fdce-4146-9e23-d080d1799f72</Id>
183183
<Author>Shukuyen, DieBagger</Author>
184-
<HomePage>http://code.google.com/p/wifiremote/</HomePage>
184+
<HomePage>https://github.com/MPExtended/WifiRemote</HomePage>
185185
<ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/wifiremote-tcp-remote-control-server-0-1-2011-05-05-a-96251</ForumPage>
186-
<UpdateUrl>http://wifiremote.googlecode.com/svn/trunk/Installer/update.xml</UpdateUrl>
186+
<UpdateUrl>https://raw.github.com/MPExtended/WifiRemote/master/Installer/update.xml</UpdateUrl>
187187
<Version>
188188
<Major>0</Major>
189-
<Minor>7</Minor>
190-
<Build>1</Build>
189+
<Minor>8</Minor>
190+
<Build>0</Build>
191191
<Revision>0</Revision>
192192
</Version>
193193
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
194194

195195

196196

197197
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>
198-
<VersionDescription>- fixes problems with installed 4tr/argus tv plugins (oxan)
199-
- Improve playback of playlist items (albums, artists, folders), reduce ui
200-
refreshing (DieBagger)</VersionDescription>
198+
<VersionDescription>Developers: The WifiRemote source code moved to github! Please go to https://github.com/MPExtended/WifiRemote to check it out and feel free to fork and submit pull requests!
199+
200+
New in 0.8:
201+
- api level increased to 14
202+
- MediaPortal 1.6 only, switched to .NET 4
203+
- Request a screenshot with the screenshot command
204+
- Fixed missing text in dialogs
205+
- Fixed crash related to music db changes in MediaPortal 1.6 (thanks, sebastiii!)
206+
- Fixed crash when encountering music with special chars in it (thanks, Martin K.!)
207+
- Added Artist to now playing radio message (thanks, johanj!)
208+
- Added methods for setting playlist repeat and shuffle (thanks, johanj!)
209+
- Improved starting radio channel (thanks, johanj!)
210+
- Send open dialogs to connecting clients
211+
- Send facade info to connecting clients
212+
- Added ViewType property to FacadeInfo message
213+
- Added support for the trakt plugin rating dialog
214+
215+
216+
</VersionDescription>
201217
<DevelopmentStatus>Stable</DevelopmentStatus>
202-
<OnlineLocation>http://wifiremote.googlecode.com/files/WifiRemote_0.6.1.mpe1</OnlineLocation>
203-
<ReleaseDate>2012-11-25T20:16:04</ReleaseDate>
218+
<OnlineLocation>https://github.com/MPExtended/WifiRemote/releases/download/Release_0_8/WifiRemote_0.8.mpe1</OnlineLocation>
219+
<ReleaseDate>2014-01-03T20:16:04</ReleaseDate>
204220
<Tags>remote, wifi, json, client control</Tags>
205-
<Location>WifiRemote_0.7.1.mpe1</Location>
221+
<Location>WifiRemote_0.8.mpe1</Location>
206222
<Params>
207223
<Items>
208224
<SectionParam Name="Icon">
@@ -255,22 +271,22 @@ refreshing (DieBagger)</VersionDescription>
255271
<Param1 />
256272
<UpdateOption>OverwriteIfOlder</UpdateOption>
257273
<LocalFileName>installer_logo.gif</LocalFileName>
258-
<ZipFileName>Installer{CopyFile}\{f8f8413e-7b79-4951-a9e2-dc8617a03a55}-installer_logo.gif</ZipFileName>
274+
<ZipFileName>Installer{CopyFile}\{5c4acac1-409f-40b4-bdcb-fb143f49472d}-installer_logo.gif</ZipFileName>
259275
<DestinationFilename />
260276
</FileItem>
261277
<FileItem InstallType="CopyFile" SystemFile="true" Modified="true">
262278
<Param1 />
263279
<UpdateOption>OverwriteIfOlder</UpdateOption>
264280
<LocalFileName>logo_radio.png</LocalFileName>
265-
<ZipFileName>Installer{CopyFile}\{5ab6c11c-a4ab-4d16-a13d-8f87806b783f}-logo_radio.png</ZipFileName>
281+
<ZipFileName>Installer{CopyFile}\{76c05d6b-86b7-4bbc-9b74-e13e536cba88}-logo_radio.png</ZipFileName>
266282
<DestinationFilename />
267283
</FileItem>
268284
</Items>
269285
</UniqueFileList>
270286
<ProjectSettings>
271287
<FolderGroups />
272288
<ProjectFilename>WifiRemote_1_2_Installer.xmp2</ProjectFilename>
273-
<UpdatePath1>D:\Documents\Visual Studio 2010\Projects\PluginDev\WifiRemote\WifiRemote\Installer\update.xml</UpdatePath1>
289+
<UpdatePath1>D:\temp\wifiremote\Installer\update.xml</UpdatePath1>
274290
<UpdatePath2 />
275291
<UpdatePath3 />
276292
</ProjectSettings>

Installer/update.xml

Lines changed: 143 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<Build>1</Build>
7474
<Revision>0</Revision>
7575
</Version>
76-
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
77-
78-
79-
76+
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
77+
78+
79+
8080
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>
81-
<VersionDescription>* fixes problems with installed 4tr/argus tv plugins (oxan)
81+
<VersionDescription>* fixes problems with installed 4tr/argus tv plugins (oxan)
8282
* Improve playback of playlist items (albums, artists, folders), reduce ui refreshing (DieBagger)</VersionDescription>
8383
<DevelopmentStatus>Stable</DevelopmentStatus>
8484
<OnlineLocation>http://wifiremote.googlecode.com/files/WifiRemote_0.7.1.mpe1</OnlineLocation>
@@ -95,8 +95,144 @@ It publishes a Bonjour Service on your local network which allows clients (for e
9595
<SectionParam Name="Configuration file">
9696
<Value>%Plugins%\process\WifiRemote.dll</Value>
9797
<ValueType>Template</ValueType>
98-
<Description>The file used to configure the extension.
99-
If have .exe extension the will be executed
98+
<Description>The file used to configure the extension.
99+
If have .exe extension the will be executed
100+
If have .dll extension used like MP plugin configuration</Description>
101+
</SectionParam>
102+
<SectionParam Name="Online Screenshots">
103+
<Value />
104+
<ValueType>String</ValueType>
105+
<Description>Online stored screenshot urls separated by ; </Description>
106+
</SectionParam>
107+
<SectionParam Name="Force to uninstall on update">
108+
<Value>YES</Value>
109+
<ValueType>Bool</ValueType>
110+
<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>
111+
</SectionParam>
112+
</Items>
113+
</Params>
114+
</GeneralInfo>
115+
<UniqueFileList>
116+
<Items />
117+
</UniqueFileList>
118+
<ProjectSettings>
119+
<FolderGroups />
120+
</ProjectSettings>
121+
<IsSkin>false</IsSkin>
122+
</PackageClass>
123+
<PackageClass>
124+
<Version>2.0</Version>
125+
<Groups>
126+
<Items>
127+
<GroupItem Name="Default">
128+
<DisplayName>Default</DisplayName>
129+
<DefaulChecked>true</DefaulChecked>
130+
<Description>Default</Description>
131+
<Files>
132+
<Items />
133+
</Files>
134+
</GroupItem>
135+
<GroupItem Name="plugin_files">
136+
<DisplayName>plugin_files</DisplayName>
137+
<DefaulChecked>true</DefaulChecked>
138+
<Description>plugin_files</Description>
139+
<Files>
140+
<Items />
141+
</Files>
142+
</GroupItem>
143+
<GroupItem Name="config_files">
144+
<DisplayName>config_files</DisplayName>
145+
<DefaulChecked>true</DefaulChecked>
146+
<Description>config_files</Description>
147+
<Files>
148+
<Items />
149+
</Files>
150+
</GroupItem>
151+
</Items>
152+
</Groups>
153+
<Sections>
154+
<Items />
155+
</Sections>
156+
<Dependencies>
157+
<Items>
158+
<DependencyItem>
159+
<Type>MediaPortal</Type>
160+
<Id />
161+
<MinVersion>
162+
<Major>1</Major>
163+
<Minor>1</Minor>
164+
<Build>6</Build>
165+
<Revision>27644</Revision>
166+
</MinVersion>
167+
<MaxVersion>
168+
<Major>1</Major>
169+
<Minor>1</Minor>
170+
<Build>6</Build>
171+
<Revision>27644</Revision>
172+
</MaxVersion>
173+
<WarnOnly>false</WarnOnly>
174+
<Message>This version of WifiRemote requires MediaPortal 1.6 or higher!</Message>
175+
<Name>MediaPortal</Name>
176+
</DependencyItem>
177+
</Items>
178+
</Dependencies>
179+
<PluginDependencies>
180+
<Items />
181+
</PluginDependencies>
182+
<GeneralInfo>
183+
<Name>WifiRemote</Name>
184+
<Id>d2277c74-fdce-4146-9e23-d080d1799f72</Id>
185+
<Author>Shukuyen, DieBagger</Author>
186+
<HomePage>https://github.com/MPExtended/WifiRemote</HomePage>
187+
<ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/wifiremote-tcp-remote-control-server-0-1-2011-05-05-a-96251</ForumPage>
188+
<UpdateUrl>https://raw.github.com/MPExtended/WifiRemote/master/Installer/update.xml</UpdateUrl>
189+
<Version>
190+
<Major>0</Major>
191+
<Minor>8</Minor>
192+
<Build>0</Build>
193+
<Revision>0</Revision>
194+
</Version>
195+
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
196+
197+
198+
199+
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>
200+
<VersionDescription>Developers: The WifiRemote source code moved to github! Please go to https://github.com/MPExtended/WifiRemote to check it out and feel free to fork and submit pull requests!
201+
202+
New in 0.8:
203+
- api level increased to 14
204+
- MediaPortal 1.6 only, switched to .NET 4
205+
- Request a screenshot with the screenshot command
206+
- Fixed missing text in dialogs
207+
- Fixed crash related to music db changes in MediaPortal 1.6 (thanks, sebastiii!)
208+
- Fixed crash when encountering music with special chars in it (thanks, Martin K.!)
209+
- Added Artist to now playing radio message (thanks, johanj!)
210+
- Added methods for setting playlist repeat and shuffle (thanks, johanj!)
211+
- Improved starting radio channel (thanks, johanj!)
212+
- Send open dialogs to connecting clients
213+
- Send facade info to connecting clients
214+
- Added ViewType property to FacadeInfo message
215+
- Added support for the trakt plugin rating dialog
216+
217+
218+
</VersionDescription>
219+
<DevelopmentStatus>Stable</DevelopmentStatus>
220+
<OnlineLocation>https://github.com/MPExtended/WifiRemote/releases/download/Release_0_8/WifiRemote_0.8.mpe1</OnlineLocation>
221+
<ReleaseDate>2014-01-03T20:16:04</ReleaseDate>
222+
<Tags>remote, wifi, json, client control</Tags>
223+
<Location>WifiRemote_0.8.mpe1</Location>
224+
<Params>
225+
<Items>
226+
<SectionParam Name="Online Icon">
227+
<Value />
228+
<ValueType>String</ValueType>
229+
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
230+
</SectionParam>
231+
<SectionParam Name="Configuration file">
232+
<Value>%Plugins%\process\WifiRemote.dll</Value>
233+
<ValueType>Template</ValueType>
234+
<Description>The file used to configure the extension.
235+
If have .exe extension the will be executed
100236
If have .dll extension used like MP plugin configuration</Description>
101237
</SectionParam>
102238
<SectionParam Name="Online Screenshots">

Libs/Common.Utils.dll

23 KB
Binary file not shown.

Libs/Core.dll

2.53 MB
Binary file not shown.

Libs/Cornerstone.MP.dll

28.5 KB
Binary file not shown.

Libs/Cornerstone.dll

752 KB
Binary file not shown.

Libs/Databases.dll

316 KB
Binary file not shown.

Libs/Dialogs.dll

51.5 KB
Binary file not shown.

Libs/Gentle.Common.dll

0 Bytes
Binary file not shown.

Libs/Gentle.Framework.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)