Package Details: airsonic-advanced-bin 10.6.0-2

Git Clone URL: https://aur.archlinux.org/airsonic-advanced-bin.git (read-only, click to copy)
Package Base: airsonic-advanced-bin
Description: Free, web-based media streamer and jukebox fork
Upstream URL: https://github.com/airsonic-advanced/airsonic-advanced
Keywords: airsonic jukebox media music stream web
Licenses: GPL3
Conflicts: airsonic
Provides: airsonic
Submitter: tdemin
Maintainer: tdemin
Last Packager: tdemin
Votes: 19
Popularity: 0.000000
First Submitted: 2021-02-06 09:36 (UTC)
Last Updated: 2021-09-17 13:58 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Pinned Comments

Superpiffer commented on 2017-11-06 09:26 (UTC) (edited on 2017-11-06 09:44 (UTC) by Superpiffer)

I update the package again, following the official directory guidelines: - software files in /var/lib/ - configuration file in /etc/airsonic/ I also removed custom service and configuration file, now are downloaded from official airsonic examples. Note: default context is "/airsonic" and default port is 8080 Sorry for any inconvenience.

Latest Comments

1 2 3 4 Next › Last »

tari commented on 2021-12-10 22:11 (UTC)

Upstream seems to have been abandoned, since the repository on Github has been archived and recommends airsonic-advanced as a replacement.

tdemin commented on 2021-09-17 13:58 (UTC)

@FabioLolix done.

FabioLolix commented on 2021-09-17 08:08 (UTC)

Please make the source non-conflicting

  • airsonic-${pkgver}.war::${url}/releases/download/v${pkgver}/airsonic.war
  • airsonic-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz

Rhinoceros commented on 2021-05-23 06:07 (UTC) (edited on 2021-05-23 06:31 (UTC) by Rhinoceros)

Thanks @di72nn. Good idea. The console gave me some useful information, including net::ERR_CONNECTION_REFUSED. That pointed me to this Github issue, which fixed my problem.

di72nn commented on 2021-05-21 13:10 (UTC)

@Rhinoceros, works fine for me. You should check your browser's console and the "Network" tab in the browser's dev tools.

Rhinoceros commented on 2021-05-21 11:00 (UTC)

Does anyone else have a problem playing music over the web interface? I think it used to be fine on my old Debian server, but doesn't work on my new Arch server. I wonder if it's a missing dependency.

I get the notification that it's playing, but nothing happens. I don't get anything in journalctl nor /var/lib/airsonic/airsonic.log. I'm using Apache FWIW. DSub on Android works fine.

tdemin commented on 2021-02-06 09:21 (UTC)

This package should be named airsonic-bin, since it uses the binary .war from GitHub builds.

Superpiffer commented on 2020-04-06 08:39 (UTC)

@TheFrenchGhosty Service file is correct... I'm using default context path, as used in github repo (https://raw.githubusercontent.com/airsonic/airsonic/master/contrib/airsonic.service). Also if you want a different path (or no path at all), you can simply edit the file /etc/airsonic/airsonic.conf.

TheFrenchGhosty commented on 2020-02-22 02:37 (UTC) (edited on 2020-02-22 06:42 (UTC) by TheFrenchGhosty)

I'm getting a 404 when opening Airsonic.

No error otherwise.

Edit:

Fixed using https://github.com/airsonic/airsonic/issues/719#issuecomment-373587949

The problem was because the service file is wrong.

Environment="CONTEXT_PATH=/airsonic"

Mean that Airsonic is served on https://airsonic.domain.ext/airsonic (and not https://airsonic.domain.ext/)

Zepman commented on 2019-12-30 17:00 (UTC)

This package misses a dependency: ttf-dejavu

The above package is needed for generating graphs in Airsonic's 'Status' page. Without it the graphs will not show up.