Difference between revisions of "Madsonic"
(Created page with "{{Level|Beginner|Requires basic Yum Install and WGET knowledge}} Madsonic (Subsonic) Music Streamer ===Maintainer=== Madsonic is developed and maintained by Madevil at http:...") |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Languages}} |
− | Madsonic | + | == Madsonic for SME Server == |
+ | {{Level|easy}} | ||
− | ===Maintainer=== | + | === Maintainer === |
− | + | [mailto:tests@pialasse.com[[User:Unnilennium|Unnilennium]]] | |
− | |||
− | === | + | === Description === |
− | Madsonic is a free audio and video web based streamer for Linux, Windows, and Mac. There are several mobile and portable apps associated with it, and it has server transcoding capabilities allowing the client to stream as effortlessly as possible. | + | Madsonic is a free audio and video web based streamer for Linux, Windows, and Mac. There are several mobile and portable apps associated with it, and it has server transcoding capabilities allowing the client to stream as effortlessly as possible. 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. Madsonic is designed to handle very large music collections (hundreds of gigabytes), and has genre and tag capabilities. 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. If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Madsonic will then automatically resample the music to a suitable bitrate. In addition to being a streaming media server, Madsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Madsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. Based on Java technology, Madsonic runs on most platforms, including Windows, Mac, Linux and Unix variants. |
− | 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. | + | === Requirements === |
− | Madsonic is designed to handle very large music collections (hundreds of gigabytes), and has genre and tag capabilities. 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. | + | All dependancies are in smecontribs |
− | If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Madsonic will then automatically resample the music to a suitable bitrate. | ||
− | In addition to being a streaming media server, Madsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Madsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. | ||
− | Based on Java technology, Madsonic runs on most platforms, including Windows, Mac, Linux and Unix variants. | ||
− | ===Installation=== | + | === Installation === |
− | + | This contrib is currently held in the smecontribs repository, so the following commands will install on your smeserver. | |
− | |||
− | |||
− | |||
− | |||
− | + | yum --enablerepo=smecontribs install smeserver-madsonic | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | yum --enablerepo= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | 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-madsonic if you do not want to restart your computer do : | |
+ | signal-event conf-madsonic | ||
− | + | Go to the url http://sme-ip-or-domain/madsonic and do the administrative tasks asked (create the admin account, set the music folder, ...) | |
− | + | ||
− | + | === Uninstall === | |
− | + | yum remove smeserver-madsonic madsonic | |
− | + | ||
− | + | === Bugs === | |
− | + | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | |
− | ==== | + | and select the smeserver-madsonic component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-madsonic|title=this link}}. |
− | {{ | + | |
+ | [[Category: Contrib]] |
Revision as of 22:48, 23 November 2013
Madsonic for SME Server
Maintainer
Description
Madsonic is a free audio and video web based streamer for Linux, Windows, and Mac. There are several mobile and portable apps associated with it, and it has server transcoding capabilities allowing the client to stream as effortlessly as possible. 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. Madsonic is designed to handle very large music collections (hundreds of gigabytes), and has genre and tag capabilities. 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. If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Madsonic will then automatically resample the music to a suitable bitrate. In addition to being a streaming media server, Madsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Madsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. Based on Java technology, Madsonic runs on most platforms, including Windows, Mac, Linux and Unix variants.
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-madsonic
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-madsonic if you do not want to restart your computer do :
signal-event conf-madsonic
Go to the url http://sme-ip-or-domain/madsonic and do the administrative tasks asked (create the admin account, set the music folder, ...)
Uninstall
yum remove smeserver-madsonic madsonic
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-madsonic component or use this link .