-
Notifications
You must be signed in to change notification settings - Fork 12
History
ryo katsuma edited this page Nov 3, 2013
·
6 revisions
Released on November 3, 2013
- Add
year
attribute to track
Released on October 20, 2013
- Escape double quote in track name, artist and album title
Released on August 11, 2013
- Move
current_track
method fromItunes::Track
toItunes::Player
Released on August 11, 2013
- Add
Itunes::Player.play
Released on August 10, 2013
- Change class name from Application to Player
- Add some utility methods to
Itunes::Player
- next_track
- prev_track
- playing?
- paused?
- stopped?
Released on July 7, 2013
-
Itunes::Application#add
returns an instance ofItunes::Track
Released on July 4, 2013
- Fix
Itunes::Track#convert
bug
Released on June 22, 2013
- Add
Itunes::Track.current_track
Released on June 16, 2013
- Add
Itunes::Track#update_attributes
Released on June 9, 2013
-
Itunes::Track#find_by
returns an array of tracks
Released on June 9, 2013
- First release
- Add
Itunes::Track
andItunes::Application