View Issue Details

IDProjectCategoryView StatusLast Update
0005375MMW v4Framework: Scripts/Extensionspublic2009-04-06 20:36
Reporterjiri Assigned To 
PriorityimmediateSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Fixed in Version3.1 
Summary0005375: Prepare MM for Addons Website
DescriptionSince addons website will contain all the downloadable addons we must slightly modify MM so that it's ready for differences in URLs, etc.:

1. Checking for updates: Based on information in MMIP file, the following
XML-like structure should be returned when URL
http://www.mediamonkey.com/addons/update.php?id={AddonID} is accessed:

<VersionMajor>3</VersionMajor>
<VersionMinor>1</VersionMinor>
<VersionRelease>3</VersionRelease>
<VersionBuild>15</VersionBuild>

In order to retain backward compatibility with already existing plug-ins downloadable from script authors webpages, MM should first check the URL specified above and if unsuccessful and the extension has its own URL specified, it should be used.


2. The latest MMIP file should be accessible using URL:

http://www.mediamonkey.com/addons/download.php?id={AddonID}

so it should be used for downloads.


3. Remove 'Update URL' string from Product installation dialog, it doesn't have any sense there (and has never had).
TagsNo tags attached.
Fixed in build1227

Activities

Ludek

2009-03-12 23:48

developer   ~0017081

Added in build 1227.

peke

2009-04-06 20:10

developer   ~0017405

Verified in 1232

I would more leave it as resolved only, due the fact we consider redesigning Extensions handling for v4.0?

jiri

2009-04-06 20:21

administrator   ~0017407

This issue seems to be completely resolved, other issues are tracked elsewhere.

peke

2009-04-06 20:36

developer   ~0017409

Closing this issue then.