One of the first bad design choices is the way genres are implemented. The genre list is placed after the artist and album list, before the playlists one. This placement is simply counterintuitive since the logical selection is that of genre > artist > album. To make things even worse, selecting genres does not filter artists as one might expect, it simply dumps all the songs that belong to that genre in one big list. In fact, the genres come last and are filtered by both the artists list and the album list.
Another issue is that of compilations. While Floola can interpret tags properly and can...review »