Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.46 KB

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