https://imgur.com/1Z6S7Te
Everytime.
Mediamonkey dont have now direct right click and open location???? We have year 2021.
Moderator: Gurus
The image shows error in different sources, than are in the last several versions of MM5. Could you make clean MM5 installation and test again? Do you have some additional addons/scripts installed?onegumas wrote: ↑Sat May 08, 2021 12:51 pm Hi, in last build 5.0.1.2401 (also in last "stable") i am trying open file location because autotag is awful... But everytime when i go to "find more from the same...and cursor going from top to bottom i always have crash on "...playlist"
https://imgur.com/1Z6S7Te
![]()
Code: Select all
8188. cancelTask = app.playlists.getPlaylistsForTrackAsync(track);
8189. cancelTask.then(function (list) {
Code: Select all
var list = app.playlists.getPlaylistsForTrackAsync(track);
cancelTask = list.whenLoaded();