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.
Good catch!
The reason for not using IDs was so that it would work with streams, etc. And seeing as MAI just maps the ID -> name anyway, I see no benefit (as the name is that supplied by LMS anyway).
Sometimes it saves the hassle of encoding issues... -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
