Please appreciate people have all kinds of different levels of experience. It is hard to write documentation at the correct level. If too basic, people get bored and stop reading. If too complex, it doesn’t help many people and alienates others. It’s also REALLY time consuming to write. We’ve done our best but recognise what we have won’t be enough for everyone. We always ask for people to suggest improvements because they are better placed to identify them, some people do this and it is much appreciated. We are very happy to merge these contributions.
The best thing we can do is for you ask whatever questions you have and kind people here will donate their time to help you. If you want. you can then make concrete documentation suggestions which we can add for others to benefit from. What might be really helpful for others, was if you could write up everything you find helpful. If you want, I can then spend my time reviewing that content and we can post it as a “guest post” on our blog.
BTW. I am not sure why whenever someone says it is confusing the developers response qlways, i not sure how it is confusing?!!!
Because what is there already makes sense to the person writing it. We can’t know what stuff people need us to tell them. And the need is different for each person. If you can’t understand this I don’t think we can help each other.
now, i follow the instructions (which honestly, need updates) till i reached
sudo apt install mopidy-mpd
when i try to excuse
sudo python3 -m pip install …
i get the following error (which is the same error i got a year ago and no answer at that time)
/usr/bin/python3: No module named pip
That’s a helpful point. You need to have pip installed to use pip. I find that obvious because I know it’s a third-party Python module but I can appreciate someone less familiar with Python wouldn’t know that. Do
sudo apt install python3-pip
What are you trying to install with pip? A Mopidy web client?
OK, well keep in mind you are jumping straight to an advanced setup here.
There is Mopidy-YouTube. I don’t use it. I don’t know the current state but there’s an active maintainer who responds to Github issues and also on here.
This is not possible. Google Cast is closed-source and I’m not aware of any usable library for it. Thanks Google!
It’ll work with any soundcard supported by your system. But you will need to ensure each piece of software uses the correct soundcard.
The easiest way is to disable all other soundcards (i.e. disable onboard audio) so you only have one soundcard and it’s impossible for a program to use the wrong one!
Another way is to specify a particular system-wide default soundcard in your /etc/asound.conf file. it can be fiddily to get the ALSA syntax/naming correct.
Or you can specify which soundcard to use for each program. You’ll have to find the correct syntax for each program and make changes in multiple places - a bit annoying.
Anothering thing to note is that last time I checked (a while ago), The full GUI and Lite versions of Raspberry Pi OS used different audio subsystems. The GUI version uses Pulseaudio and is a little more tricky to setup for use with things like Mopidy. If you don’t want a GUI, use the Lite version.