//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;
+ BOOL timerUpdating, _checkingForServer, _popped;
BOOL blinged;
+ NSLock *_serverCheckLock;
}
+ (MainController *)sharedController;
- (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;
- (void)setServerStatus:(BOOL)newStatus;
- (int)connectToServer;
- (BOOL)disconnectFromServer;
-- (void)checkForRemoteServer;
+- (void)checkForRemoteServerAndConnectImmediately:(BOOL)connectImmediately;
- (void)networkError:(NSException *)exception;
//