/itunes-win

Golang package to control iTunes on Windows

Primary LanguageGoMIT LicenseMIT

itunes-win

Fork Notes

  • go module support
  • Added Tracks.GetTrackByPersistentID
  • Added ITunes.ObjectPersistentID
  • Added Location field writing
  • Added OperationStatus
  • code cleanup / refactor

Build status GoDoc

Package itunes-win enables you to handle iTunes on Windows in Go. This is a thin wrapper of iTunes COM interface.

Note this library doesn't relect all of the methods and the properties of iTunes COM interface.

Installation

go get github.com/draeron/itunes-win/itunes

License

Under MIT License: https://tdsh.mit-license.org/

Documentation