//Used in updating the menu automatically
NSTimer *refreshTimer;
int trackInfoIndex;
+
int lastPlaylistIndex;
NSString *lastSongIdentifier;
+ int lastSongRating;
BOOL isPlayingRadio;
ITMTRemotePlayerRunningState isAppRunning;
- BOOL didHaveAlbumName;
- BOOL didHaveArtistName; //Helper variable for creating the menu
//For upcoming songs
NSMenuItem *upcomingSongsItem;
NSMenuItem *playPauseItem; //Toggle between 'Play' and 'Pause'
- PreferencesController *prefsController;
StatusWindow *statusWindow; //Shows track info and upcoming songs.
}
- (void)applicationLaunched:(NSNotification *)note;
- (void)applicationTerminated:(NSNotification *)note;
-- (void)registerDefaults;
- (void)rebuildMenu;
+- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (void)closePreferences;