0.0.5 • Published 9 years ago
itunes-win v0.0.5
itunes-win
Control iTunes app for Windows.
Requirement
- Windows
- Node.js
- node-gyp
Configure
$ node-gyp configure
API
getCurrentTrack(callback)
Get current playing track info.
callback
: function(err, track)
err: null
track: { name: 'Dimension tripper!!!!',
artist: 'nao',
artwork:
{ format: 'JPEG',
data: <Buffer ff d8 ff ... > } }