John Cass
John Cass
Thanks for your interest in WTFix. I am open to making the installation more modular as long as it does not make the package harder to figure out for new...
@DavisNT, is this still something that you are working on? I've seen a lot of requests in the forums asking for scheduling features in Mopidy. As a first step just...
I've run with ``mopidy --save-debug-log`` and nothing is output to the log when ``mopidy.mixer.getMute()`` is called. Here's the full log file, just for the sake of completeness: [mopidy-debug.log.txt](https://github.com/mopidy/mopidy-alsamixer/files/770114/mopidy-debug.log.txt). If ``get_mute()``...
...I'm running Mopidy on a RaspberryPi B+ with MusicBox and a HiFiBerry Amp+ installed. [mopidy.config.txt](https://github.com/mopidy/mopidy-alsamixer/files/770142/mopidy.config.txt) [mopidy.deps.txt](https://github.com/mopidy/mopidy-alsamixer/files/770143/mopidy.deps.txt)
...and here's the relevant section of the MusicBox settings.ini file: ``` # ------------------ # | Audio Settings | # ------------------ # Because of limitations with some USB-DACs, MusicBox downsamples USB...
Oops - I was running ``mopidy config`` as root. Running it with user ``mopidy`` gives the same output as is contained in the ``settings.ini`` file (which is also the same...
This is what screen looks like when running ``alsamixer``:  I can't seem to toggle mute on 'Master' or any of the channels by pressing 'M', but ``amixer cset numid=1...
```python >>> import alsaaudio >>> mixer = alsaaudio.Mixer(cardindex=2, control='Master') >>> print mixer.getmute() Traceback (most recent call last): File "", line 1, in alsaaudio.ALSAAudioError: Mixer Master,0 has no playback switch capabilities,...
I've hacked something together at https://github.com/BarrusInvestments/stormpath-flask/tree/fix/45_missing_email_features do add the missing email verification features. - enables email verification workflow - don't allow unverified accounts to log in - option to resend...
Should you not perhaps create this PR against the 'develop' branch to be merged? Some of the dependencies have already been upgraded there (thought not quite as high as you...