<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[bluetooth audio meta data]]></title><description><![CDATA[<p dir="auto">ive been searching for a module that will display the audio meta data from a bluetooth connection to the magic mirror, and have yet to find one. does anyone know of such a module or be willing to help me find the right direction?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18467/bluetooth-audio-meta-data</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 18:42:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18467.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Jan 2024 18:18:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to bluetooth audio meta data on Sun, 11 Feb 2024 23:49:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kayakbabe" aria-label="Profile: kayakbabe">@<bdi>kayakbabe</bdi></a> i am using the mirror as a BlueTooth pass-through for my home audio set-up, i connect to the mirror via BlueTooth, it automatically connects to the house audio works well now. thanks for your input!</p>
]]></description><link>https://forum.magicmirror.builders/post/115526</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115526</guid><dc:creator><![CDATA[jedilkeme]]></dc:creator><pubDate>Sun, 11 Feb 2024 23:49:01 GMT</pubDate></item><item><title><![CDATA[Reply to bluetooth audio meta data on Tue, 06 Feb 2024 04:41:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jedilkeme" aria-label="Profile: jedilkeme">@<bdi>jedilkeme</bdi></a> Are you playing audio on your mirror? Or just including it as an output source as if it were a player along with other speakers and wanting it to display? If you are just playing to the mirror with a speaker in it, maybe switch hardware to something like this…  ScoutMakes FM Radio Board - STEMMA QT / Qwiic? there is lots of example code. And the data can be obtained over i2c . The you can use a notifications module like wishmaster270 suggests.</p>
<p dir="auto"><a href="https://www.adafruit.com/product/5651?gad_source=1&amp;gclid=CjwKCAiAq4KuBhA6EiwArMAw1CkSTxJ_mtdJMa8nsHrugQ0K9NQJjcs-J5pREWLWUQjjNugFIrnUJRoCwfkQAvD_BwE" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.adafruit.com/product/5651?gad_source=1&amp;gclid=CjwKCAiAq4KuBhA6EiwArMAw1CkSTxJ_mtdJMa8nsHrugQ0K9NQJjcs-J5pREWLWUQjjNugFIrnUJRoCwfkQAvD_BwE</a></p>
]]></description><link>https://forum.magicmirror.builders/post/115311</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115311</guid><dc:creator><![CDATA[kayakbabe]]></dc:creator><pubDate>Tue, 06 Feb 2024 04:41:45 GMT</pubDate></item><item><title><![CDATA[Reply to bluetooth audio meta data on Sat, 03 Feb 2024 13:16:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jedilkeme" aria-label="Profile: jedilkeme">@<bdi>jedilkeme</bdi></a> Hi, I do not have time to provide examples at the moment but I am pretty sure you can use my <a href="https://github.com/Tom-Hirschberger/MMM-CommandToNotification" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-CommandToNotification module</a> to call your script and my <a href="https://github.com/Tom-Hirschberger/MMM-ValuesByNotification" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-ValuesByNotification</a> to display the information.</p>
<p dir="auto">It seems that dbus is the only way to get the information.</p>
]]></description><link>https://forum.magicmirror.builders/post/115237</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115237</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Sat, 03 Feb 2024 13:16:31 GMT</pubDate></item><item><title><![CDATA[Reply to bluetooth audio meta data on Sat, 03 Feb 2024 03:17:02 GMT]]></title><description><![CDATA[<p dir="auto">i figured out a very hacky solution taking the meta data off of the dbus and spitting it into a text file using grep and from the third party module site i found  a simple text file module to display it.</p>
<p dir="auto">then, to get constant updating, i set it on a cronjob and found a script to make it run every 5 seconds.</p>
<p dir="auto">it works well, but the text blanks for milliseconds at a time and is noticeable, i am sure some adjusting of the cronjobs can hopefully make it appear to be more steady.</p>
]]></description><link>https://forum.magicmirror.builders/post/115233</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115233</guid><dc:creator><![CDATA[jedilkeme]]></dc:creator><pubDate>Sat, 03 Feb 2024 03:17:02 GMT</pubDate></item><item><title><![CDATA[Reply to bluetooth audio meta data on Fri, 02 Feb 2024 05:03:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jedilkeme" aria-label="Profile: jedilkeme">@<bdi>jedilkeme</bdi></a> maybe looking for RDS or RBDS decoding will help. One standard is used in North America (don’t remember which the other is European).<br />
There are some fm receiver projects for the pi that discuss getting the meta data. <a href="https://hackaday.com/2021/09/07/an-inexpensive-fm-receiver-for-the-raspberry-pi/" target="_blank" rel="noopener noreferrer nofollow ugc">https://hackaday.com/2021/09/07/an-inexpensive-fm-receiver-for-the-raspberry-pi/</a>  could maybe lead you to info you need.  Though I am not sure if bluetooth audio is encoded into the audio stream in the same way as FM. It likely is. But again, maybe not.</p>
]]></description><link>https://forum.magicmirror.builders/post/115212</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115212</guid><dc:creator><![CDATA[kayakbabe]]></dc:creator><pubDate>Fri, 02 Feb 2024 05:03:25 GMT</pubDate></item></channel></rss>