diff --git a/README.md b/README.md index f84e82b..0f1d435 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,10 @@ - [x] Discovers stations by language - [x] VLC, MPV player support - [x] Default config file +- [x] Result limit (default 100) - [x] Sleep Timer (pomodoro) ⏲️ +- [x] History/Recently Played stations +- [x] Scheduled Recording - [ ] I'm feeling lucky! Play Random stations @@ -123,6 +126,13 @@ Search a station with `radio --search [STATION_NAME]` or simply `radio` :zap: to 3. Let the app run for at least 5 seconds (not a serious issue though, for better performance) +### Demo + +#### Scheduled Recording +To schedule a recording: +`radio --record-at "18:30" --uuid "96444e20-0601-11e8-ae97-52543be04c81" --filename "evening_jazz" --duration 30` +This will countdown until 18:30, then record the station for 30 minutes, and exit. + ### Demo