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
- Host: GitHub
- URL: https://github.com/jzucker2/spotifyrecordtimer
- Owner: jzucker2
- License: mit
- Created: 2015-07-07T18:09:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T23:01:54.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T12:09:52.589Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))