fredx181 wrote: Wed Jan 04, 2023 2:32 pm
*** YRadio v1.4 xbps package ***
Dependencies: yad mpv jq xdotool (will be installed if not already) (edit: also curl is a dependency, but most likely installed already).
yradio-1.4_0.noarch.xbps
P.S. the 64-bit appimage from here works too on KLV (yad (gtk2) and jq included): viewtopic.php?p=77569#p77569
Hi Fred, thanks for this player, I'm a new user and I'm enjoying yradio. Initially, I was dumb enough to keep clicking the "Double click to play" label, thinking that something would happen
then eventually I realized my mistake 
The online search is great. I can add that one can search the current radio list from yad itself, just press Ctrl+F when the cursor is in the list of stations. So, for instance, enter "german" in the search field, click "Load", wait for the list to update, select the first list item, press Ctrl+F and type something to restrict the search to items that start with that something.
I tested the 64 bit appimage, which failed with yad error message, unknown option --keep-icon-size. That option isn't available in yad 0.40, you need at least version 0.42.26 from https://github.com/step-/yad (gtk2, gtk3) or version 2.0 from https://github.com/v1cont/yad (gtk3 and higher).
I tested an unpacked xbps on Fatdog, and it worked well because the installed yad's version is greater than 0.42.26.
Side note: To catch the unknown option error on your system if you need to add ignore_unknown_options=false
to ~/.config/yad/yad.conf. The default value is true
false
, which makes the installed yad run in spite of not being able to honor an unknown option. Ignoring unknown options is OK for options that make a small difference, such as --keep-icon-size, but not OK for options that are indispensable to a script's purpose.