added: check, skip HDR encoding; Source config instead of grep; changed if elif with case esac for performance;renaminglist is not case sensitive anymore; added encoding eta based on last speed; fixed language_folder variable
This commit is contained in:
parent
13e8012a73
commit
a862b7be7c
28
JDAutoConfig
28
JDAutoConfig
@ -5,15 +5,15 @@
|
|||||||
############################################################################################
|
############################################################################################
|
||||||
|
|
||||||
language=
|
language=
|
||||||
language_folder=/home/hhofmann/.local/scripts/lang
|
language_folder=~/.local/scripts/lang
|
||||||
|
|
||||||
############################################################################################
|
############################################################################################
|
||||||
#### Scripts-Folder: ####
|
#### Scripts-Folder: ####
|
||||||
############################################################################################
|
############################################################################################
|
||||||
|
|
||||||
jdautoenc=/home/hhofmann/.local/scripts/jdautoenc.sh
|
jdautoenc=~/.local/scripts/jdautoenc.sh
|
||||||
rename=/home/hhofmann/.local/scripts/rename.sh
|
rename=~/.local/scripts/rename.sh
|
||||||
renamelist=/home/hhofmann/.local/scripts/renamelist
|
renamelist=~/.local/scripts/renamelist
|
||||||
|
|
||||||
############################################################################################
|
############################################################################################
|
||||||
#### Folders: ####
|
#### Folders: ####
|
||||||
@ -34,7 +34,7 @@ Animes=/mnt/Medien/Animes
|
|||||||
#### Log-File: ####
|
#### Log-File: ####
|
||||||
############################################################################################
|
############################################################################################
|
||||||
|
|
||||||
log=/home/hhofmann/.local/logs/jdautoenc.log
|
log=~/.local/logs/jdautoenc.log
|
||||||
|
|
||||||
############################################################################################
|
############################################################################################
|
||||||
#### Notifications: ####
|
#### Notifications: ####
|
||||||
@ -58,19 +58,13 @@ apprisetag=
|
|||||||
encode=yes
|
encode=yes
|
||||||
|
|
||||||
bitrate_anime=1400
|
bitrate_anime=1400
|
||||||
preset_anime=fast
|
preset_anime=slow
|
||||||
|
|
||||||
bitrate_series=1700
|
bitrate_series=1700
|
||||||
preset_series=fast
|
preset_series=slow
|
||||||
|
|
||||||
bitrate_movie=2000
|
bitrate_movie=2000
|
||||||
preset_movie=fast
|
preset_movie=slow
|
||||||
|
|
||||||
bitrate_serie=1700
|
|
||||||
preset_serie=fast
|
|
||||||
|
|
||||||
bitrate_filme=2000
|
|
||||||
preset_filme=fast
|
|
||||||
|
|
||||||
# Choose nVidia, AMD or Intel
|
# Choose nVidia, AMD or Intel
|
||||||
Encoder=nVidia
|
Encoder=nVidia
|
||||||
@ -83,8 +77,8 @@ MovieDB=TheMovieDB
|
|||||||
SeriesDB=TheTVDB
|
SeriesDB=TheTVDB
|
||||||
AnimeDB=TheTVDB
|
AnimeDB=TheTVDB
|
||||||
|
|
||||||
MovieName={n} {y}
|
MovieName="{n} {y}"
|
||||||
SeriesName={n} {y}/Season {s}/{n} - {s00e00} - {t}
|
SeriesName="{n} {y}/Season {s}/{n} - {s00e00} - {t}"
|
||||||
AnimeName={n} {y}/Season {s}/{n} - {s00e00} - {t}
|
AnimeName="{n} {y}/Season {s}/{n} - {s00e00} - {t}"
|
||||||
|
|
||||||
FileBotLang=German
|
FileBotLang=German
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user