//Used in updating the menu automatically
NSTimer *refreshTimer;
- NSString *_latestSongIdentifier;
+ NSString *_latestSongIdentifier, *_toolTip;
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
MTBlingController *bling;
NSTimer *registerTimer;
- BOOL timerUpdating, _checkingForServer;
+ BOOL timerUpdating, _checkingForServer, _popped;
BOOL blinged;
NSLock *_serverCheckLock;
}
- (void)selectSongAtIndex:(int)index;
- (void)selectSongRating:(int)rating;
- (void)selectEQPresetAtIndex:(int)index;
+- (void)makePlaylistWithTerm:(NSString *)term ofType:(int)type;
- (void)showPlayer;
- (void)showPreferences;
- (void)showTestWindow;