Good afternoon. I would like to know if PyRadio can record what we are listening to like MOC does for example
Hi @juancuyo, welcome on the forum…
Yes it’s possible to record…
Start pyradio with
$ pyradio -r
It will be saved in ~/pyradio-recordings
$ man pyradio
-r, --record
Turn recording on (not available for VLC player on Windows).
-or, --open-recordings
-lr, --list-recordings
List recorded files.
edit:
github manual recording : pyradio/docs/recording.md at master · coderholic/pyradio · GitHub
Thank you, the application is very good, it is clear to me what the issue of recordings is like in the Git manual. Right now I’m translating some parts, I don’t speak English. I renew my thanks, see you soon
You can also enable / disable the recording function by pressing “|” (Vertical Bar) while you are running pyradio.
If you are enabling the recording function, you start recording to a file after you start playing a station.
If you are disabling the recording function, you stop recording to a file after you stop playing a station.
For better results make sure you have the mkvtoolnix-cli
package installed.