View Issue Details

IDProjectCategoryView StatusLast Update
0008192MMW v4Framework: Scripts/Extensionspublic2011-08-10 21:40
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0008192: Extensions: Find updates functionality is broken
DescriptionAs reported here:
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=59507

the [Find updates] functionality is broken, e.g. for the lyricator script it finds that the newest update is 0.9.2.10 from here: http://www.mediamonkey.com/addons/update.php?id=lyricator
while user has already installed version 1.1.1.31.

The bug here (on the MM side) is that MM says "0.9.2.10 update available" instead of "no update available", because the update version is older than the current user's version.
TagsNo tags attached.
Fixed in build1415

Activities

Ludek

2011-07-30 17:02

developer   ~0027027

Fixed in build 1415.

lowlander

2011-08-09 17:55

developer   ~0027131

This seems fixed for all but the MM codec pack trial on 1415. With 2.0.0.0.14 installed it says 1.12 Update Available.

Ludek

2011-08-10 19:17

developer   ~0027158

Last edited: 2011-08-10 19:21

This is a problem with the codec pack MMIP, it contains (in Install.ini) following version info

VersionMajor=2.0
VersionMinor=0
VersionBuild=14

instead of

VersionMajor=2
VersionMinor=0
VersionRelease=0
VersionBuild=14

This was fixed in SVN revision 12251