dresdner353 / mpd2chromecast

Simple Python script to get MPD-based streaming platforms such as Volumio, moOde to stream audio to a Chromecast device or multi-room group
MIT License
49 stars 10 forks source link

Short code to "improve" Moode integration #4

Open 5AMsan opened 2 years ago

5AMsan commented 2 years ago

Hi, TU for this service, it's a life saver. If did this little hack to have MPD2Chromecast controls in Moode.

<h1 class="snd-config">MPD2Chromecast</h1>
<legend>Configure chromecast output</legend>
<script id="__bs_script__">
//<![CDATA[
        document.write("<iframe src='http://HOST:8090/' style='width:600px;max-width:100%;border:0;'</iframe>".replace("HOST", location.hostname));
//]]></script>

The code was added ont top of /var/www/templates/snd-config.html

image