Theremin
Theremin copied to clipboard
Make search work with Mopidy
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?
@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/
Hi @sbrocos, I'll have a look at it, seems like an easy bug to fix.
Hi @sbrocos & @osmarluz, Thanks for the bug report, it has been corrected, it should be available in the new gem version soon :)