Package Details: audirvana-studio 2.10.2-2

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.000905
First Submitted: 2024-04-18 21:33 (UTC)
Last Updated: 2025-04-03 15:08 (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

1 2 Next › Last »

judmarc commented on 2025-05-04 04:44 (UTC)

And this now is also available: https://archlinux.org/packages/extra/x86_64/libxml2-legacy/

judmarc commented on 2025-05-02 21:37 (UTC)

Yes, that works for me, thanks!

blackhole commented on 2025-05-02 16:56 (UTC)

A possible trick is to copy manually libxml2.so.2 to /usr/lib/ (not the symbolic link but the corresonding library changing the name to libxml2.so.2) from a previous version, for example 2.13.8 (doing the ssme with last version will not work probably)

judmarc commented on 2025-05-02 04:57 (UTC)

Thanks! Yes, another user reported that their error message included a reference to libxml2. In the meantime I have rolled back to a working system.

blackhole commented on 2025-05-01 20:41 (UTC) (edited on 2025-05-01 20:41 (UTC) by blackhole)

I think this could related to libxml2 update from version 2.13.8-1 to 2.14.2-2.1 Many packages are involved including ardour, sane, kmail etc. I hope this will be solved when all packages are updated to support the new libxml2

However here audirvanaStudio is starting without errors, maybe because libxml2 is still 2.13.8-1 (I cannot make a system update for dependency problems related to the above packages)

judmarc commented on 2025-05-01 20:27 (UTC) (edited on 2025-05-01 20:27 (UTC) by judmarc)

Hi, since yesterday's updates, no matter whether I use the vanilla kernel, Zen, linux-rt, or linux-rt-lts, Audirvana Studio fails to start. When I check status with systemctl, it shows the message “(code=exited, status=127)”.

Any thoughts, or just wait for the kernel to change again?

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.