-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
47 lines (40 loc) · 1.32 KB
/
config.example.yaml
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
anidb:
server: api.anidb.net
port: 9000
remoteport: 9001
username: username
password: password
nat: true
# This is the settings for the core renamer plugin
# It splits anime based on type into the specified folders.
# You can also disable it if you want railgun to only do mylist adds
renamer:
animebase: /mnt/fileshare/video/Anime
moviebase: /mnt/fileshare/video/Anime OVA
unsorted: /mnt/fileshare/video/Anime Unsorted
enabled: true
# This adds the files processed with railgun (either through command line or automatically)
# To the AniDB MyList with a state of unwatched and a location of hard drive.
# You can also disable it if you don't use MyList
mylist:
enabled: true
# This is ActiveRecord syntax, supports anything he does.
# Note that db/*.sqlite3 is excluded from git, so you should use that
# naming pattern when you are saving your sqlite database to this folder
database:
adapter: sqlite3
database: db/database.sqlite3
logging:
level: info
destinations:
# - file: /Users/ubercow/Desktop/coolguy.log
- gelf:
host: ledo
port: 12201
transmission:
url: http://transmission:9091/transmission/rpc
username: transmission
password: password
# If this isn't specified, radionoise won't add to the backlog
radionoise:
backlog: 3 days from now