Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrislgarry/wcrb

Simple script to record daily stream of classical music station WCRB.
https://github.com/chrislgarry/wcrb

Last synced: about 6 hours ago
JSON representation

Simple script to record daily stream of classical music station WCRB.

Awesome Lists containing this project

README

        

# WCRB
Simple script to record the daily stream of classical music station [WCRB Boston](https://www.classicalwcrb.org/).

## Usage
1. Create a folder to store the recordings: ```mkdir -p ~/Documents/wcrbstream```
2. Create a log file to record the cronjob status: ```touch ~/Documents/wcrbstream/record_stream.log```
3. Run ```crontab -e``` (MacOS) and paste the following cronjob to start daily recording at 00:00:00 :
```
00 00 * * * cd ~/Documents/wcrbstream && ./record_stream.sh wcrbstream http://audio.wgbh.org:8004/ >> record_stream.log 2>&1
```