X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b7af173c1f7c657d89d3768d6f110f9ffc51760b..34a2a6ce5cce484c5b8dcd413efa1181130fbab0:/MainController.h diff --git a/MainController.h b/MainController.h index 2ea08ba..10949f8 100755 --- a/MainController.h +++ b/MainController.h @@ -43,10 +43,11 @@ NSUserDefaults *df; MTBlingController *bling; - NSTimer *registerTimer, *_statusWindowUpdateTimer; + NSTimer *registerTimer, *_statusWindowUpdateTimer, *_audioscrobblerTimer; BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling; BOOL blinged; int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window + int _audioscrobblerInterval; NSLock *_serverCheckLock; } + (MainController *)sharedController; @@ -92,6 +93,7 @@ - (void)closePreferences; - (MenuController *)menuController; +- (void)showCurrentAlbumArt; - (void)showCurrentTrackInfo; @end