PyRadio - cli internet radio player

The dublication was my bad; I’ve fixed it :slight_smile:

There’s just one thing though; muting the player. While the player is muted, titles will not be logged.

As soon as the player is unmuted, logging will resume.

What do you think? Should we log titles while the player is mutted? It’s very easy to do, either way… :slight_smile:

1 Like

I am happy you are contented!
I also think others (including me; I am a PyRadio user too :slight_smile: ) will like this feature!

2 Likes

Good morning!
Yes I think we should log titles while muted. For real pausing (and halting the log) I can press the space-key. That interrupts the mpv-player stream altogether. By pressing space again, mpv sets back in and logging also resumes (though I don’t know if vlc and mplayer behave the same in the terminal).
So I think it’s good when logging continues while muted to, for example, beeing able to check what one has missed while beeing on the telephone or something like that.

2 Likes

Good morning to you too!

ok, I will enable it and upload it again…

2 Likes

ok, done
Always here

2 Likes

Just wrote a little bash script to easily extract your ‘LIKES’ from the pyradio-titles.log and store them in a seperated list. Also with added search-links! Check it out! :slightly_smiling_face:

4 Likes

Just released PyRadio 0.8.9.17

In case you have installed the test archive mentioned in this thread, please uninstall it now using

python -m pip uninstall pyradio

Then you can install it again from Mabox repo

sudo pacman -S pyradio

and wait for @napcok to update it

Cheers!

4 Likes

Already in Mabox repo. Thanks @sng :slight_smile:

4 Likes

Just released PyRadio 0.8.9.18 :wink:

3 Likes

Uploaded to Mabox repo. Thanks :slight_smile:

Mabox_2022-05-18-17-15-1652886906

3 Likes

Thanks a lot …amazing job!

2 Likes

PyRadio 0.8.9.19 is out…
BUG FIX release…

2 Likes

Uploaded :slight_smile:

3 Likes

And again… :wink:
Version 0.8.9.20

4 Likes

PyRadio 0.8.9.27 is out!

Some bug fixes and “Station history”!
Oh, song title/station name on window title, also!

2 Likes

Already in Mabox repo.

Thanks @sng :slight_smile:

Mabox_20220918-16-19-18

1 Like

Thanks for your amazing job. Pyradio keeps looking so Pro :metal:

2 Likes

PyRadio 0.8.9.28 is out!

Enjoy!

2 Likes

Already in Mabox repo, thanks @sng

1 Like

PyRadio 0.8.9.30 is out!

This release brings a Desktop File installed under Internet, and Desktop Notifications!

Enjoy!

__
EDIT: @napcok A note about desktop notifications

If you want to have desktop notifications enabled by default, change this line in the config file

enable_notifications = -1

to

enable_notifications = 0

If you want to have notifications every 60 seconds, change

enable_notifications = -1

to

enable_notifications = 60

and so on :wink:

2 Likes