Two of my best friends, Til and Tom, developed a music streaming server called CherryMusic (Tom’s post on Archlinux forum). It basically sets up a server that let’s you access your entire music library via your favorite browser from all your favorite devices via your favorite network.
To get started on Windows 8 (x64):
- install Python
- download and unzip CherryMusic
- [Windows Key] + [R] enter1cmd
and press ok - navigate to your CherryMusic root folder
- start first run setup via1python cherrymusic --setup --port 8080
- navigate with your favorite browser to1http://localhost:8080
- configure your own CherryMusic server for instance: set your music dictionary and your favorite server port and submit when you’re done
- navigate to “C:\Users\USERNAME\AppData\Roaming\cherrymusic\cherrymusic.conf” and change1keep_session_in_ram = False
to1keep_session_in_ram = True - and finally restart your server with1python cherrymusic
Now you can connect to your CherryMusic server with every browser on every device (which supports HTML5 anyway) by entering the ip of your server as url.
March 22, 2013 at 2:01 pm
Cool tool! :)
Reminds me a bit of this: http://www.golem.de/news/shiva-rest-api-fuer-die-eigene-musiksammlung-1303-98122.html
November 7, 2013 at 9:55 pm
Im cant start it. Im on Windows xp. could you give a more detailed instruction?
November 14, 2013 at 8:40 pm
Well the official website has improved A LOT since my blog post. I suggest you have a look at their setup guide: http://www.fomori.org/cherrymusic/Setup%20Guide.html :)