1.4.0 • Published 4 years ago

radio-aerostat v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

aerostat

Little tool chain to deal with amazing aerostat radio podcast.

Install

cd <work>
git clone git@github.com:drom/aerostat.git
cd aerostat
npm i

Usage

download

Download range of episodes into current folder.

Options:

  • --min Number start downloading with this number
  • --max Number last episode to download
cd <music folder>
<work>/aerostat/bin/download.js --min 496 --max 535

chromecast

Play on Aerostat on chromecast device.

Options:

  • --number Number Aerostat Track number
  • --device String Chromecast device name
  • --skip Number Skip first N seconds of podcast (~35 sec is an intro.)
<work>/aerostat/bin/chromecast.js --number 496 --device <myChromeCastDeviceName>