My fork of airsonic with experimental fixes and improvements. See branch "custom"
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
Zak Peirce baa681619c Forgot to remove the premiumSettings.jsp 9 lat temu
contrib Add deploy helper script 9 lat temu
documentation Doc: Move build and migration docs to documentation/ 9 lat temu
libresonic-assembly Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-booter Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-installer-debian Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-installer-mac Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-installer-rpm Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-installer-windows Removed all traces of premium license 9 lat temu
libresonic-main Forgot to remove the premiumSettings.jsp 9 lat temu
libresonic-rest-api Removed all traces of premium license 9 lat temu
libresonic-sonos-api Change version number to 6.2.beta1.spring4 9 lat temu
libresonic-tools Subsonic-->Libresonic regex 9 lat temu
libresonic-transcode s/SUBSONIC/LIBRESONIC 9 lat temu
repo First commit 9 lat temu
.gitignore Updated gitignore for intellij 9 lat temu
.travis.yml Add Travis CI configuration 9 lat temu
CHANGELOG.md Libresonic v6.1.beta2 9 lat temu
CONTRIBUTING.md Update CONTRIBUTING, again. 9 lat temu
INSTALL.md Libresonic v6.1.beta2 9 lat temu
ISSUE_TEMPLATE.md Import current state of 5.3-kang branch 9 lat temu
LICENSE.txt Added license 9 lat temu
PULL_REQUEST_TEMPLATE.md Import current state of 5.3-kang branch 9 lat temu
README.md Typofix 9 lat temu
pom.xml Change version number to 6.2.beta1.spring4 9 lat temu

README.md

Libresonic

What is Libresonic?

Libresonic is a free, web-based media streamer, providing ubiqutious 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.

Libresonic 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, Libresonic 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. Libresonic will then automatically resample the music to a suitable bitrate.

In addition to being a streaming media server, Libresonic 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. Libresonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes.

Based on Java technology, Libresonic runs on most platforms, including Windows, Mac, Linux and Unix variants.

History

The original Subsonic is developed by Sindre Mehus. Subsonic was open source through version 6.0-beta1, and closed-source from then onwards.

Libresonic is maintained by Eugene E. Kashpureff Jr. It originated as an unofficial("Kang") of Subsonic which did not contain the Licensing code checks present in the official builds. With the announcement of Subsonic's closed-source future, a decision was made to make a full fork and rebrand to Libresonic.

Libresonic will strive to maintain compatibility and stability for Subsonic users, including a clean upgrade path. New features and refactoring are welcomed as a Pull Request on Github.

License

Libresonic is free software and licensed under the GNU General Public License version 3. The code in this repository(and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the Electronic Frontier Foundation.

The Subsonic source code was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a Subsonic Premium service which adds functionality not available in Libresonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic currently does not.

Usage

Libresonic can be downloaded from Github for personal usage. Packagers can reference the release repository, but please contact the maintainer or wait until a stable release policy is available.

Libresonic is packaged in WAR format, suitable for deployment as a webapp under Tomcat. Comprehensive install documentation is pending.

Please see the INSTALL document for instructions on building from source.