-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample-trackupdaterc
83 lines (66 loc) · 2.01 KB
/
example-trackupdaterc
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
71
72
73
74
75
76
77
78
79
80
81
82
83
[trackupdate]
# You can blacklist an album name (to omit it from the listings)
introAlbum: Radio Programme Heartbeat
pollTime: 1
pollScriptPath: Automation/GetCurrentTrackJSONWithArtwork.scpt
coverImagePath: ~/radio/covers/
coverImageBaseURL: https://example.com/radio/covers/
# default info to appear while iTunes is stopped
useStopValues: True
stopTitle: grahams' completely normal radio programme
stopArtist: grahams
stopAlbum: grahams' completely normal radio programme
# if the album title matches, the `ignore` parameter to `logTrack` will be
# True
ignoreAlbum: Radio Programme
# these are some initial values to insert into the NowPlaying.txt file.
# Will be overridden by the first (non-ignoreAlbum'ed) track you play
[AudioHijackTarget]
enabled: False
initTitle: Show will begin shortly
initArtist: grahams
initAlbum: grahams' completely normal radio programme
initDestination: ~/Music/Audio Hijack/NowPlaying.txt
initTime: 9:99
[LadioCastTarget]
enabled: True
initTitle: Show will begin shortly
initArtist: grahams
initAlbum: grahams' completely normal radio programme
initTime: 9:99
[StdioTarget]
enabled: True
[MastodonTarget]
enabled: True
initToot: The show is on! # Optional: Sent when plugin inits
closeToot: Thanks for listening! # Optional: Sent when plugin closes
AccessToken: <mastodon access token>
ApiBaseUrl: <mastodon apu base url> # Ex: https://botsin.space
[SlackTarget]
enabled: True
#see https://api.slack.com/incoming-webhooks for info on slack webhooks
webhookURL : <slack webhook url>
[SqliteTarget]
enabled: False
dbPath: ~/src/trackupdate/db/trackupdate.sqlite
[ListCommon]
showArtist: grahams
filePath: ~/Music/Audio Hijack
archiveURL: http://example.com/media/archive/%Y%m%d%%20-%%20The%%20Antonelli%%20Hour%%20Radio%%20.mp3
[TrackListFileTarget]
enabled: True
[CueFileTarget]
enabled: True
[CsvFileTarget]
enabled: True
[UTCsvFileTarget]
enabled: True
[WikiFileTarget]
enabled: True
[BlogFileTarget]
enabled: True
[BackblazeTarget]
enabled: True
appKey: xx
appKeyId: yy
bucketName: radio-images