Updated playlists to work with iTunes 5.
authorKent Sutherland <ksuther@ithinksw.com>
Mon, 12 Sep 2005 21:45:48 +0000 (21:45 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Mon, 12 Sep 2005 21:45:48 +0000 (21:45 +0000)
commit9234efdd6caadd01f9b28637b44b7f88c42e0cec
tree7bcc1f43774533c4eb50cd064c6ffedb7ec78806
parentfce120b94a1adc6b9c6e1796217d8065bc105fbb
Updated playlists to work with iTunes 5.
Added PlaylistNode class to handle the playlists menu, since it is nested now.
Support for nested folders in iTunes
Completely rewrote playlists methods. Podcasts menu item shows up in the proper place now too.
iTunes 5 orders sources differently than iTunes 4, as far as I can tell. Instead of doing weird indexing like iTunes 4 (1, 2, 3 (skipped if there's no CD), 4, 5), it counts linearly all the time. I need someone with iTunes 4 to be sure this still works in iTunes 4 though.
MenuController.m
MenuTunes.xcodeproj/project.pbxproj
PlaylistNode.h [new file with mode: 0644]
PlaylistNode.m [new file with mode: 0644]
iTunesRemote.h
iTunesRemote.m