Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chrislgarry/wcrb
- Owner: chrislgarry
- Created: 2020-12-26T05:18:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T05:44:52.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T20:49:14.626Z (6 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```