0.0.5 • Published 10 years ago
itunes-win v0.0.5
itunes-win
Control iTunes app for Windows.
Requirement
- Windows
- Node.js
- node-gyp
Configure
$ node-gyp configureAPI
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 ... > } }