-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsecrets.yml
More file actions
114 lines (86 loc) · 4.64 KB
/
secrets.yml
File metadata and controls
114 lines (86 loc) · 4.64 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
w## Folgendes ist zu beachten:
## - Die Config basiert auf entweder Plex.tv und Trakt.tv, oder Trakt alleine.
## - Trakt muss über den Stand der Collection informiert werden!
## - Plex: https://github.com/trakt/Plex-Trakt-Scrobbler
## - Kodi: http://kodi.wiki/view/Add-on:Trakt
## - Flexget-Trakt: Authentication: http://flexget.com/wiki/Plugins/trakt
## - Guessit sollte Installiert werden https://github.com/wackou/guessit
## Eigene Daten eintragen
queue:
movie: Default
series: Default
########## Default handler - IMPORTANT !!
handler: plex #Options are "trakt" or "plex"
########### Download-Manager
DownloadManager: jdownloader # "jdownloader" and "pyload" are possible values. USE LOWER CASES !
DownloadManagerQueue: 'enable' # "enable" and "disable" are possible values
DLFolder: '/Path/to/Downloads' #Do not put an "/" at the end
DLFolderArchive: '---Archiv' #Name of your Archive Folder inside your Downloads Folder
DLFolderWatchlist: '--Watchlist' #Name of your Watchlist Folder inside your Downloads Folder
DLFolderYouTube: '-YouTube' #Name of your YouTube Folder inside your Downloads Folder
DLFolderEBooks: '-eBooks' #Name of your YouTube Folder inside your Downloads Folder
#-------------------
JDownloader: #JDownloaders Folderwatch Path
path: '/Path/to/jd2' #Do not put an "/" at the end
#-------------------
pyload: #pyload.org
usr: 'XXXX'
pwd: 'XXXX'
ip: 'localhost' # localhost , ServerName , URL and IP-Adresses are possible values # ALWAYS WITHOUT "HTTP(S)://"
hoster: UploadedTo # "ShareOnlineBiz" and "UploadedTo" are possible values
protocol: 'http' # "http" and "https" are possible values
port: '8000' #Webinterface port
########## flexget
flexget:
path: '/Path/to/.flexget' # Usually: Windows "C:/path/to/flexget" , Linux "/home/username/.flexget" ---->>> Do not put an "/" at the end !!
scheduler: 5-17/2 # ONLY HOURS ARE POSSIBLE VALUES ! Example: Run every 2 hours between 5am and 5pm (http://flexget.com/wiki/Plugins/Daemon/scheduler)
########## RSS #NOT FIXED YET
# Sign Up at kimonolabs.com (for free) -> go to Account -> copy the API-Key -> replace "<<<YOURKEY>>>" with it, down here. Also replace the "<<< >>>". It's just for better visibility.
rss:
HDAreaSearch: "http://oldenburgknights.de/manuel/hd-area/hd-area.php?var={{search_term}}"
MovieBlog: ""
Serienjunkies:
Hoster: uploaded.to # "uploaded.to" or "share-online.biz" are possible values
Language: german # "german" , "english" are possible values
########## LOGINS
imdb: #imdb.com
usr: your@email.com ## snikay ## MAIN USER
pwd: XXXXXX
###
# usr2: urXXXXXXXX ## SecondUser ## NOT SUPPORTED YET
# usr3: urXXXXXXXX ## ThirdUser ## NOT SUPPORTED YET
OS: #Operating System ## NOT SUPPORTED YET
usr: ''
pwd: ''
################################### HANDLER
trakt: #trakt.tv
acc: 'XXXXX'
pwd: 'XXXXX'
#
Favorite_List: Favorites #Type in the Name of your Favorites-List. These will load in "high-quality" - eg 1080p instead of 720p. || THIS LIST MUST ALREADY EXIST ! FLEXGET CAN'T CREATE THEM
OnHold: OnHold # Type in the Name of your OnHold-List. Entries in this List will stop loading. Otherwise Watchlist entries will load continuously
# and makes the Watchlist obsolete. If you then want to load a Series continuously, simply remove it from that list.
# Choose this, if you don't use Plex with a Watchlist-Section. || THIS Trakt-LIST MUST ALREADY EXIST ! FLEXGET CAN'T CREATE THEM
plex: #plex.tv --- User Options (Multiple Users in Plex-Home possible)
###
usr: 'XXXXX'
pwd: 'XXXXX'
###### Server Options
ip: 'localhost'
TV_Collection: "XXXXX"
Series_Collection: 'XXXXX'
Series_Watchlist: 'XXXXX' #This is an alternative to the trakt OnHold - for usage without trakt.
#Only difference: You need to move the file on your Harddrive to start loading continuously (without removing it from a trakt list)
############ QUALITY: ### For possible values look: http://flexget.com/wiki/Plugins/quality
quality:
main: 720p #webrip+ h264+ dd5.1-dts #Type in your prefered main quality
high: 1080p #webrip+ h264+ dd5.1-dts #Type in your prefered high quality
############ ENGLISH:
English: 'enable' # "enable" and "disable" are possible values
############ BACKFILL ("backfill and "yes" to activate -- "no" and "no" to deactivate)
series:
tracking: backfill # "no" and "backfill" are possible values
backfill: enable # "enable" and "disable" are possible values
########### YouTube-Playlist: (this allows you to put a Video on this Playlist, to automatically load it)
YouTube:
Playlist: 'XXXXX'