Package Details: supysonic-git 0.3.495.g92fed40-2

Git Clone URL: https://aur.archlinux.org/supysonic-git.git (read-only, click to copy)
Package Base: supysonic-git
Description: A Python implementation of the Subsonic server API.
Upstream URL: https://github.com/spl0k/supysonic
Licenses: AGPL
Submitter: bryn
Maintainer: bryn
Last Packager: bryn
Votes: 0
Popularity: 0.000000
First Submitted: 2019-03-04 12:36 (UTC)
Last Updated: 2023-08-27 20:27 (UTC)

Latest Comments

MarsSeed commented on 2023-08-16 11:21 (UTC)

Please switch depends to python-zipstream-ng as that is the continued drop-in replacement fork.

python-zipstream has not been developed since 2016.

Superpiffer commented on 2019-04-08 18:33 (UTC)

Ok, perfect. With "bin file" I meant some python executable for the service file, but I wanted to try uWSGI so thanks for your custom PKGBUILD, I think that's enough for me.

bryn commented on 2019-04-08 16:27 (UTC) (edited on 2019-04-08 16:28 (UTC) by bryn)

@Superpiffer I'm not sure what you mean by bin file; supysonic-cli and supysonic-watcher are installed to /usr/bin.

Including a service file would mean tying it to a specific server of which there are many. I think it would be better to leave it independent of any specific server instead of forcing a certain setup. People can use this PKGBUILD as a base if they'd like to customise it for their setup; here's an example of mine that uses nginx and uWSGI:

https://github.com/brynedwards/pkgbuilds/blob/master/supysonic/PKGBUILD

I added a default config that should more closely follow the Arch packaging standards.

Superpiffer commented on 2019-04-04 14:48 (UTC)

Maybe this package also needs a bin file, a service file and maybe some instruction in order to use it as a daemon. What do you think? Right now I'm using this with Nginx and FastCGI.