Skip to content

Releases: AngryKiller/iTunes-bridge

Bugfix: the player state in getCurrentTrack() is now working

11 Mar 19:38
Compare
Choose a tag to compare
v0.2.1-alpha

Bugfix: the player state in getCurrentTrack() is now working

Goodbye getCurrentTrackBlabla()… Hello getCurrentTrack()!

11 Mar 18:56
Compare
Choose a tag to compare

There is now a new function: getCurrentTrack(), that replaces all the previous functions that were starting with getCurrentTrack. It returns a JSON Object with a lot of informations on the current track. You can look at the example to see how simple it is.
Here's what returns getCurrentTrack():

{ name: 'Say What You Say',
  artist: 'Eminem',
  album: 'The Eminem Show (Explicit Version)',
  duration: 310,
  elapsedTime: 146,
  remainingTime: 164,
  genre: 'Rap/Hip Hop',
  release_year: 2002,
  id: 2662,
  playerState: 'playing' }

getPlayerState is now returning « not running » if iTunes is closed.

10 Mar 17:36
Compare
Choose a tag to compare
v0.1.9-alpha

getPlayerState is now returning « not running » if iTunes is closed.

Added "Error handling"

06 Mar 23:28
Compare
Choose a tag to compare
Pre-release

The functions will now return null when there is an error executing the AppleScript.

Added 2 new functions

06 Mar 21:33
Compare
Choose a tag to compare
Added 2 new functions Pre-release
Pre-release

getCurrentTrackElapsedSeconds(); and getCurrentTrackRemainingSeconds(); mainly because I needed them for iTunes-Discord.

v0.1.6-alpha

06 Mar 21:16
Compare
Choose a tag to compare
v0.1.6-alpha Pre-release
Pre-release

Added 2 new functions: getCurrentTrackElapsedTime and getCurrentTrackRemainingTime

v0.1.5-alpha

06 Mar 16:55
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

Added new functions such as the release year, genre, the total count of playlist and tracks in the library and the player state. There is also now an example file.

v0.1.0-alpha

06 Mar 16:04
b1313a1
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
Update README.md