Thicket data repository for the EEG
1{
2 "id": "https://www.tunbury.org/2019/09/21/bose-soundtouch-and-mini-dlna",
3 "title": "Bose SoundTouch and Mini DLNA",
4 "link": "https://www.tunbury.org/2019/09/21/bose-soundtouch-and-mini-dlna/",
5 "updated": "2019-09-21T12:41:29",
6 "published": "2019-09-21T12:41:29",
7 "summary": "Bose have a Windows application can host your music library, however I don’t have a Windows machine turn on permanently and I’d prefer a low power Raspberry PI option.",
8 "content": "<p><a href=\"https://www.bose.co.uk\">Bose</a> have a Windows application can host your music library, however I don’t have a Windows machine turn on permanently and I’d prefer a low power Raspberry PI option.</p>\n\n<p>Install Mini DLNA</p>\n\n<div><div><pre><code>apt-get install minidlna\n</code></pre></div></div>\n\n<p>Copy the Music over to the staging folder. I have my MP3 files on an external hard disk so I’ll copy them over link this</p>\n\n<div><div><pre><code>ar -c /mnt/Music -cvf - . | tar -C /var/lib/minidlna -xf -\n</code></pre></div></div>\n\n<p>Set the file ownership</p>\n\n<div><div><pre><code>chown -R minidlna:minidlna /var/lib/minidlna /var/cache/minidlna\n</code></pre></div></div>\n\n<p>Sometimes you need to delete the database from <code>/var/cache/minidlna/files.db</code> and restart the service</p>\n\n<div><div><pre><code>service minidlna stop\nrm /var/cache/minidlna/files.db\nservice minidlna start\n</code></pre></div></div>\n\n<p>Check the status at <code>http://<host_ip>:8200</code></p>\n\n<p><img alt=\"\" src=\"https://www.tunbury.org/images/minidlna-status.png\"></p>\n\n<p>Now on the Bose SoundTouch app go to Add Service, Music Library on NAS and select your Pi from the list:</p>\n\n<p><img alt=\"\" src=\"https://www.tunbury.org/images/soundtouch-app.jpg\"></p>",
9 "content_type": "html",
10 "author": {
11 "name": "Mark Elvers",
12 "email": "mark.elvers@tunbury.org",
13 "uri": null
14 },
15 "categories": [
16 "juniper"
17 ],
18 "source": "https://www.tunbury.org/atom.xml"
19}