Skip to content

Some scripts and stuff that work with data from NYC classical radio station WQXR.

Notifications You must be signed in to change notification settings

SaraBee/nowplaying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now Playing

Some scripts and stuff that work with data from NYC classical radio station WQXR. Read more about this project over on my blog.

tmux status bar widget

To add now playing information to your tmux status bar, add the following to your .tmux.conf:

set -g status-right #(python3 path/to/nowplaying/tmux.py)

I added some color and a clock to mine:

set -g status-right '#[bg=#d7ff5f] #(python3 /path/to/nowplaying/tmux.py) | [%H:%M] '

An e-paper display

Written for Pimoroni's inky e-ink displays, using autodetection to work with both the inkypHAT and larger inkywHAT. If you've got a Raspberry Pi and inky dispplay, you can run whatnow.py on a cron (mine runs once a minute) to create your very own WQXR announcer display.

A Guess the Composer game

To play, clone this repo, turn on WQXR (or listen to their livestream and don't peek at what's currently on) and run guess.py however you run python3 scripts.

About

Some scripts and stuff that work with data from NYC classical radio station WQXR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages