@blackhole thank you
everything is ok now! Thank you for your package too!
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) |
@blackhole thank you
everything is ok now! Thank you for your package too!
You need to sign in from a browser to your Audirvana account After you should restart the service
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!
@blackhole , you’re my new hero. 😉 Had been using a package from debtap with some heavy dependencies. This is very much preferable.
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
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