You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".
194
194
195
195
196
196
197
197
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)
<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
Copy file name to clipboardExpand all lines: Installer/update.xml
+143-7Lines changed: 143 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,12 @@
73
73
<Build>1</Build>
74
74
<Revision>0</Revision>
75
75
</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
+
80
80
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)
@@ -95,8 +95,144 @@ It publishes a Bonjour Service on your local network which allows clients (for e
95
95
<SectionParamName="Configuration file">
96
96
<Value>%Plugins%\process\WifiRemote.dll</Value>
97
97
<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
+
<SectionParamName="Online Screenshots">
103
+
<Value />
104
+
<ValueType>String</ValueType>
105
+
<Description>Online stored screenshot urls separated by ; </Description>
106
+
</SectionParam>
107
+
<SectionParamName="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
+
<GroupItemName="Default">
128
+
<DisplayName>Default</DisplayName>
129
+
<DefaulChecked>true</DefaulChecked>
130
+
<Description>Default</Description>
131
+
<Files>
132
+
<Items />
133
+
</Files>
134
+
</GroupItem>
135
+
<GroupItemName="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
+
<GroupItemName="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>
<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
0 commit comments