This package has been deprecated

Author message:

Please use itunes-nowplaying-win instead

itunes-win

0.0.5 • Public • Published

itunes-win

npm version

Control iTunes app for Windows.

Requirement

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 ... > } }

Readme

Keywords

Package Sidebar

Install

npm i itunes-win

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • castaneai