<?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[Exporting a catalogue of my library to view online?]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I've a large collection of music, in folders per composer for the classical and by artist for the rest.</p>
<p dir="auto">I'd like to be able look up when away from home. Not to play it, just to check that I have something in my collection.</p>
<p dir="auto">Is there an easy way to see my catalogue online?</p>
]]></description><link>https://forum.strawberrymusicplayer.org/topic/1261/exporting-a-catalogue-of-my-library-to-view-online</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 14:09:55 GMT</lastBuildDate><atom:link href="https://forum.strawberrymusicplayer.org/topic/1261.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Jul 2023 21:35:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exporting a catalogue of my library to view online? on Sat, 29 Jul 2023 10:21:37 GMT]]></title><description><![CDATA[<p dir="auto">@MovingScenes<br />
This would work on Linux, on Windows, you might need to find an alternative to wget.<br />
Open the console, navigate to your music directory and launch a python http server with: <code>python -m http.server 8123</code> (You need to have python installed, obviously)<br />
<em>Warning: this is not secure, any one on your local network can access this server, so be sure to close it afterwards.</em><br />
When that is running, in a new Terminal window download the hosted page, but only the html files with: <code>wget -r --accept "*.html" "http://localhost:8123/"</code><br />
This gives you your music folder structure as html files. You could copy the folder to your phone, laptop, or whatever and browse your collection, by opening the index.html in a webbrowser. Alternatively, you could host it on a webserver, if you have one.</p>
<p dir="auto">This is just what I spontaneously came up with, if I needed a solution in a pinch. But I am sure there are better ways.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/2854</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/2854</guid><dc:creator><![CDATA[Dakes]]></dc:creator><pubDate>Sat, 29 Jul 2023 10:21:37 GMT</pubDate></item></channel></rss>