Feature rich media streaming server with a web interface. Coded in Java.
Open the SubSonic webpage:
url = http://192.168.0.100:4040
username = admin
password = admin
Transfer music to your device:
Make sure you have one of DietPi's File Servers installed.
folder = /mnt/dietpi_userdata/Music
Jetty http 404 error:
This is a known issue with Subsonic and is out of my control.
If you experience this error while accessing the Subsonic webpage, you can resolve the issue by running the following:
- Code: Select all
service subsonic stop
rm -R /var/subsonic/jetty
service subsonic start
GitHub Contributions:
Many thanks to 'thechildofroth' for his testing and fixes with the SubSonic installation.
>> Return to DietPi-Software List