I have a script to return the album art jpg's as B64 that started giving an error. As it turned out there was undocumented fix (
https://www.mediamonkey.com/forum/viewt ... 86639&sd=d) for a longstanding issue in releases prior 2619 with the getThumbAsyc method (
should be renamed getThumbLinkAsyc maybe?,
https://www.mediamonkey.com/docs/api/classes/Album.html) not returning the true
absolute path.
I mention only because I'd implemented a workaround that then broke and in case anyone else had done something similar i might save them some effort.
So now the ask

.....what i'm doing is returning a Base64 representation of the image to my mobile app and although this has worked fine and is good again and performance is great it seems like this could be a part of the standard set of MM5 methods for the Album object. It seems you must be doing this for the MM5 mobile app.
Thanks for the great app and your continued efforts to improve it!