Merge pull request #40 from dhumphrey7/v8.5.6

Minor Fixes for NZBGET-MP4
This commit is contained in:
Admin9705
2019-03-20 23:20:11 -04:00
committed by GitHub
15 changed files with 15 additions and 14 deletions

View File

@@ -57,7 +57,7 @@
- name: 'Copy custom init scripts into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/cont-init.d/30-config
src: /opt/communityapps/apps/templates/{{pgrole}}/cont-init.d/30-config
dest: /opt/appdata/{{pgrole}}/cont-init.d
directory_mode: yes
force: yes
@@ -67,7 +67,7 @@
- name: 'Copy custom install scripts into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/installer/installer.sh
src: /opt/communityapps/apps/templates/{{pgrole}}/installer/installer.sh
dest: /opt/appdata/{{pgrole}}/installer
directory_mode: yes
force: yes
@@ -77,7 +77,7 @@
- name: 'Copy custom mp4 config into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/MP4_Automator/autoProcess.ini
src: /opt/communityapps/apps/templates/{{pgrole}}/MP4_Automator/autoProcess.ini
dest: /opt/appdata/{{pgrole}}/scripts/MP4_Automator
directory_mode: yes
force: yes
@@ -87,7 +87,7 @@
- name: 'Copy custom NZBGetPostProcess script config into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/MP4_Automator/TEMPLATEPPScript
src: /opt/communityapps/apps/templates/{{pgrole}}/MP4_Automator/TEMPLATEPPScript
dest: /opt/appdata/{{pgrole}}/
directory_mode: yes
force: yes
@@ -97,7 +97,7 @@
- name: 'Copy ffmpeg build script into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/ffmpeg-build/web-install.sh
src: /opt/communityapps/apps/templates/{{pgrole}}/ffmpeg-build/web-install.sh
dest: /opt/appdata/{{pgrole}}/ffmpeg-build
directory_mode: yes
force: yes
@@ -107,7 +107,7 @@
- name: 'Copy ffmpeg build script into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/ffmpeg-build/build-ffmpeg
src: /opt/communityapps/apps/templates/{{pgrole}}/ffmpeg-build/build-ffmpeg
dest: /opt/appdata/{{pgrole}}/ffmpeg-build
directory_mode: yes
force: yes
@@ -117,7 +117,7 @@
- name: 'Copy custom init scripts into directory for {{pgrole}}'
copy:
src: /opt/communityapps/apps/templates/nzbget-mp4/services.d/run
src: /opt/communityapps/apps/templates/{{pgrole}}/services.d/run
dest: /opt/appdata/{{pgrole}}/services.d
directory_mode: yes
force: yes

View File

@@ -24,7 +24,7 @@ apikey =
[MP4]
ffmpeg = /config/ffmpeg-build/workspace/bin/ffmpeg
ffprobe = /config/ffmpeg-build/workspace/bin/ffprobe
threads = 1
threads = 0
output_directory =
copy_to =
move_to =
@@ -38,7 +38,8 @@ video-crf = 18
video-max-width =
h264-max-level = 4.1
use-qsv-decoder-with-encoder = True
ios-audio = libfdk_aac
use-hevc-qsv-decoder = False
ios-audio = True
ios-first-track-only = False
ios-audio-filter = dynaudnorm
max-audio-channels =
@@ -47,17 +48,17 @@ audio-language = eng
audio-default-language = eng
audio-channel-bitrate = 256
audio-filter =
subtitle-codec = srt
subtitle-codec = mov_text
subtitle-language = eng
subtitle-default-language =
subtitle-encoding =
fullpathguess = True
convert-mp4 = True
convert-mp4 = False
tagfile = True
tag-language = en
download-artwork = Poster
download-subs = True
embed-subs = False
embed-subs = True
sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
permissions = 0777
post-process = False

View File

@@ -175,8 +175,8 @@ if build "yasm"; then
fi
if build "nasm"; then
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.gz" "nasm.tar.gz"
cd $PACKAGES/nasm-2.13.03 || exit
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.14.02.tar.gz" "nasm.tar.gz"
cd $PACKAGES/nasm-2.14.02 || exit
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
execute make -j $MJOBS
execute make install