Page 1 of 1

[bug] Album cover search no space

PostPosted: Sat Nov 10, 2012 7:30 pm
by boco
Very minor bug.

When using the google search for album art, musiccabinet populates the search field and includes the artist and album. But.... There is no space between the two. This does affect the search results. Be it very minor should be a very easy fix.

example: currently does this: WeenPure Guava
Should be this: Ween Pure Guava

Notice the different results?

Thanks

Re: [bug] Album cover search no space

PostPosted: Sat Nov 10, 2012 8:38 pm
by hakko
Hmm, this seems to be platform dependent. The jsp query is "${model.artist} ${model.album}" (with a space inbetween). It works on my Windows developer machine, but not my Mac. It's the same code as in the original Subsonic project so I guess the same problem exists there as well. I'll check how to make it work universally. Thanks!

Re: [bug] Album cover search no space

PostPosted: Sun Nov 11, 2012 9:33 pm
by hakko
Implemented in 0.7.14.