Package Details: audirvana-studio 2.9.5-1

Git Clone URL: https://aur.archlinux.org/audirvana-studio.git (read-only, click to copy)
Package Base: audirvana-studio
Description: Audirvana Studio audio player
Upstream URL: https://audirvana.com/
Keywords: audio player streaming
Licenses: custom
Submitter: blackhole
Maintainer: blackhole
Last Packager: blackhole
Votes: 2
Popularity: 0.014165
First Submitted: 2024-04-18 21:33 (UTC)
Last Updated: 2024-12-17 14:35 (UTC)

Pinned Comments

blackhole commented on 2024-04-18 21:43 (UTC) (edited on 2024-04-20 09:25 (UTC) by blackhole)

If the configuration directory is missing:

mkdir -p ~/.config/audirvana

echo "EulaAccepted = 1" > ~/.config/audirvana/audirvana-studio.ini

Enable avahi: sudo systemctl enable --now avahi-daemon

To start it: systemctl --user start audirvanaStudio

To enable it at boot: systemctl --user enable audirvanaStudio

Latest Comments

emilot commented on 2024-12-05 14:59 (UTC)

@blackhole thank you

everything is ok now! Thank you for your package too!

blackhole commented on 2024-12-05 14:30 (UTC)

You need to sign in from a browser to your Audirvana account After you should restart the service

emilot commented on 2024-12-05 14:27 (UTC) (edited on 2024-12-05 14:28 (UTC) by emilot)

Hello,

I have this error when i start AudirvanaStudio

"error]: Not logged to Audirvana account: need to sign in"

How can i sign in? I do not see anything in web browser at the port the service is running.

Thank you!

judmarc commented on 2024-04-19 05:29 (UTC)

@blackhole , you’re my new hero. 😉 Had been using a package from debtap with some heavy dependencies. This is very much preferable.

blackhole commented on 2024-04-18 21:43 (UTC) (edited on 2024-04-20 09:25 (UTC) by blackhole)

If the configuration directory is missing:

mkdir -p ~/.config/audirvana

echo "EulaAccepted = 1" > ~/.config/audirvana/audirvana-studio.ini

Enable avahi: sudo systemctl enable --now avahi-daemon

To start it: systemctl --user start audirvanaStudio

To enable it at boot: systemctl --user enable audirvanaStudio