An open API service indexing awesome lists of open source software.

https://github.com/jzucker2/spotifyrecordtimer

Simple hack to pause your music every 25 minutes as a reverse pomodoro timer
https://github.com/jzucker2/spotifyrecordtimer

Last synced: 3 months ago
JSON representation

Simple hack to pause your music every 25 minutes as a reverse pomodoro timer

Awesome Lists containing this project

README

        

# SpotifyRecordTimer

## Install Shpotify
Best way to install is with Homebrew:
`brew install shpotify`

## Notifications
Install terminal-notifier if you'd like desktop notifications as well
`brew install terminal-notifier`

## Install a cronjob with something like this:

```bash
TERM=xterm-256color
SHELL=/bin/sh
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin
*/1 * * * * python /SpotifyRecordTimer/spotify_record_timer.py
```

## Feature Requests
* Menu bar item like Dropbox
* Support for other media players
* Custom times
* On/off switch
* Time remaining
* launchd integration
* App Store bundling
* Windows support (possibly start with [this](https://commandlinemedia.codeplex.com/documentation))