Bluetooth Speaker Plugin

Thank you for reply, but I don’t understanding what line I must edit

Great Work, its work very well… i know there are some issues if you run wlan and bluetooth together on Rpi3 but without Wlan it works perfect for me!
Any news regarding avrcp? It seems to be not work with my bluetooth devices. I think there must be also something changed in volumio ?

avrcp works for my speaker. But I’m not sure if they use a kind of standard. What I have done is just a mapping between the reveived key codes and the volumio function.

The reveived keycodes should be logged. Maybe I can find a better solution if you could provide your log and the sequence of pressed keys.

Maybe here are a complete log during after login, with connecting to bluetooth speaker and i have played one audiofile, but controlled with webui, i didnt found any reaction on the controll commands if i press them down. I found only one error:
Dec 04 09:52:49 noaplayer bluetoothd[884]: e[1;39mCan’t store name for private addressed device /org/bluez/hci0/dev_62_10_7A_00_46_1Ce[0m

do i need another logging?

[code]=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2017.12.04 10:51:27 =~=~=~=~=~=~=~=~=~=~=~=
login as: volumio
volumio@192.168.178.31’s password:
___
/_ \ __
__ __ //\ \ __ __ ___ ___ /_\ ___
/\ /\ \ / __\\ \ \ /\ \/\ \ /' __ __\/\ \ / __\
\ \ _/ |/\ \L\ \
\ _\ \ _\ /\ /\ /\ \ \ /\ \L\
\ _
/ \ _//_\ _/\ _\ _\ _\ _\ _/
// // // // /////////___/

         Free Audiophile Linux Music Player - Version 2.0

      C 2015 Michelangelo Guarise - Volumio Team - Volumio.org

Volumio Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
e]0;volumio@noaplayer: ~avolumio@noaplayer:~$ sudo journalctl -f
– Logs begin at Sat 2017-12-02 18:41:59 UTC. –
Dec 04 09:51:34 noaplayer systemd[1492]: Starting Basic System.
Dec 04 09:51:34 noaplayer systemd[1492]: Reached target Basic System.
Dec 04 09:51:34 noaplayer systemd[1492]: Starting Default.
Dec 04 09:51:34 noaplayer systemd[1492]: Reached target Default.
Dec 04 09:51:34 noaplayer systemd[1492]: Startup finished in 35ms.
Dec 04 09:51:34 noaplayer systemd[1]: Started User Manager for UID 1000.
Dec 04 09:51:34 noaplayer sshd[1431]: lastlog_openseek: Couldn’t stat /var/log/lastlog: No such file or directory
Dec 04 09:51:34 noaplayer sshd[1431]: lastlog_openseek: Couldn’t stat /var/log/lastlog: No such file or directory
Dec 04 09:51:46 noaplayer sudo[1582]: e[1;39mvolumio : TTY=pts/1 ; PWD=/home/volumio ; USER=root ; COMMAND=/bin/journalctl -fe[0m
Dec 04 09:51:46 noaplayer sudo[1582]: pam_unix(sudo:session): session opened for user root by volumio(uid=0)
Dec 04 09:52:36 noaplayer volumio[988]: info: CoreCommandRouter::volumioGetState
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156438] CoreStateMachine::getState
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156441] CorePlayQueue::getTrack 0
Dec 04 09:52:36 noaplayer volumio[988]: info:
Dec 04 09:52:36 noaplayer volumio[988]: [1512381156441] ---------------------------- Client requests Volumio state
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156442] InterfaceWebUI::pushState
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156465] ------------------------------ 28ms
Dec 04 09:52:36 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Dec 04 09:52:36 noaplayer volumio[988]: Plugin multiroom or method getMultiroom not found
Dec 04 09:52:36 noaplayer volumio[988]: info:
Dec 04 09:52:36 noaplayer volumio[988]: [1512381156490] ---------------------------- Client requests Menu Items
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156491] Listing playlists
Dec 04 09:52:36 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Dec 04 09:52:36 noaplayer volumio[988]: info: [1512381156522] ------------------------------ 32ms
Dec 04 09:52:44 noaplayer volumio[988]: info: [{“prettyName”:“Bluetooth Manager”,“name”:“bluetooth_controller”,“category”:“audio_interface”,“version”:“1.0.0”,“icon”:“fa-bluetooth”,“enabled”:true,“active”:true}]
Dec 04 09:52:46 noaplayer volumio[988]: info: CoreCommandRouter::getUIConfigOnPlugin
Dec 04 09:52:46 noaplayer volumio[988]: info: Discoverable: true
Dec 04 09:52:46 noaplayer volumio[988]: info: CALLMETHOD: audio_interface bluetooth_controller getBluetoothDevices [object Object]
Dec 04 09:52:46 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , getBluetoothDevices
Dec 04 09:52:46 noaplayer volumio[988]: info: Starting bluetooth device scan
Dec 04 09:52:46 noaplayer volumio[988]: info: Found bluetooth devices: {
Dec 04 09:52:46 noaplayer volumio[988]: “message”: “pushBluetoothDevices”,
Dec 04 09:52:46 noaplayer volumio[988]: “payload”: {
Dec 04 09:52:46 noaplayer volumio[988]: “hasBluetooth”: true,
Dec 04 09:52:46 noaplayer volumio[988]: “devices”: [
Dec 04 09:52:46 noaplayer volumio[988]: {
Dec 04 09:52:46 noaplayer volumio[988]: “mac”: “6C:1E:90:02:FC:15”,
Dec 04 09:52:46 noaplayer volumio[988]: “name”: “Bottle Design (FC15)”,
Dec 04 09:52:46 noaplayer volumio[988]: “signal”: 0,
Dec 04 09:52:46 noaplayer volumio[988]: “paired”: “yes”,
Dec 04 09:52:46 noaplayer volumio[988]: “trusted”: “yes”,
Dec 04 09:52:46 noaplayer volumio[988]: “icon”: “audio-card”,
Dec 04 09:52:46 noaplayer volumio[988]: “class”: “0x240404”,
Dec 04 09:52:46 noaplayer volumio[988]: “blocked”: “no”,
Dec 04 09:52:46 noaplayer volumio[988]: “connected”: “no”,
Dec 04 09:52:46 noaplayer volumio[988]: “trycount”: 1
Dec 04 09:52:46 noaplayer volumio[988]: }
Dec 04 09:52:46 noaplayer volumio[988]: ]
Dec 04 09:52:46 noaplayer volumio[988]: }
Dec 04 09:52:46 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: info: CALLMETHOD: audio_interface bluetooth_controller connectBluetoothDevice [object Object]
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , connectBluetoothDevice
Dec 04 09:52:48 noaplayer volumio[988]: info: Connecting bluetooth devices: 6C:1E:90:02:FC:15
Dec 04 09:52:48 noaplayer volumio[988]: info: known: true
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , createMPDFile
Dec 04 09:52:48 noaplayer volumio[988]: info: Starting bluetooth device scan
Dec 04 09:52:48 noaplayer sudo[2027]: e[1;39mvolumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /etc/mpd.confe[0m
Dec 04 09:52:48 noaplayer volumio[988]: info: Found bluetooth devices: {
Dec 04 09:52:48 noaplayer volumio[988]: “message”: “pushBluetoothDevices”,
Dec 04 09:52:48 noaplayer volumio[988]: “payload”: {
Dec 04 09:52:48 noaplayer volumio[988]: “hasBluetooth”: true,
Dec 04 09:52:48 noaplayer volumio[988]: “devices”: [
Dec 04 09:52:48 noaplayer volumio[988]: {
Dec 04 09:52:48 noaplayer volumio[988]: “mac”: “6C:1E:90:02:FC:15”,
Dec 04 09:52:48 noaplayer volumio[988]: “name”: “Bottle Design (FC15)”,
Dec 04 09:52:48 noaplayer volumio[988]: “signal”: 0,
Dec 04 09:52:48 noaplayer volumio[988]: “paired”: “yes”,
Dec 04 09:52:48 noaplayer volumio[988]: “trusted”: “yes”,
Dec 04 09:52:48 noaplayer volumio[988]: “icon”: “audio-card”,
Dec 04 09:52:48 noaplayer volumio[988]: “class”: “0x240404”,
Dec 04 09:52:48 noaplayer volumio[988]: “blocked”: “no”,
Dec 04 09:52:48 noaplayer volumio[988]: “connected”: “no”,
Dec 04 09:52:48 noaplayer volumio[988]: “trycount”: 1
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: ]
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer sudo[2027]: pam_unix(sudo:session): session opened for user root by (uid=0)
Dec 04 09:52:48 noaplayer sudo[2027]: pam_unix(sudo:session): session closed for user root
Dec 04 09:52:48 noaplayer volumio[988]: info: CALLMETHOD: audio_interface bluetooth_controller getBluetoothDevices [object Object]
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , getBluetoothDevices
Dec 04 09:52:48 noaplayer volumio[988]: info: Starting bluetooth device scan
Dec 04 09:52:48 noaplayer volumio[988]: info: Found bluetooth devices: {
Dec 04 09:52:48 noaplayer volumio[988]: “message”: “pushBluetoothDevices”,
Dec 04 09:52:48 noaplayer volumio[988]: “payload”: {
Dec 04 09:52:48 noaplayer volumio[988]: “hasBluetooth”: true,
Dec 04 09:52:48 noaplayer volumio[988]: “devices”: [
Dec 04 09:52:48 noaplayer volumio[988]: {
Dec 04 09:52:48 noaplayer volumio[988]: “mac”: “6C:1E:90:02:FC:15”,
Dec 04 09:52:48 noaplayer volumio[988]: “name”: “Bottle Design (FC15)”,
Dec 04 09:52:48 noaplayer volumio[988]: “signal”: 0,
Dec 04 09:52:48 noaplayer volumio[988]: “paired”: “yes”,
Dec 04 09:52:48 noaplayer volumio[988]: “trusted”: “yes”,
Dec 04 09:52:48 noaplayer volumio[988]: “icon”: “audio-card”,
Dec 04 09:52:48 noaplayer volumio[988]: “class”: “0x240404”,
Dec 04 09:52:48 noaplayer volumio[988]: “blocked”: “no”,
Dec 04 09:52:48 noaplayer volumio[988]: “connected”: “no”,
Dec 04 09:52:48 noaplayer volumio[988]: “trycount”: 1
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: ]
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: info: added device {
Dec 04 09:52:48 noaplayer volumio[988]: “syspath”: “/sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:12”,
Dec 04 09:52:48 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:48 noaplayer volumio[988]: “DEVPATH”: “/devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:12”,
Dec 04 09:52:48 noaplayer volumio[988]: “DEVTYPE”: “link”,
Dec 04 09:52:48 noaplayer volumio[988]: “SEQNUM”: “1138”,
Dec 04 09:52:48 noaplayer volumio[988]: “SUBSYSTEM”: “bluetooth”,
Dec 04 09:52:48 noaplayer volumio[988]: “SYSTEMD_ALIAS”: “/sys/subsystem/bluetooth/devices/hci0:12”,
Dec 04 09:52:48 noaplayer volumio[988]: “SYSTEMD_WANTS”: “bluetooth.target”,
Dec 04 09:52:48 noaplayer volumio[988]: “TAGS”: “:systemd:”,
Dec 04 09:52:48 noaplayer volumio[988]: “USEC_INITIALIZED”: “8027434”
Dec 04 09:52:48 noaplayer volumio[988]: }
Dec 04 09:52:48 noaplayer volumio[988]: info: MPD Permissions set
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Dec 04 09:52:48 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , getMPDConfigString
Dec 04 09:52:48 noaplayer volumio[988]: info: Keys : [
Dec 04 09:52:48 noaplayer volumio[988]: “62:10:7A:00:46:1C”,
Dec 04 09:52:48 noaplayer volumio[988]: “6C:1E:90:02:FC:15”
Dec 04 09:52:48 noaplayer volumio[988]: ]
Dec 04 09:52:48 noaplayer volumio[988]: 6C:1E:90:02:FC:15 connected yes
Dec 04 09:52:48 noaplayer bluetoothd[884]: Endpoint registered: sender=:1.8 path=/A2DP/SBC/Source/2
Dec 04 09:52:49 noaplayer volumio[988]: info: added device {
Dec 04 09:52:49 noaplayer volumio[988]: “syspath”: “/sys/module/uinput”,
Dec 04 09:52:49 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVPATH”: “/module/uinput”,
Dec 04 09:52:49 noaplayer volumio[988]: “SEQNUM”: “1139”,
Dec 04 09:52:49 noaplayer volumio[988]: “SUBSYSTEM”: “module”,
Dec 04 09:52:49 noaplayer volumio[988]: “USEC_INITIALIZED”: “6144”
Dec 04 09:52:49 noaplayer volumio[988]: }
Dec 04 09:52:49 noaplayer kernel: input: 6C:1E:90:02:FC:15 as /devices/virtual/input/input0
Dec 04 09:52:49 noaplayer volumio[988]: info: added device {
Dec 04 09:52:49 noaplayer volumio[988]: “syspath”: “/sys/devices/virtual/misc/uinput”,
Dec 04 09:52:49 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVNAME”: “/dev/uinput”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVPATH”: “/devices/virtual/misc/uinput”,
Dec 04 09:52:49 noaplayer volumio[988]: “MAJOR”: “10”,
Dec 04 09:52:49 noaplayer volumio[988]: “MINOR”: “223”,
Dec 04 09:52:49 noaplayer volumio[988]: “SEQNUM”: “1140”,
Dec 04 09:52:49 noaplayer volumio[988]: “SUBSYSTEM”: “misc”,
Dec 04 09:52:49 noaplayer volumio[988]: “USEC_INITIALIZED”: “8606341”
Dec 04 09:52:49 noaplayer volumio[988]: }
Dec 04 09:52:49 noaplayer volumio[988]: info: added device {
Dec 04 09:52:49 noaplayer volumio[988]: “syspath”: “/sys/devices/virtual/input/input0”,
Dec 04 09:52:49 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVPATH”: “/devices/virtual/input/input0”,
Dec 04 09:52:49 noaplayer volumio[988]: “EV”: “100007”,
Dec 04 09:52:49 noaplayer volumio[988]: “ID_INPUT”: “1”,
Dec 04 09:52:49 noaplayer volumio[988]: “ID_INPUT_KEY”: “1”,
Dec 04 09:52:49 noaplayer volumio[988]: “KEY”: “2fc800 1452 0 0 0 0 10300 49e8 c00 e1680 f f8100000 10000ffc”,
Dec 04 09:52:49 noaplayer volumio[988]: “MODALIAS”: “input:b0005v0000p0000e0000-e0,1,2,14,k71,72,73,8A,8B,A3,A5,A6,A7,A8,AB,AE,C8,C9,D0,161,164,166,16A,16C,18B,18E,18F,190,191,192,193,195,ramlsfw”,
Dec 04 09:52:49 noaplayer volumio[988]: “NAME”: "“6C:1E:90:02:FC:15"”,
Dec 04 09:52:49 noaplayer volumio[988]: “PRODUCT”: “5/0/0/0”,
Dec 04 09:52:49 noaplayer volumio[988]: “PROP”: “0”,
Dec 04 09:52:49 noaplayer volumio[988]: “REL”: “0”,
Dec 04 09:52:49 noaplayer volumio[988]: “SEQNUM”: “1141”,
Dec 04 09:52:49 noaplayer volumio[988]: “SUBSYSTEM”: “input”,
Dec 04 09:52:49 noaplayer volumio[988]: “TAGS”: “:seat:”,
Dec 04 09:52:49 noaplayer volumio[988]: “USEC_INITIALIZED”: “7822”
Dec 04 09:52:49 noaplayer volumio[988]: }
Dec 04 09:52:49 noaplayer volumio[988]: info: added device {
Dec 04 09:52:49 noaplayer volumio[988]: “syspath”: “/sys/devices/virtual/input/input0/event0”,
Dec 04 09:52:49 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVNAME”: “/dev/input/event0”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVPATH”: “/devices/virtual/input/input0/event0”,
Dec 04 09:52:49 noaplayer volumio[988]: “ID_INPUT”: “1”,
Dec 04 09:52:49 noaplayer volumio[988]: “ID_INPUT_KEY”: “1”,
Dec 04 09:52:49 noaplayer volumio[988]: “MAJOR”: “13”,
Dec 04 09:52:49 noaplayer volumio[988]: “MINOR”: “64”,
Dec 04 09:52:49 noaplayer volumio[988]: “SEQNUM”: “1143”,
Dec 04 09:52:49 noaplayer volumio[988]: “SUBSYSTEM”: “input”,
Dec 04 09:52:49 noaplayer volumio[988]: “USEC_INITIALIZED”: “13813”
Dec 04 09:52:49 noaplayer volumio[988]: }
Dec 04 09:52:49 noaplayer volumio[988]: info: added device {
Dec 04 09:52:49 noaplayer volumio[988]: “syspath”: “/sys/module/evdev”,
Dec 04 09:52:49 noaplayer volumio[988]: “ACTION”: “add”,
Dec 04 09:52:49 noaplayer volumio[988]: “DEVPATH”: “/module/evdev”,
Dec 04 09:52:49 noaplayer volumio[988]: “SEQNUM”: “1142”,
Dec 04 09:52:49 noaplayer volumio[988]: “SUBSYSTEM”: “module”,
Dec 04 09:52:49 noaplayer volumio[988]: “USEC_INITIALIZED”: “13647”
Dec 04 09:52:49 noaplayer volumio[988]: }
Dec 04 09:52:49 noaplayer bluetoothd[884]: e[1;39mCan’t store name for private addressed device /org/bluez/hci0/dev_62_10_7A_00_46_1Ce[0m
Dec 04 09:52:49 noaplayer volumio[988]: adding device 62:10:7A:00:46:1C
Dec 04 09:52:50 noaplayer volumio[988]: checking info of 62:10:7A:00:46:1C
Dec 04 09:52:55 noaplayer volumio[988]: checking info of 62:10:7A:00:46:1C
Dec 04 09:53:00 noaplayer volumio[988]: checking info of 62:10:7A:00:46:1C
Dec 04 09:53:02 noaplayer bluetoothd[884]: e[1;39mCan’t store name for private addressed device /org/bluez/hci0/dev_62_10_7A_00_46_1Ce[0m
Dec 04 09:53:05 noaplayer volumio[988]: checking info of 62:10:7A:00:46:1C
Dec 04 09:53:06 noaplayer volumio[988]: info: Stopping bluetooth device scan
Dec 04 09:53:08 noaplayer volumio[988]: info: Stopping bluetooth device scan
Dec 04 09:53:08 noaplayer volumio[988]: info: Stopping bluetooth device scan
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::getUIConfigOnPlugin
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: networkfs , listShares
Dec 04 09:53:17 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: [1512381198581] ---------------------------- Client requests Volumio play
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::volumioPlay
Dec 04 09:53:18 noaplayer volumio[988]: UNSET VOLATILE
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198652] CoreStateMachine::play index undefined
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198655] CoreStateMachine::setConsumeUpdateService undefined
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198660] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198663] CoreStateMachine::startPlaybackTimer
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198665] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198669] ControllerMpd::clearAddPlayTracks NAS/Musik/MyAudio.mp3
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198672] ControllerMpd::sendMpdCommand stop
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198680] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198684] ------------------------------ 103ms
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198691] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198695] ControllerMpd::sendMpdCommand clear
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198697] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: [1512381198701] ---------------------------- MPD announces system state update
Dec 04 09:53:18 noaplayer volumio[988]: info: Mpd Status Update: playlist
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: [1512381198708] ---------------------------- MPD announces state update
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198712] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198714] ControllerMpd::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198716] ControllerMpd::sendMpdCommand status
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198719] ControllerMpd::sendMpdCommand add “NAS/Musik/MyAudio.mp3”
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198722] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198723] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: [1512381198728] ---------------------------- MPD announces system state update
Dec 04 09:53:18 noaplayer volumio[988]: info: Mpd Status Update: playlist
Dec 04 09:53:18 noaplayer volumio[988]: info:
Dec 04 09:53:18 noaplayer volumio[988]: [1512381198730] ---------------------------- MPD announces state update
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198732] ------------------------------ 31ms
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198733] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198734] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198736] ControllerMpd::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198740] ControllerMpd::sendMpdCommand status
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198743] ControllerMpd::parseState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198745] ControllerMpd::sendMpdCommand play
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198746] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198748] ControllerMpd::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::servicePushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198754] CoreStateMachine::syncState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198755] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: STATE SERVICE {“status”:“stop”,“position”:null,“seek”:null,“duration”:null,“samplerate”:null,“bitdepth”:null,“channels”:null,“random”:false,“updatedb”:false,“repeat”:false,“isStreaming”:false,“title”:null,“artist”:null,“album”:null,“uri”:null}
Dec 04 09:53:18 noaplayer volumio[988]: info: CURRENT POSITION 0
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198758] CoreStateMachine::syncState stateService stop
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198758] CoreStateMachine::syncState currentStatus stop
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198760] CoreStateMachine::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198761] CoreStateMachine::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198762] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198769] interfaceApi::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198769] InterfaceWebUI::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198787] No code
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198788] CoreStateMachine::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198789] CoreStateMachine::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198789] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198794] interfaceApi::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198795] InterfaceWebUI::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198809] sending command…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198818] ------------------------------ 112ms
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:18 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:18 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198858] ------------------------------ 130ms
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198858] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198860] parsing response…
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198862] ControllerMpd::parseState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198865] ControllerMpd::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::servicePushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198867] CoreStateMachine::syncState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198869] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: STATE SERVICE {“status”:“stop”,“position”:null,“seek”:null,“duration”:null,“samplerate”:null,“bitdepth”:null,“channels”:null,“random”:false,“updatedb”:false,“repeat”:false,“isStreaming”:false,“title”:null,“artist”:null,“album”:null,“uri”:null}
Dec 04 09:53:18 noaplayer volumio[988]: info: CURRENT POSITION 0
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198874] CoreStateMachine::syncState stateService stop
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198876] CoreStateMachine::syncState currentStatus stop
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198877] CoreStateMachine::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198879] CoreStateMachine::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198880] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198886] interfaceApi::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198887] InterfaceWebUI::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198907] No code
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198908] CoreStateMachine::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198908] CoreStateMachine::getState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198909] CorePlayQueue::getTrack 0
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198911] interfaceApi::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198911] InterfaceWebUI::pushState
Dec 04 09:53:18 noaplayer volumio[988]: info: [1512381198939] ------------------------------ 210ms
Dec 04 09:53:18 noaplayer bluetoothd[884]: /org/bluez/hci0/dev_6C_1E_90_02_FC_15/fd0: fd(23) ready
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:18 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:18 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:18 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:19 noaplayer volumio[988]: info: Mpd Status Update: player
Dec 04 09:53:19 noaplayer volumio[988]: info:
Dec 04 09:53:19 noaplayer volumio[988]: [1512381199002] ---------------------------- MPD announces state update
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199004] ControllerMpd::getState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199006] ControllerMpd::sendMpdCommand status
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199007] sending command…
Dec 04 09:53:19 noaplayer volumio[988]: info: Mpd Status Update: player
Dec 04 09:53:19 noaplayer volumio[988]: info:
Dec 04 09:53:19 noaplayer volumio[988]: [1512381199014] ---------------------------- MPD announces state update
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199015] ControllerMpd::getState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199016] ControllerMpd::sendMpdCommand status
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199018] parsing response…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199020] sending command…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199022] ControllerMpd::parseState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199025] ControllerMpd::sendMpdCommand playlistinfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199026] sending command…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199034] parsing response…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199035] parsing response…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199037] ControllerMpd::parseState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199038] ControllerMpd::sendMpdCommand playlistinfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199042] ControllerMpd::parseTrackInfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199044] sending command…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199046] ControllerMpd::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::servicePushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199048] CoreStateMachine::syncState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199049] CorePlayQueue::getTrack 0
Dec 04 09:53:19 noaplayer volumio[988]: info: STATE SERVICE {“status”:“play”,“position”:0,“seek”:487,“duration”:225,“samplerate”:“44.1 KHz”,“bitdepth”:“24 bit”,“channels”:2,“random”:false,“updatedb”:false,“repeat”:false,“isStreaming”:false,“title”:“The Humming…”,“artist”:“Enya”,“album”:“Dark Sky Island”,“uri”:“NAS/Musik/MyAudio.mp3”,“trackType”:“mp3”}
Dec 04 09:53:19 noaplayer volumio[988]: info: CURRENT POSITION 0
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199053] CoreStateMachine::syncState stateService play
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199054] CoreStateMachine::syncState currentStatus stop
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199057] CoreStateMachine::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199059] CoreStateMachine::getState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199060] CorePlayQueue::getTrack 0
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199065] interfaceApi::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199066] InterfaceWebUI::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199093] ------------------------------ 92ms
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:19 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199100] parsing response…
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199101] ControllerMpd::parseTrackInfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199103] ControllerMpd::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::servicePushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199105] CoreStateMachine::syncState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199106] CorePlayQueue::getTrack 0
Dec 04 09:53:19 noaplayer volumio[988]: info: STATE SERVICE {“status”:“play”,“position”:0,“seek”:487,“duration”:225,“samplerate”:“44.1 KHz”,“bitdepth”:“24 bit”,“channels”:2,“random”:false,“updatedb”:false,“repeat”:false,“isStreaming”:false,“title”:“The Humming…”,“artist”:“Enya”,“album”:“Dark Sky Island”,“uri”:“NAS/Musik/MyAudio.mp3”,“trackType”:“mp3”}
Dec 04 09:53:19 noaplayer volumio[988]: info: CURRENT POSITION 0
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199110] CoreStateMachine::syncState stateService play
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199111] CoreStateMachine::syncState currentStatus play
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199112] Received an update from plaugin. extracting info from payload
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199114] CoreStateMachine::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199115] CoreStateMachine::getState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199116] CorePlayQueue::getTrack 0
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199121] interfaceApi::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199121] InterfaceWebUI::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199147] CoreStateMachine::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199147] CoreStateMachine::getState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199148] CorePlayQueue::getTrack 0
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199153] interfaceApi::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199153] InterfaceWebUI::pushState
Dec 04 09:53:19 noaplayer volumio[988]: info: [1512381199176] ------------------------------ 163ms
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:19 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:19 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:53:19 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:53:21 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:25 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:29 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:33 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:37 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:53:41 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Dec 04 09:54:12 noaplayer volumio[988]: info:
Dec 04 09:54:12 noaplayer volumio[988]: [1512381252924] ---------------------------- Client requests Volumio pause
Dec 04 09:54:12 noaplayer volumio[988]: info: CoreCommandRouter::volumioPause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252929] CoreStateMachine::pause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252930] CoreStateMachine::stPlaybackTimer
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252932] CoreStateMachine::servicePause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252933] CorePlayQueue::getTrack 0
Dec 04 09:54:12 noaplayer volumio[988]: info: CoreCommandRouter::servicePause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252935] ControllerMpd::pause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252936] ControllerMpd::sendMpdCommand pause
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252937] sending command…
Dec 04 09:54:12 noaplayer volumio[988]: info: Mpd Status Update: player
Dec 04 09:54:12 noaplayer volumio[988]: info:
Dec 04 09:54:12 noaplayer volumio[988]: [1512381252979] ---------------------------- MPD announces state update
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252980] parsing response…
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252982] ControllerMpd::getState
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252983] ControllerMpd::sendMpdCommand status
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252984] ------------------------------ 60ms
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252985] sending command…
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252989] parsing response…
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252990] ControllerMpd::parseState
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252993] ControllerMpd::sendMpdCommand playlistinfo
Dec 04 09:54:12 noaplayer volumio[988]: info: [1512381252995] sending command…
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381252997] parsing response…
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253011] ControllerMpd::parseTrackInfo
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253013] ControllerMpd::pushState
Dec 04 09:54:13 noaplayer volumio[988]: info: CoreCommandRouter::servicePushState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253014] CoreStateMachine::syncState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253015] CorePlayQueue::getTrack 0
Dec 04 09:54:13 noaplayer volumio[988]: info: STATE SERVICE {“status”:“pause”,“position”:0,“seek”:54369,“duration”:225,“samplerate”:“44.1 KHz”,“bitdepth”:“24 bit”,“channels”:2,“random”:false,“updatedb”:false,“repeat”:false,“isStreaming”:false,“title”:“The Humming…”,“artist”:“Enya”,“album”:“Dark Sky Island”,“uri”:“NAS/Musik/MyAudio.mp3”,“trackType”:“mp3”}
Dec 04 09:54:13 noaplayer volumio[988]: info: CURRENT POSITION 0
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253017] CoreStateMachine::syncState stateService pause
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253017] CoreStateMachine::syncState currentStatus pause
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253018] CoreStateMachine::pushState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253019] CoreStateMachine::getState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253019] CorePlayQueue::getTrack 0
Dec 04 09:54:13 noaplayer volumio[988]: info: CoreCommandRouter::volumioPushState
Dec 04 09:54:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253022] interfaceApi::pushState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253023] InterfaceWebUI::pushState
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253044] CoreStateMachine::stPlaybackTimer
Dec 04 09:54:13 noaplayer volumio[988]: info: [1512381253049] ------------------------------ 71ms
Dec 04 09:54:13 noaplayer volumio[988]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Dec 04 09:54:13 noaplayer volumio[988]: info: Pushing Favourites {“service”:“mpd”,“uri”:“music-library/NAS/Musik/MyAudio.mp3”,“favourite”:false}
Dec 04 09:56:06 noaplayer volumio[988]: deleting device 62:10:7A:00:46:1C
[/code]

I’m so close to getting this to work. Thank you so much for your work on this plugin. Virgin Volumio install on Raspberry Pi Zero W, using the builtin bluetooth adapter. I have put the UI files into the proper location, and uploaded the plugin from the first post, and restarted the Pi. The Bluetooth Manager plugin shows “On”, but “Inactive”. I click Settings, and Discoverable is set to On. Heres a log snippet going to that location:

Dec 04 21:26:57 volumio volumio[901]: info: [{"prettyName":"Bluetooth Manager","name":"bluetooth_controller","category":"audio_interface","version":"1.0.0","icon":"fa-bluetooth","enabled":true,"active":false}]
Dec 04 21:27:38 volumio volumio[901]: info: CoreCommandRouter::getUIConfigOnPlugin
Dec 04 21:27:38 volumio volumio[901]: info: Discoverable: true

I turn on my bluetooth speaker, and it starts hunting for a bluetooth signal source, light blinking quickly. No update in the log, so I click Off for Discoverable, click save and get:

Dec 04 21:30:04 volumio volumio[901]: info: Set bluetooth disvoverable to false
Dec 04 21:30:04 volumio volumio[901]: info: Starting bluetooth device scan
Dec 04 21:30:16 volumio systemd[1]: Starting Cleanup of Temporary Directories...
Dec 04 21:30:16 volumio systemd[1]: Started Cleanup of Temporary Directories.
Dec 04 21:30:24 volumio volumio[901]: info: Stopping bluetooth device scan

and I click Save again because not much has happened. So I click Save again, and these logs pop up:

Dec 04 21:30:48 volumio volumio[901]: info: CALLMETHOD: audio_interface bluetooth_controller saveOptions [object Object] Dec 04 21:30:48 volumio volumio[901]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , saveOptions Dec 04 21:30:48 volumio volumio[901]: info: Set bluetooth disvoverable to false Dec 04 21:30:48 volumio volumio[901]: info: Starting bluetooth device scan Dec 04 21:30:57 volumio volumio[901]: adding device FC:58:FA:7B:63:AF Dec 04 21:31:00 volumio volumio[901]: checking info of FC:58:FA:7B:63:AF Dec 04 21:31:08 volumio volumio[901]: info: Stopping bluetooth device scan
That’s the MAC of my bluetooth device. And it doesn’t go any further. The plugin stays inactive. Any idea what could be happening here, and how I can move it forward? Thanks.

edit: went back to plugins, stopped and restarted the plugin, and went back to settings. Clicked Off for Discoverable, and the speaker is still in find me mode, this comes up in the log:

Dec 04 21:37:40 volumio volumio[901]: info: CALLMETHOD: audio_interface bluetooth_controller saveOptions [object Object] Dec 04 21:37:40 volumio volumio[901]: info: CoreCommandRouter::executeOnPlugin: bluetooth_controller , saveOptions Dec 04 21:37:40 volumio volumio[901]: info: Set bluetooth disvoverable to false Dec 04 21:37:40 volumio volumio[901]: info: Starting bluetooth device scan Dec 04 21:37:49 volumio volumio[901]: adding device FC:58:FA:7B:63:AF Dec 04 21:37:50 volumio volumio[901]: checking info of FC:58:FA:7B:63:AF Dec 04 21:37:55 volumio volumio[901]: checking info of FC:58:FA:7B:63:AF Dec 04 21:38:00 volumio volumio[901]: info: Stopping bluetooth device scan Dec 04 21:38:00 volumio volumio[901]: checking info of FC:58:FA:7B:63:AF
but again, no further. Just to verify, it pairs fine w/ my phone.

i follow the steps and my device works (after 2 reboot).

my hardwares:
rpi3 b
JBL charge 2+
TP-Link router Archer/AC750
music stored in a usb flash drive

thx geeks-r-us !!

Maybe the discoverable button is a bit misleading. It sets the volumio device discoverable for other bluetooth devices like mobilephones etc.
Just bring you speaker in paring mode and hit refresh button from time to time until your device is listed. behind the entry is the connect button.

Hi there,

Nice plugin. Came across this as I was looking to make a quick new spotify jukebox for work instead of just using a bluetooth speaker and my phone with a spare Pi.

Setup a vanilla volumio with a jack cable, no issues, then moved on to the plugin. Hit a couple of bumps during the install so just flashed a new version of volumio and started again. But, hit a bit of a snag now. Plugin goes on fine, finds the bluetooth speaker fine and connects, but no audio :frowning:.

I take it looking at the thread referenced in the first post and skimming /etc/mpd.conf and taking a look through /var/log/volumio.log that the mpd service requires a restart after any device is changed. It does seem to be doing that from the looks of things, and services are all running fine, but I’m not seeing another output device option appearing either in config or in the web UI. Should there be? Bear in mind totally new to Volumio, but have used mpd in a few different setups.

Conf dump below, let us know if a tail of volumio.log and what other outputs might be useful to work through this. Should have some time to look at this with a couple more different spare speakers over the weekend, but pretty sure this is a config issue and not having the output option expected.

Cheers.

[code]# Volumio MPD Configuration File

Files and directories

music_directory “/var/lib/mpd/music”
playlist_directory “/var/lib/mpd/playlists”
db_file “/var/lib/mpd/tag_cache”
#log_file “/var/log/mpd/mpd.log”
#pid_file “/var/run/mpd/pid”
#state_file “/var/lib/mpd/state”
#sticker_file “/var/lib/mpd/sticker.sql”
###############################################################################

General music daemon options

user “mpd”
group “audio”
bind_to_address “any”
#port “6600”
#log_level “default”
gapless_mp3_playback “no”
#save_absolute_paths_in_playlists “no”
#metadata_to_use “artist,album,title,track,name,genre,date,composer,performer,disc”
auto_update “yes”
#auto_update_depth “3”
###############################################################################

Symbolic link behavior

follow_outside_symlinks “yes”
follow_inside_symlinks “yes”
###############################################################################

Input

input {
plugin “curl”

proxy “proxy.isp.com:8080

proxy_user “user”

proxy_password “password”

}
###############################################################################

Decoder

###############################################################################

Audio Output

resampler {
plugin “soxr”
quality “high”
threads “1”
}

audio_output {
type “alsa”
name “alsa”
device “softvolume”
dop “no”

}

audio_output {
type “fifo”
enabled “no”
name “multiroom”
path “/tmp/snapfifo”
format “44100:16:2”
}

#replaygain “album”
#replaygain_preamp “0”
volume_normalization “no”
###############################################################################

MPD Internal Buffering

audio_buffer_size “8192”
buffer_before_play “10%”
###############################################################################

Resource Limitations

#connection_timeout “60”
max_connections “20”
max_playlist_length “32384”
max_command_list_size “8192”
max_output_buffer_size “16384”
###############################################################################

Character Encoding

filesystem_charset “UTF-8”
id3v1_encoding “UTF-8”
###############################################################################
audio_output {
type “alsa”
name “Anker A7908”
device “bluealsa:HCI=hci0,DEV=FC:58:FA:00:D9:F5,PROFILE=a2dp”
mixer_type “software”
}
[/code]

Wow, great addition to Volumio…
It would be great if I could just plugin (just the micro usb power plug) my Pi Zero W, somewhere in my living room and be able to start a spotify stream on the web interface that play’s over bluetooth on my soundbar. I know this isn’t exactly the audiophiles dream, but it is mine :smiley:

I believe I’m exactly where you are at the moment.
Volumio seems to connect to my soundbar or a portable bluetooth speaker, but there’s no audio…
Please let me know if you find the missing link…

Hi, having same problem on a pi zero w, tried booth plugin and manual installation of bluez-alsa with same result, connected and everything but no sound on the speaker. Used clean volumio 2.323, will try find find 2.296 and try it there now. Managed to pay sounds to the same speaker but with pulse audio but on a non volumio distribution. Any hint/help is welcome. tnx.

Ok, this worked now, after downloading volumio 2.296 and installing the plugin and connecting the bluetooth speaker everything worked :smiley: here the link for that version if someone has troubles finding it: updates.volumio.org/pi/volumio/2 … pi.img.zip

Thank you for finding this and posting it back here on the forums!
Will try this ASAP (probably tomorrow).

Logic tells me something in one of the updates broke something, resulting in it to not work anymore…
This probably means we can’t update from this version to newer versions…
Have you tried this yet?

Hi, no, resolved only this issue. Now I’m researching why it stops playing sound on the external speaker after several hours, the bluetooth connection is still active, volumio plays and has volume but silence… restart of volumio is no option as this will be a base for a timebox retro display controller. Probably restart the bluezalsa service, will see in couple of days.

I’ve downloaded Volumio 2.296, added the UI files and installed the bluetooth plugin.
It’s working now when I play tracks from a USB device…

Now the next step would be getting the Spotify of, even better, the SpotifyConnect2 plugin to work with the bluetooth speaker.
But unfortunately on both I don’t get any output on the bluetooth speaker.
An I don’t see any errors on the log, so I’m not sure why it’s not working.

Switching back to MP3 from USB (still) works.

Hi thanks for this great plugin that for me works correctly at 99% at first installation attempt
RPI3 + volumio volumio 2.344-2017-12-16 fresh installation + small BT Sony soundbar SRS-XB2

the only problem is that the volume control in the UI is not function now (if i change from 0 to 100 volume level does not change and also pushing the UI increse/decrease/mute buttons dont take effect).
At the moment I control the volume from the soundbar

Another small problem: if I power off Volumio when I turn again on is necessary to reconnect trough plugin >> bluetooth settings in order to restabilish BT connection from RPI to soundbar

Any suggestion ?

Again thanks for your great job

Hello,
I installed the bluetooth plugin successfully, all is green. but, I do not see the connected devices. I hear from my speakers that they are connected but I do not see them. Whatever would be why? thank you in advance

Hi, this plugin is for making connection with another BT speaker or can turn Volumio into the BT speaker too?

hi,

The bluetooth plugin seems to be very unstable. I get it to work with volumio 2.296, the instructions from the 1st post and the UE boom bt speaker.

However, it only showed the bt device after going back and forth in the plugin menue 100 times. And it also needed several attemps to finally get the connection. It finally worked and played music over the bt speaker for twenty minutes… then it suddenly stops and I could not get it to work since then…

This is very frustrating. I hope there will be soon a stable fix for this issue. Without bt support Volumio is useless for me.

Subscribing to a forum just to complain without providing any log is a strange idea.

At the moment I just wanted to share my experiences with this plugin. Unfortunately, it is very fragile and needs a lot of manual hacks … :frowning: just to warn other people.

Maybe, I will try it again the next days and post the logs.