-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example
59 lines (55 loc) · 1.33 KB
/
config.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
49
50
51
52
53
54
55
56
57
58
59
# This file should go in ~/.allplay/config
# THIS IS A YAML FILE!
---:
# Media sources are defined with:
# alias: mountpoint
# The point of the alias is if you
# use this application across multiple
# machines, you may have different users
# or different mount paths for the same remote
# storage on each machine. This allows you to
# use a common alias so the media metadata
# can still be synced across the machines with
# different mount locations.
media_sources:
media1: /home/user/media1
ex: /home/user/example
local_database: /home/user/.allplay/allplay.sqlite3
local_scan_delay: 86400
# If you leave this empty or don't include it
# syncing to and from S3 will be disabled.
# If you do include it, make sure to setup
# your ~/.aws/credentials
s3_database:
profile: allplay
bucket: user-allplay
filename: allplay.sqlite3
# When tagging media, you can define short quick tags
# for common tags so you don't have to type them all out
quick_tags:
f: favorite
h: horror
a: action
com: comedy
r: romance
e: etc
# With auto_tags, if the main file/directory
# contains the key, then it will tag with the value
auto_tags:
love: romance
monster: horror
horror: horror
media_handler: /usr/bin/mpv
media_extensions:
- mpg
- mpeg
- mpeg2
- m4v
- mkv
- avi
- wmv
- flv
- mov
- ogm
- mp4
non_media_tag: not.media