Find a file
litebito 13dc2b5bd0
OpenSubsonic: Child.sortName (fixes #135) (#197)
* OpenSubsonic: add Child.sortName from FieldKey.TITLE_SORT

Bump pom to 13.2.0-SNAPSHOT to start the 13.2.x cycle.

fixes #135

* OpenSubsonic: add Child.sortName from FieldKey.TITLE_SORT

Bump pom to 13.2.0-SNAPSHOT to start the 13.2.x cycle.

fixes #135

---------

Co-authored-by: litebito <litebito@users.noreply.github.com>
2026-05-20 09:19:55 +02:00
.github ci: sign container images with Cosign on release (keyless OIDC) (#195) 2026-05-18 18:51:45 +02:00
.mvn [chore]: fix failure of build with maven in GitHub Action 2023-03-02 16:50:12 +00:00
airsonic-main OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
airsonic-sonos-api OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
contrib chore: clean up contrib/, fix upstream refs, retire lgtm.yml 2026-04-26 14:05:53 +02:00
docs OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
install OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
integration-test OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
repo feat(maven): add cxf-core 4.1.3 artifacts and update metadata 2025-08-17 23:40:29 +09:00
subsonic-rest-api OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
.gitattributes Remove lfs support 2019-11-13 02:09:52 -08:00
.gitignore fix: updateUser REST endpoint maps streamRole from isStreamRole — fixes #57 (#58) 2026-05-01 21:06:48 +02:00
.gitleaksignore chore: add gitleaks baseline for inherited upstream findings (#161) 2026-05-13 13:54:15 +02:00
.weblate Add Weblate config 2019-07-08 17:22:45 +02:00
CHANGELOG.md chore: rename in-repo references for Airsonic-Pulse org transfer (#163) 2026-05-14 16:43:38 +02:00
checkstyle.xml #350 bump up spring boot to 3.x 2024-03-14 11:49:12 +00:00
LICENSE Add GNU GPL v3 license 2026-05-02 14:55:14 +02:00
pom.xml OpenSubsonic: Child.sortName (fixes #135) (#197) 2026-05-20 09:19:55 +02:00
README.md chore: rename in-repo references for Airsonic-Pulse org transfer (#163) 2026-05-14 16:43:38 +02:00

Release CI - Pull Requests CI - Main Trivy

Airsonic-Pulse

1. What is Airsonic-Pulse?

Airsonic-Pulse is a continuation of Kagemomiji's Airsonic-Advanced, a free, web-based media streamer providing ubiquitous access to your music. Airsonic-Pulse picks up where Airsonic-Advanced left off, with a focus on modernization, stability, and long-term maintenance.

Fork lineage: Subsonic → Airsonic → Airsonic-Advanced → Airsonic-Pulse

Why Airsonic-Pulse?

Several Airsonic-Advanced forks are seemingly abandoned by their maintainers. Airsonic-Pulse is an attempt to continue the project with:

  • Active maintenance and security updates
  • Resolve open bugs
  • Modernization of the Java platform (Java 21+)
  • Continued Subsonic API compatibility
  • Implementation of the OpenSubsonic API
  • Planned frontend overhaul, modernization
  • Planned new features

What is Airsonic

Airsonic 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.

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

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

Written in Java, Airsonic runs on most platforms, including Windows, Mac, Linux and Unix variants.

Screenshot

2. Usage of Airsonic-Pulse

Airsonic-Pulse v12.x.x series are intercompatible with Kagemomiji's Airsonic-Advanced. However, this is no longer the case with vanilla Airsonic 10.6.x series, and may not necessarily be the case with 11.x versions of original Airsonic-Advanced (https://github.com/airsonic-advanced/airsonic-advanced).

Also note that Airsonic-Pulse versions 13.x and higher (and its snapshots) are breaking (non-backwards-compatible) version changes. You will not be able to revert back to 10.x.x or 11.x.x versions after upgrading (the system does create a backup of the DB in case such revert is necessary, but it must be manually restored).

Stand-alone binaries

Airsonic-Pulse can be downloaded from GitHub.

You need a minimum Java Runtime Environment (JRE) of 17 for 12.x onwards (including snapshots).

  • For 12.x releases -> Java 17
  • For 13.x releases -> Java 21

Airsonic-Pulse is run similarly to (and in lieu of) vanilla Airsonic or Airsonic-Advanced.

3. Feature Enhancements in Airsonic-Pulse:

The following is an incomplete list of features that are enhanced from Airsonic-Advanced: More modern base frameworks and libraries

  • Spring Boot 3.x (instead of 2.x), Spring Framework 6.x (instead of 5.x). Plus all the additional dependency upgrades due to the base libaries being upgraded (including EhCache, upgraded SQL connectors etc.)
  • Moving to Java 21, dropping support for Java 17
  • (... more to come...)

For a long (but non-exhaustive) list of features inherited from Airsonic-Advanced, read the "Feature Enhancements" section in History.md

4. Docker

The Airsonic-Pulse Docker image is published to the GitHub Container Registry:

ghcr.io/airsonic-pulse/airsonic-pulse

Supported architectures: linux/amd64, linux/arm64.

Quick start:

docker run -d \
  --name airsonic-pulse \
  -p 4040:4040 \
  -v ./data/airsonic:/var/airsonic \
  -v ./data/music:/var/music \
  -e PUID=1000 \
  -e PGID=1000 \
  ghcr.io/airsonic-pulse/airsonic-pulse:latest

The image runs as root by default and uses PUID/PGID to create a non-root user at startup. Volume mount points are at /var/* to remain consistent with the standalone WAR deployment.

Docker Compose files for HSQLDB, PostgreSQL, and MariaDB are provided in install/compose/.

For full Docker documentation, see docs/docker/.

GHCR. Docker releases are multiplatform, which means ARM64 is also released to Dockerhub. However, automated testing for those archs is not currently done in the CI/CD pipeline (only Linux platform is tested).

Please use the Airsonic documentation for instructions on running Airsonic. For the most part (currently) Airsonic-Pulse shares similar running instructions unless stated otherwise. Notable exceptions will be available in the /docs folder (and if you think something is missing in the documentaion, please raise a documentation issue).

5. Building/Compiling

(to rewrite/update)

You may compile the code yourself by using Maven. A sample invocation would be (in the root):

mvn clean package

Requires Java 21 and Maven 3.9+. The WAR file will be at airsonic-main/target/airsonic.war.

6. Configuration

See the Configuration

7. Documentation

For Airsonic-Pulse-specific documentation, see the docs/ directory in this repository.

8. Compatibility Notes:

Airsonic-Pulse 12.x (released)

Version 12.0.0 is the initial Airsonic-Pulse release. It is based on the final version of kagemomiji/airsonic-advanced (11.1.4) and remains fully compatible with it. Future 13.x releases will modernize the codebase (Java 21 exclusively) and may introduce breaking changes. Migration notes will be documented here when applicable.

Airsonic-Pulse 13.x

Airsonic-Pulse 13.0.x (released)

13.x releases will modernize the codebase:

  • Java 21 exclusively, java 17 support is dropped
  • may introduce breaking changes. Migration notes will be documented here when applicable.

Airsonic-Pulse 13.1.x (planned)

13.1.0 releases will further refactor the codebase:

  • refactoring of the Subsonic API
  • implementation of the OpenSubsonic API
  • update settings pages (ffmpeg path, some reset options)
  • removal of legacy (unsecure) authentication. (WARNING: before upgrading to 13.1.x or higher, make sure none of the userid's still use any legacy authentication) Migration notes will be documented here when applicable. WARNING: before upgrading to 13.1.x or higher, make sure none of the userid's still use any legacy authentication

WARNING: Always take backups before trying new versions!

9. Troubleshooting

See the Troubleshooting

10. 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 was created and 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.

2017 (July)

It was discovered that Eugene had different intentions/goals for the project than some contributors had. Although the developers were hesitant to create a fork as it would fracture/confuse the community even further, it was deemed necessary in order to preserve a community-focused fork. To reiterate this more clearly: Airsonic's goal is to provide a full-featured, stable, self-hosted media server based on the Subsonic codebase that is free, open source, and community driven.

2019 (November)

Around November 2019, Airsonic-Advanced was forked off the base Airsonic fork due to differences in pace and review of development. Several key features of the framework were outdated, and attempts to upgrade them occasionally took upto a year. Airsonic-Advanced tries a modern implementation and bleeding edge approach to development, and is thus usually ahead of the base fork in dependencies and features.

2022 (December)

December 2022, Kagemomiji's Airsonic-Advanced repository forked from Airsonic-Advanced.

2026 (April)

Airsonic-Pulse was created as a continuation of kagemomiji/airsonic-advanced, which had become inactive. Airsonic-Pulse aims to modernize the codebase while maintaining the project's core mission as a free, open-source, self-hosted media server.

License

Airsonic-Pulse, Airsonic-Advanced, and Airsonic are 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 Airsonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Airsonic currently does not.

The cover zooming feature is provided by jquery.fancyzoom, released under MIT License.

The icons are from the amazing feather project, and are licensed under MIT license.

The cover art functionality supporting multiple image file formats is powered by the TwelveMonkeys library, which is released under the BSD3 License.

Community

Bugs, feature requests, and discussions for Airsonic-Pulse can be raised as issues on the Airsonic-Pulse GitHub page.

For more historical context, you can read more here, or check out the the upstream project at kagemomiji/airsonic-advanced.