Search found 24 matches
- Thu May 07, 2026 10:19 am
- Forum: General discussion
- Topic: Playlist
- Replies: 0
- Views: 260
Playlist
Hi, I would like to know if it is possible to create playlists with the music saved in the internal nvme of the raspberry, and if it is possible to make sure that the song that was being listened to from the nvme is ready for listening upon reboot, I hope I have been clear thanks.
- Fri May 01, 2026 8:56 am
- Forum: Displays
- Topic: clean boot
- Replies: 2
- Views: 378
Re: clean boot
Thanks a lot, it worked
- Fri May 01, 2026 8:22 am
- Forum: Displays
- Topic: clean boot
- Replies: 2
- Views: 378
clean boot
Hi, these days I updated Hudiy to the latest version and I also updated Trixie, now at startup I see the raspberry image and then the correct startup of Hudiy, before the update of Trixie after a few seconds of black screen Hudiy started, I tried to modify some parameters on the cmdline.txt and on ...
- Tue Nov 25, 2025 11:18 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1248
Re: Call Volume
I would like to be able to distinguish whether the audio stream I hear is a piece of music or a phone call. If it's a piece of music, I lower the volume. If it's a phone call, I don't lower the volume. I was thinking of checking either "on_phone_connection_status" or "on_phone_voice_call_status." I ...
- Mon Nov 24, 2025 10:35 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1248
Re: Call Volume
How is your reverse camera connected to the Raspberry Pi and how are you displaying the image in Hudiy (the built-in camera view or an HTML view)? Hudiy itself does not change the volume level when the reverse camera is active so it must happens somewhere in PipeWire.
Could you please send us the ...
- Mon Nov 24, 2025 7:24 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1248
Re: Call Volume
Hi, with this pactl set-sink-volume hudy equalizer sink command, I lower and raise the audio volume. Is there a command that lowers or raises the music volume but not the phone volume? Now, when I put the car in reverse, the music volume goes down, but if I'm on the phone, it goes down as well. Are ...
- Sat Nov 15, 2025 1:37 pm
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1208
Re: Play toutchscreen
I tried simulating key presses or mouse clicks, but I can't find any Python libraries compatible with WayLand. For now, I automatically start music with Android Auto, and I stop it if I don't want to listen to it.
I switched to Trixie. Previously, I automatically started my Python file in /etc/xdg ...
I switched to Trixie. Previously, I automatically started my Python file in /etc/xdg ...
- Wed Nov 12, 2025 12:51 pm
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1208
Re: Play toutchscreen
Hi,
My Mini Cooper has an Arduino Nano installed that translates CAN-BUS messages into messages that can be read by the Raspberry Pi 5. The point where I connected the Arduino to get the CAN-BUS signals is inconvenient for connecting the Raspberry Pi. The two communicate via serial. The commands are ...
My Mini Cooper has an Arduino Nano installed that translates CAN-BUS messages into messages that can be read by the Raspberry Pi 5. The point where I connected the Arduino to get the CAN-BUS signals is inconvenient for connecting the Raspberry Pi. The two communicate via serial. The commands are ...
- Wed Nov 12, 2025 10:58 am
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1208
Re: Play toutchscreen
Hi,
I started working on the audio focus. I get "Attempting to register AudioFocus as a Raspberry audio controller." I then get "register audio focus receiver response, result: 1, id 22." The ID changes every time I run the script.
Fig1.png
When I press the Play (PL) button, I get "executing ...
I started working on the audio focus. I get "Attempting to register AudioFocus as a Raspberry audio controller." I then get "register audio focus receiver response, result: 1, id 22." The ID changes every time I run the script.
Fig1.png
When I press the Play (PL) button, I get "executing ...
- Fri Nov 07, 2025 10:46 am
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1208
Re: Play toutchscreen
Thanks, I'll try to understand how the audio-focus works.