-
Notifications
You must be signed in to change notification settings - Fork 46
/
config.cfg.example
48 lines (47 loc) · 1.33 KB
/
config.cfg.example
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
[general]
ffmpeg_path: ffmpeg | avconv | none if using vlc
vlc_path: /path/to/vlc
videos: [
{
'title': "A New Hope",
'movie_path': "/path/to/movie-file",
'subtitle_path': "subs/Star_Wars_Episode_IV.srt",
'slug': 'hope',
},
{
'title': "The Empire Strikes Back",
'movie_path': "/path/to/movie-file",
'subtitle_path': "subs/Star_Wars_Episode_V.srt",
'slug': 'empire',
},
{
'title': "The Return of the Jedi",
'movie_path': "/path/to/movie-file",
'subtitle_path': "subs/Star_Wars_Episode_VI.srt",
'slug': 'return',
},
{
'title': "The Force Awakes",
'movie_path': "/path/to/movie-file",
'subtitle_path': "subs/Star_Wars_Episode_VII.srt",
'slug': 'awakens',
},
{
'title': "The Last Jedi",
'movie_path': "/path/to/movie-file",
'subtitle_path': "subs/Star_Wars_Episode_VIII.srt",
'slug': 'last',
},]
[imgur]
client_id: imgur_client_id
api_key: imgur_client_secret
[twitter]
app_key: twitter_app_key
app_secret: twitter_app_secret
oauth_token: twitter_oauth_token
oauth_token_secret: twitter_oauth_token_secret
[tumblr]
consumer_key: tumblr_consumer_key
consumer_secret: tumblr_consumer_secret
oauth_token: tumblr_oauth_token
oauth_token_secret: tumblr_oauth_token_secret