0.0.1 • Published 8 years ago

itunes-nowplaying-win v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

itunes-nowplaying-win

npm version

Get nowplaying track from iTunes for Windows.

Requirement

How to debug with VisualStudio

> node-gyp configure --debug  # generate Visual Studio solution
> start build\binding.sln  # launch Visual Studio

Open project properties and Configuration Properties > Debugging

  • set Command to /path/to/node.exe
  • set Command Arguments to $(ProjectDir)..\example.js

API

getNowplaying(callback(err, track))

saveNowplayingArtworkToFile(path, callback(err))

For more details, see example.js

0.0.1

8 years ago