Search found 410 matches

by hudiy
Thu Feb 05, 2026 6:54 pm
Forum: Hudiy
Topic: How to remove default parts of UI?
Replies: 4
Views: 47

Re: How to remove default parts of UI?

These colors are part of Material Design and are based on selected source color.

More details about colors in Material Design are available at: https://material-foundation.github.io/material-theme-builder/

You can define your custom source colors to match your background: https://github.com/wiboma ...
by hudiy
Thu Feb 05, 2026 6:09 pm
Forum: Hudiy
Topic: How to remove default parts of UI?
Replies: 4
Views: 47

Re: How to remove default parts of UI?

Hello, in the latest version we added possibility to set opacity of widgets and bottom bar backgrounds. Please have a look at this thread https://hudiy.eu/community/viewtopic.php?p=1174 and https://github.com/wiboma/hudiy/blob/main/main_configuration.md#theme (darkOpacity, lightOpacity ...
by hudiy
Mon Feb 02, 2026 7:11 pm
Forum: Extensions
Topic: GPS coordinates etc. from AA
Replies: 2
Views: 78

Re: GPS coordinates etc. from AA

Hello,

Android Auto only allows for sending GPS data from external source. This means that by using Hudiy and GPSD, you can transmit data to Android Auto, e. g. from a GPS module connected to the Raspberry Pi. The companion app does not have a mechanism for exchanging GPS data between Hudiy and the ...
by hudiy
Fri Jan 30, 2026 11:44 pm
Forum: Audio
Topic: After 2.4 update
Replies: 38
Views: 737

Re: After 2.4 update

Please verify that the hudiy_startup.sh has exactly the same content as we uploaded earlier, and check if the line endings are correct (dos2unix $HOME/.hudiy/share/hudiy_startup.sh).

It works for us locally so most probably your hudiy_startup.sh is somehow corrupted.
by hudiy
Fri Jan 30, 2026 11:29 pm
Forum: Audio
Topic: After 2.4 update
Replies: 38
Views: 737

Re: After 2.4 update

What is the output when you run hudiy_startup.sh manually?
by hudiy
Fri Jan 30, 2026 11:11 pm
Forum: Audio
Topic: After 2.4 update
Replies: 38
Views: 737

Re: After 2.4 update

It should be visible via pactl list sinks
by hudiy
Fri Jan 30, 2026 11:08 pm
Forum: Audio
Topic: After 2.4 update
Replies: 38
Views: 737

Re: After 2.4 update

This means the sink "bluez_output.E9_A7_26_03_1E_82.1" is not available and does not appear. The script waits until "bluez_output.E9_A7_26_03_1E_82.1" is available.
by hudiy
Fri Jan 30, 2026 8:25 pm
Forum: Announcements
Topic: Update to version 1.10 (Bookworm) and 2.6 (Trixie) is already available
Replies: 1
Views: 128

Update to version 1.10 (Bookworm) and 2.6 (Trixie) is already available

We’re pleased to announce that Hudiy version 1.10 (Bookworm) and 2.6 (Trixie) are now available. You can find the release highlights below:

WebView applications

We added support for the go_back_on_web_view_application and go_forward_on_web_view_application actions. They allow you to simulate ...
by hudiy
Fri Jan 30, 2026 7:32 pm
Forum: Audio
Topic: After 2.4 update
Replies: 38
Views: 737

Re: After 2.4 update

Does your amplifier always connect to Bluetooth before Hudiy starts? Looking at qpwgraph, it seems like sometimes the echo cancel and equalizer load before the amplifier connects, causing WirePlumber to create different routing.

You could try adding a wait for a specific sink before Hudiy starts ...
by hudiy
Wed Jan 28, 2026 9:00 pm
Forum: Audio
Topic: Noise cancellation
Replies: 2
Views: 62

Re: Noise cancellation

We will investigate the possibility of adding an external noise cancellation plugin. In the meantime, you can try the algorithms available within PipeWire itself (via WebRTC). It appears they are undocumented, but configuration parameters can be found in the PipeWire source code:

https://gitlab ...