Theremin icon indicating copy to clipboard operation
Theremin copied to clipboard

Make search work with Mopidy

Open djanowski opened this issue 11 years ago • 1 comments

Hi,

Mopidy is a music server which can play from various sources. In my case I'm using it to stream Spotify at the office. It has different frontends, like MPD.

For some reason, not all MPD clients' search feature work with Mopidy (at least, not all of them cause Mopidy to search on Spotify). For instance, ncmpcpp works, while Theremin does not.

I've never done any OSX development so it's hard for me to test, but I'm sure this is an easy fix. It could be that the MPD search command is different, or the quoting is not right, or something like that.

Anyone interested in looking into it?

djanowski avatar Jan 23 '14 14:01 djanowski

@sbrocos there's an issue with the initialization of the matcher class ActiveStorageValidations::Matchers::AspectRatioValidatorMatcher. As a workaround you can do this:

it { is_expected.to ActiveStorageValidations::Matchers::AspectRatioValidatorMatcher.new(:cover).allowing(:square) }

Hope this helps! o/

osmarluz avatar Apr 04 '24 08:04 osmarluz

Hi @sbrocos, I'll have a look at it, seems like an easy bug to fix.

Mth0158 avatar Apr 04 '24 17:04 Mth0158

Hi @sbrocos & @osmarluz, Thanks for the bug report, it has been corrected, it should be available in the new gem version soon :)

Mth0158 avatar Jul 04 '24 09:07 Mth0158