Octacon100 wrote:Hi,
I've been able to edit the playlist exporter so that it will work on windows, and so that the exported playlists will work in itunes and windows media player.
The playlists are now exported with the songs in the same order that they are in on your subsonic server. With some other cmd scripts, perl scripts and auto hot key scripts, you can import the exported playlists into itunes. If anyone is interested in that code, let me know and I'll upload it.
Hope it helps!
I'm totally inexperienced in java, and haven't done much command prompt work in years, I'm getting old!

Ok, I'm getting errors when I try to run this from cmd, without the brackets inclduded:
java.io.IOException: Server returned HTTP response code: 401 for URL:
http://192.168.2.5:4040/db.view?query=S ... 20PLAYLIST at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at SubsonicPlaylistExporterWeb.executeQuery(SubsonicPlaylistExporterWeb.java:108)
at SubsonicPlaylistExporterWeb.main(SubsonicPlaylistExporterWeb.java:43)
With brackets I get:
java.net.MalformedURLException: no protocol
which I'm guessing is because I shouldn't be using the bracket, lol. Pretty embarrassing that I can't remember something simple like that. Help me out here, I'm clueless. I'm sure it's something simple...
Edit: Interesting workaround, I can see the Subsonic server in Mediamonkey, then save the playlist as an m3u. It's all links to streams from subsonic, rather than actual filepaths. That works fine for Winamp, but Sonos won't play it, which is really what I'm looking for. It sees the playlist, but doesn't recognize that there's any music in it.