08-16-2020, 02:45 PM
(08-11-2020, 10:52 PM)fdealexa Wrote:(08-04-2020, 10:12 AM)Peziman Wrote: Hi Francesco!Hi Thomas,
Sorry for late answering!
Quote:sudo python DABclient.py
Traceback (most recent call last):
File "DABclient.py", line 4, in <module>
from mpdclass import MPDConnect
File "/home/pi/mpdclass.py", line 8, in <module>
from mpd import MPDClient, MPDError, CommandError, ConnectionError
ImportError: No module named mpd
That's the right way, but you have not installed the python mpd package.
Do the following in the terminal.
Code:sudo apt-get update
sudo apt-get install python-mpd
That should fix the error message!
The best way would be if you let welle.io and the DAB addon start automatically when starting the Raspberry.
Best regards
Thomas
Thanks a lot for you replay. I will try next week and I will inform you about the results.
Thanks again and CIAO,
Francesco
Hello Thomas,
I have reinstalled everything on a scratch installation (6.7.1) and everythings is running well: thank you so much.
Now I have a couple of points to submit to your experience:
1. About the NAME of the Webradio station in Moode: it seems to me that must not be any space beetwen "DAB+" and "-" and beetween "-" and the Channel #.
Furthermore on the 6.7.1 there is the new editable field "Name (displayed)" : it must be the same of "Station name".
2. Which method you suggest to "automatically start" the commands:
sudo /usr/src/welle.io/build/welle-cli -w 7979 -c 12A -C 2 -P -u
and
sudo python /home/pi/DAB-ADDON/DABclient.py
? Details will be very appreciated.
Sorry for my english.
Best regards and thanks again,
Francesco