Yes, I did leave the agent on.
But, in the end I could not acheive what i wanted with Moode Player so I moved to another solution.
I followed this guide: https://forums.raspberrypi.com/viewtopic.php?t=235519 to create a "BT Speaker" from my Raspberry.
I can now, if I want, use a PIN code for the paring. And after the addition below I can also repair a device without the need to manually delete it first.
I really liked the Moode player, and maybe I will move back some day if the Bluetooth capabilites have been improved/updated a bit.
Thanks for all you great work!
But, in the end I could not acheive what i wanted with Moode Player so I moved to another solution.
I followed this guide: https://forums.raspberrypi.com/viewtopic.php?t=235519 to create a "BT Speaker" from my Raspberry.
I can now, if I want, use a PIN code for the paring. And after the addition below I can also repair a device without the need to manually delete it first.
Code:
sudo nano /etc/bluetooth/main.conf
# Add the following to enable repairing
# Specify the policy to the JUST-WORKS repairing initiated by peer
# Possible values: "never", "confirm", "always"
# Defaults to "never"
JustWorksRepairing = always
I really liked the Moode player, and maybe I will move back some day if the Bluetooth capabilites have been improved/updated a bit.
Thanks for all you great work!