Skip to content

Instantly share code, notes, and snippets.

@mrded
Last active November 4, 2016 01:47
Show Gist options
  • Select an option

  • Save mrded/0cfe97f873126617a95c to your computer and use it in GitHub Desktop.

Select an option

Save mrded/0cfe97f873126617a95c to your computer and use it in GitHub Desktop.
Dammit simple Internet Radio Player with a scheduler
# New Year
59 23 31 12 * mplayer http://happy-year.narod.ru/mp3/kurant.mp3
0 0 1 1 * mplayer http://media.kremlin.ru/1999_12_31_01s.mp3
# Every morning - Chill Out (7:00 - 9:00)
0 7 * * 1-5 mplayer http://air2.radiorecord.ru/chil_320
0 9 * * 1-5 pkill mplayer
# Every evening - Chill Out (19:00 - 22:00)
0 19 * * 1-5 mplayer http://air2.radiorecord.ru/chil_320
0 22 * * 1-5 pkill mplayer
@csfsr
Copy link
Copy Markdown

csfsr commented Nov 4, 2016

hi name is chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment