View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018825 | MMW 5 | Extensions framework | public | 2022-02-09 01:06 | 2022-05-25 15:09 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 5.0.3 | ||||
Summary | 0018825: Addons: There is no support for custom Update URL | ||||
Description | Unlike MM4 in MM5 there is no support (or at least not documented) for custom Update URL https://www.mediamonkey.com/wiki/Getting_Started_(Addons)#Metadata_(info.json) Plugin https://www.happymonkeying.com/plugin.php?q=300021 is updated to support both MM4 and MM5 installation and future updates will be done thru that URL. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
updateURL can be already specified in the info.json like this: So it is just about lack of documentation |
|
Note that the updateURL is a link to update info that can be either XML format (like in MM4): <VersionMajor>3</VersionMajor> <VersionMinor>0</VersionMinor> <VersionRelease>6</VersionRelease> <VersionBuild></VersionBuild> <MinAppVersion>5.0.2</MinAppVersion> <UpdateURL>http://myserver/myAddon.mmip </UpdateURL> or in JSON format like: { "version": "3.0.6", "minAppVersion": "5.0.2", "updateUrl":"http://myserver/myAddon.mmip" } Both is accepted, so please document this as well. |
|
OK, http://www.happymonkeying.com/update.php?upd=300021 return little bit different XML structure uut <UpdateURL> is OK and supported like in MM4, also info.json is supported also. |
|
Assigned to @drakinite for update of Wiki. |
|
Added to wiki. |