01-14-2024, 01:47 AM
I installed today's download (8.3.7) on a fresh system, configured Airplay -> CamillaDSP (with a custom config file); and was having issues where Airplay would drop out.
The journal showed lots of
```
Jan 13 16:01:08 tower systemd[1]: Failed to start Synchronize MPD volume to CamillaDSP.
Jan 13 16:01:14 tower systemd[1]: Started Synchronize MPD volume to CamillaDSP.
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: Traceback (most recent call last):
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: File "/usr/local/bin/mpd2cdspvolume", line 42, in <module>
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: from camilladsp import CamillaConnection
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: ImportError: cannot import name 'CamillaConnection' from 'camilladsp' (/usr/lib/python3/dist-packages/camilladsp/__init__.py)
Jan 13 16:01:15 tower systemd[1]: mpd2cdspvolume.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 16:01:15 tower systemd[1]: mpd2cdspvolume.service: Failed with result 'exit-code'.
```
I guess I'm using camillaDSP volume type. Not sure that was an intentional choice.
Anway, after replacing `mpd2cdspvolume` (file said version 0.3.1) with version 0.4.0 from github, the problem went away.
So, a couple questions,
- is this a known issue? Happy to report a github issue if that's a better way to report issues like this. I guess it's a temporary thing, since camilladsp 2.0.0 is in the 8.3.8 release.
- I'm new to Moode's (MPD) volume settings, is that mainly for physical controls? I should probably set fixed, for my use where mostly Airplay volume is enough control.
The journal showed lots of
```
Jan 13 16:01:08 tower systemd[1]: Failed to start Synchronize MPD volume to CamillaDSP.
Jan 13 16:01:14 tower systemd[1]: Started Synchronize MPD volume to CamillaDSP.
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: Traceback (most recent call last):
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: File "/usr/local/bin/mpd2cdspvolume", line 42, in <module>
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: from camilladsp import CamillaConnection
Jan 13 16:01:15 tower mpd2cdspvolume[4890]: ImportError: cannot import name 'CamillaConnection' from 'camilladsp' (/usr/lib/python3/dist-packages/camilladsp/__init__.py)
Jan 13 16:01:15 tower systemd[1]: mpd2cdspvolume.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 16:01:15 tower systemd[1]: mpd2cdspvolume.service: Failed with result 'exit-code'.
```
I guess I'm using camillaDSP volume type. Not sure that was an intentional choice.
Anway, after replacing `mpd2cdspvolume` (file said version 0.3.1) with version 0.4.0 from github, the problem went away.
So, a couple questions,
- is this a known issue? Happy to report a github issue if that's a better way to report issues like this. I guess it's a temporary thing, since camilladsp 2.0.0 is in the 8.3.8 release.
- I'm new to Moode's (MPD) volume settings, is that mainly for physical controls? I should probably set fixed, for my use where mostly Airplay volume is enough control.