removed JDAutoConfig from ignore, cause I had to change someparts for sourcing
This commit is contained in:
parent
b1075f8384
commit
343081375a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
# ignoriere die Renamelist damit diese nicht überschrieben wird bei einem Update/pullen
|
||||
renamelist
|
||||
JDAutoConfig
|
||||
|
||||
90
JDAutoConfig
Normal file
90
JDAutoConfig
Normal file
@ -0,0 +1,90 @@
|
||||
# Hier stehen nun alle Einstellungen für die jdautoenc:
|
||||
|
||||
############################################################################################
|
||||
#### Script-Settings: ####
|
||||
############################################################################################
|
||||
|
||||
language=
|
||||
language_folder=/home/hhofmann/.local/scripts/lang
|
||||
|
||||
############################################################################################
|
||||
#### Scripts-Folder: ####
|
||||
############################################################################################
|
||||
|
||||
jdautoenc=/home/hhofmann/.local/scripts/jdautoenc.sh
|
||||
rename=/home/hhofmann/.local/scripts/rename.sh
|
||||
renamelist=/home/hhofmann/.local/scripts/renamelist
|
||||
|
||||
############################################################################################
|
||||
#### Folders: ####
|
||||
############################################################################################
|
||||
|
||||
extracted=/mnt/downloads/entpackt/
|
||||
encodes=/mnt/Medien/encode/
|
||||
|
||||
############################################################################################
|
||||
#### Media Directories: ####
|
||||
############################################################################################
|
||||
|
||||
Movies=/mnt/Medien/Filme
|
||||
Series=/mnt/Medien/Serien
|
||||
Animes=/mnt/Medien/Animes
|
||||
|
||||
############################################################################################
|
||||
#### Log-File: ####
|
||||
############################################################################################
|
||||
|
||||
log=/home/hhofmann/.local/logs/jdautoenc.log
|
||||
|
||||
############################################################################################
|
||||
#### Notifications: ####
|
||||
############################################################################################
|
||||
|
||||
discord=https://discord.com/api/webhooks/
|
||||
|
||||
NextcloudDomain=https://Nextcloud.domain
|
||||
NextcloudUser=jdautoenc
|
||||
NextcloudPassword=Password
|
||||
NextcloudTalkToken=ChannelTokenID
|
||||
|
||||
appriseurl=192.168.0.3:8000/notify/apprise
|
||||
apprisetag=
|
||||
|
||||
############################################################################################
|
||||
#### Encoding: ####
|
||||
############################################################################################
|
||||
|
||||
# yes or no
|
||||
encode=yes
|
||||
|
||||
bitrate_anime=1400
|
||||
preset_anime=fast
|
||||
|
||||
bitrate_series=1700
|
||||
preset_series=fast
|
||||
|
||||
bitrate_movie=2000
|
||||
preset_movie=fast
|
||||
|
||||
bitrate_serie=1700
|
||||
preset_serie=fast
|
||||
|
||||
bitrate_filme=2000
|
||||
preset_filme=fast
|
||||
|
||||
# Choose nVidia, AMD or Intel
|
||||
Encoder=nVidia
|
||||
|
||||
############################################################################################
|
||||
#### FileBot: ####
|
||||
############################################################################################
|
||||
|
||||
MovieDB=TheMovieDB
|
||||
SeriesDB=TheTVDB
|
||||
AnimeDB=TheTVDB
|
||||
|
||||
MovieName={n} {y}
|
||||
SeriesName={n} {y}/Season {s}/{n} - {s00e00} - {t}
|
||||
AnimeName={n} {y}/Season {s}/{n} - {s00e00} - {t}
|
||||
|
||||
FileBotLang=German
|
||||
Loading…
x
Reference in New Issue
Block a user