/kxlu-dvr

Schedule and record your favorite KXLU 88.9 FM radio shows

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

kxlu-dvr

A simple stream writing script to record your favorite 88.9FM KXLU radio shows.

Introduction

Probably most efficiently utilized as a cron task on a computer with little downtime, this short little script utilizes the urllib module to pull stream data from the KXLU live feed and write it to an mp3 file. Inspired by almost always missing the awesome tunes by http://alienairmusic.com on Sunday evenings.

Usage

The script takes three arguments, which must be given positionally. The title of the segment to be recorded, the length of the segment in minutes, and the full output directory path.

./kxlu-dvr <title> <length in minutes> <output path>