I was just looking at the MAI code for this. If I used "album_id:", MAI does a lookup on the DB to get the album name. So, I save it some time here :-) However, it will also call "cleanupAlbumName", which removes the part in parenthesis. if MAI is called with "album:" it does not cleanup the name - hence the error. So, I guess MAI needs to be fixed to call the cleanup in this "album:" case.
That should be fixed in MAI v1.1.11. -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
