-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.ini
45 lines (39 loc) · 1.4 KB
/
settings.ini
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
# Copy this file and fill in your settings
[base]
#sandbox
#paths.api = https://www.koemei.com/REST
paths.api = https://test.koemei.com/REST
paths.api.media = media
paths.api.media.transcribe = transcribe
paths.api.media.transcode = transcode
paths.api.media.align = align
paths.api.media.publish = publish
paths.api.media.unpublish = unpublish
paths.api.kobjects = kobjects
paths.api.processes = processes
paths.api.transcripts = transcripts
paths.api.notes = notes
path.local.media = resources/media
path.local.transcripts = resources/transcript
path.local.scripts.output = scripts/output
media.authorized_extensions = wav,mp3,flv,mp4,avi,mov,m4v,m4a
transcript.align.authorized_extensions = txt
accept.default = accept.json
accept.json = application/json
accept.srt = application/srt
[credentials]
username = [email protected]
password = pwd4demo
# TODO: get this from the user object
koemei_user_uuid = 0bcec531-9682-4ebc-b507-1da93c4dff44
[logging]
level = DEBUG
[test]
# path to a media file
audio_test_remote_mp3 = https://s3.amazonaws.com/static.koemei.com/videos/test_64K_short.mp3
audio_test_remote_youtube = http://www.youtube.com/watch?v=lQ-dvt3V4yQ
audio_test_remote_youtube_https = https://www.youtube.com/watch?v=lQ-dvt3V4yQ
transcript.align = transcript_to_align.txt
media.download_transcript.csv = transcripts_to_download.csv
media.transcribe.csv = media_to_transcribe.csv
media.align.csv = media_to_align.csv