Control your iTunes and Spotify playback (play/pause/next/prev/volume) from your Pebble watch!
If you have any questions, want to report an issue or request a feature, create an issue on GitHub.
Alternatively, I'll also try to help via email at macecchi@gmail.com.
cd pebble
pebble build && pebble install
To manually compile you just need to npm install
the dependencies and run npm run archive
to generate the app. The .app will be exported to the folder build.
cd osx
npm install
npm run archive
Alternatively, you can run iTunesify directly without packaging the OS X app (useful for debugging).
cd osx
npm install
npm start
A special thanks to Sean Porter for the iTunesify Remote icon!
This app was built using:
This Pebble app was originally forked from pebble-plex-remote by spangborn.
This code is licensed under the terms of the GNU General Public License v3. The GPL is a copyleft license that requires anyone who distributes this code or a derivative work to make the source available under the same terms.