Difference between revisions of "Subsonic"
(Created page with "{{Languages}} == Subsonic for SME Server == {{Level|easy}} === Maintainer === [mailto:tests@pialasse.comUnnilennium] === Description === Subsonic is a ...") |
(No difference)
|
Revision as of 12:06, 22 November 2013
Subsonic for SME Server
Maintainer
Description
Subsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
Subsonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Subsonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPack and Shorten.
Requirements
All dependancies are in smecontribs
Installation
This contrib is currently held in the smecontribs repository, so the following commands will install on your smeserver.
yum --enablerepo=smecontribs install smeserver-subsonic
You will then need to activate the database changes etc. The 'official' way is to perform
signal-event post-upgrade; signal-event reboot
or signal-event conf-subsonicif you do not want to restart your computer do :
signal-event conf-subsonic
Go to the url http://sme-ip-or-domain/subsonic and do the administrative tasks asked (create the admin account, set the music folder, ...)
Uninstall
yum remove smeserver-subsonic subsonic
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-subsonic component or use this link .