![]() |
Help with Bluetooth Audio Device Changer add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Help with Bluetooth Audio Device Changer add-on (/showthread.php?tid=354829) |
Help with Bluetooth Audio Device Changer add-on - BAJ1 - 2020-05-29 Greetings, I've been looking for info on what to enter into the one and only setting in this add-on. The add-on works great for switching the audio output to Bluetooth after I manually connect my headphones (still need to figure out an auto connect script as that seems to be hit-or-miss depending on the BT device). Anyway, after rebooting or disconnecting my BT headphones the Bluetooth Audio Device Changer resets the audio output to the default device (analog on my system). I'm using HDMI. I've tried a half-dozen different things in the setting, nothing works. Other posts I've found have said it takes some fiddling to get it right, but no detail on what the actual solution is. I would have thought it might be the exact text that shows up for the output in Settings/System/Audio, but that doesn't work for me. I haven't found any official help/info on this add-on. Anybody know what folder in which the config files for this add-on are stored? Any help would be appreciated. Thanks, -Brad [SOLVED] RE: Help with Bluetooth Audio Device Changer add-on - BAJ1 - 2020-06-04 Got some help on the LibreElec forum so I thought I'd post an update here. If you open a terminal or ssh into your Kodi client machine and type: # aplay -L It should return a list of all the sound devices you can enter. Just enter the exact text of the sound device you want to switch back to on boot-up or after BT disconnect. Mine looks like this. Code: # aplay -L I wanted the last one, so I entered "hdmi:CARD=AMLAUGESOUND,DEV=0" in the Bluetooth Audio Device Changer add-on setting. It actually appears differently in Settings-System-Audio, but it works. |