You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: play random station from favorite list
Signed-off-by: Dipankar Pal <dipankarpal5050@gmail.com>
* fix: 🐛 duplicate favorite entry issue from runtime command
fixes#100
* updates
* feat: ✨ multiple media player support
* fix: 🐛 fails to play a single result
#102
* help docs added
* update
* feat: ✨ Defult config file support
#103
* fix: 🐛 Default recording filepath was ambiguas before
* feat: ✨ toggle playbacks from runtime command
#84
* feat: ✨ filter support added
#86
* fix: 🐛 ability to stop different players
* v2.9.1
---------
Signed-off-by: Dipankar Pal <dipankarpal5050@gmail.com>
A complex filter example: `--filter "country!=CA&tags!=islamic,classical&votes>500"`
233
+
234
+
> NOTE: set `--limit` to a higher value while filtering results
235
+
236
+
237
+
### Default Configs
238
+
239
+
Default configuration file is added into your home directory as `.radio-active-configs.ini`
240
+
241
+
```bash
242
+
[AppConfig]
243
+
loglevel = info
244
+
limit = 100
245
+
sort = votes
246
+
filter = none
247
+
volume = 80
248
+
filepath = /home/{user}/recordings/radioactive/
249
+
filetype = mp3
250
+
player = ffplay
251
+
```
252
+
253
+
Do NOT modify the keys, only change the values. you can give any absolute or relative path as filepath.
254
+
201
255
### Bonus Tips
202
256
203
257
1. when using `rf`: you can force the recording to be in mp3 format by adding an extension to the file name. Example "talk-show.mp3". If you don't specify any extension it should auto-detect. Example "new_show"
0 commit comments