forked from epikurus/flexget_config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.yml.sample
More file actions
30 lines (30 loc) · 759 Bytes
/
secrets.yml.sample
File metadata and controls
30 lines (30 loc) · 759 Bytes
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
trakt:
account: account
series: series
movies: watchlist
ended: ended
myanimelist:
id: user_id
pushbullet:
api: api_key
folder:
### path of the folder/mountpoint for all the media, without the leading slash
root: mount/media/
### media and download paths, relative to the previous path
series: series/
anime: anime/
movies: movies/
downseries: downloads/series/
downanime: downloads/anime/
downmovies: downloads/movies/
list:
animerename: /var/tmp/anime_rename.txt
script:
animerenamer: ~/.flexget/anime_renamer.sh
transmission:
host: localhost
user: transmission
pass: transmission
#
# Transmission configuration for port not included because int variable does not work from secrets.
# See: http://flexget.com/ticket/2745