This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Defines.h
70 lines (55 loc) · 2.71 KB
/
Defines.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#pragma mark Preferences Keys
#define BGPrefFirstRunKey @"BGFirstRun"
#define BGPrefLastScrobbled @"LastScrobbled"
#define BGPrefShouldPlaySound @"PlaySound"
#define BGPrefWantMultiPost @"WantMultiPost"
#define BGPrefWantStatusItem @"WantStatusItem"
#define BGPrefShouldIgnoreComments @"IgnoreCommented"
#define BGPrefIgnoreCommentString @"IgnoreCommentsComment"
#define BGPrefShouldIgnoreGenre @"IgnoreGenre"
#define BGPrefIgnoreGenreString @"IgnoreGenreString"
#define BGPrefShouldIgnorePodcasts @"IgnorePodcasts"
#define BGPrefShouldIgnoreVideo @"IgnoreVideo"
#define BGPrefShouldIgnoreShort @"IgnoreShort"
#define BGPrefIgnoreShortLength @"IgnoreShortLength"
#define BGPrefShouldDoMultiPlay @"DoMultiPlay"
#define BGPrefShouldUseAlbumArtist @"UseAlbumArtist"
#define BGPrefShouldUseComposerInsteadOfArtist @"UseComposer"
#define BGPrefShouldUseGroupingInTitle @"UseGroupingInTitle"
#define INSTALLATIONID @"AnonymousInstallNumber"
#define BGPrefWantOldIcon @"WantOldIcon"
#define BGPrefUsePodFreshnessInterval @"UseiPodFreshnessInterval"
#define BGPrefPodFreshnessInterval @"iPodFreshnessInterval"
#define BGPref_Growl_SongChange @"GrowlSongChange"
#define BGPref_Growl_ScrobbleFail @"GrowlScrobbleFail"
#define BGPref_Growl_ScrobbleDecisionChanged @"GrowlScrobbleDecisionChanged"
#define BGNotificationPodMounted @"iPodWatcher_PodMounted"
#define BGScrobbleDecisionChangedNotification @"BGScrobbleDecisionChangedNotification"
#define BGXmlLocationChangedNotification @"BGXmlLocationChangedNotification"
#define BGOperationType_Song 0
#define BGOperationType_Artist 1
#define BGOperationType_Album 2
#define BGPrefWantNowPlaying @"PostNowPlaying"
#define BGPrefXmlLocation @"XMLLocation"
#define XMLChangedNotification @"XMLChangedNotification"
#define BGPrefUsername @"Username"
#pragma mark Growl Keys
#define SP_Growl_StartedScrobbling @"Started Scrobbling"
#define SP_Growl_FinishedScrobbling @"Finished Scrobbling"
#define SP_Growl_FailedScrobbling @"Scrobbling Failed"
#define SP_Growl_TrackChanged @"Track Changed"
#define SP_Growl_DecisionChanged @"Automatic Scrobbling Decision Changed"
#define SP_Growl_LoginComplete @"Authorization Complete"
#pragma mark Localise
#define DATE_FORMAT_STRING @"%Y-%m-%d %H-%M-%S"
#pragma mark Persistent Strings
#define BGLastSyncDate @"iPodLastSynchronized"
#define BGActivityHistoryArray "ActivityHistory"
#define BGTracksScrobbledTotal @"TracksScrobbled"
#define AMDSSyncComplete @"AMDSSyncComplete"
#define ServiceWorker_LoveCommand @"track.love"
#define ServiceWorker_BanCommand @"track.ban"
#pragma mark Leavin for Later (Commented)
//#define applescriptCalFormat @"%A, %e %B %Y %I:%M:%S %p"
//NSTimeDateFormatString
//#define BGPrefPassKey @"lastFMPassword"