From 5876bc0e2663a99153c4ab9ffdc235b0a2227800 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Wed, 10 Mar 2021 20:43:17 +0100 Subject: [PATCH] airsonic: added description and cross-link from subsonic --- wiki/airsonic.md | 12 ++++++++++++ wiki/subsonic.md | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 wiki/subsonic.md diff --git a/wiki/airsonic.md b/wiki/airsonic.md index 60a1daa..9cab7c3 100644 --- a/wiki/airsonic.md +++ b/wiki/airsonic.md @@ -1,5 +1,9 @@ # Airsonic +Airsonic is a free and open-source personal media streamer. +It is a fork of [Subsonic](https://www.subsonic.org) and thus is compatible with +most of its clients. + ## Setup Server ### Docker @@ -58,3 +62,11 @@ docker run --name=airsonic \ -e TZ=Europe/Berlin \ -d linuxserver/airsonic ``` + +## Setup Client + +As already mentioned it is possible to use a bunch of different clients because +the server is compatible with most of the Subsonic clients. + +- [Ultrasonic](https://www.f-droid.org/en/packages/org.moire.ultrasonic) is a +free and open-source android subsonic/airsonic client. diff --git a/wiki/subsonic.md b/wiki/subsonic.md new file mode 100644 index 0000000..274e3f5 --- /dev/null +++ b/wiki/subsonic.md @@ -0,0 +1,6 @@ +# Subsonic + +[Subsonic](https://www.subsonic.org) is a personal media streamer mostly used +for music. +It is non-free and closed-source. +There is a free and open-source alternative named [Airsonic](./airsonic.md).