View Issue Details

IDProjectCategoryView StatusLast Update
0018585MMW 5Generalpublic2021-11-24 23:58
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018585: Ignore Proxy settings imported from MM4
DescriptionAt https://www.mediamonkey.com/forum/viewtopic.php?p=490698#p490698
it was shown that Proxy settings in MM4 was breaking the lookups, so changing the Proxy in the MediaMonkey.ini resolved the issue.

As the Proxy is no longer configurable from within MM5 UI (used to be MM4 > Options > Network) then it is still question whether we shouldn't rather ignore the Proxy settings from MM4 ?

Per IM discussion we will leave the Proxy settings from MM4 in the INI file, but disabled, instead of current

[Proxy]
UseProxy=1
Server=localhost
Port=21320
Username=
Password=

user will need to use

[Proxy]
ForceProxy=1
Server=localhost
Port=21320
Username=
Password=

i.e. 'UseProxy' from MM4 is replaced by 'ForceProxy' in the MediaMonkey.ini

TagsNo tags attached.
Fixed in build2523

Activities

Ludek

2021-11-24 16:51

developer   ~0066084

Fixed in 2523

peke

2021-11-24 23:58

developer   ~0066115

Verified 2523

User needs to manually edit imported MediaMonkey.ini and change "UseProxy=1" -> "ForceProxy=1" if he wants to use Proxy settings in MM5.