mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
"napi.sh" is a napiprojekt.pl client written in Bash. The purpose of the project was to create simple tool for systems with very limited resources (NAS QNAP drives, Synology, OpenWRT routers, Popcorn streamers, etc). It was inspired by "pynapi.py" script. "napi.sh" is distributed together with automatic subtitle format converter "subotage.sh" created specially for "napi.sh". "subotage.sh" is written in Bash and uses awk for text processing. PR: 245996
16 lines
410 B
Bash
16 lines
410 B
Bash
--- libs/libnapi_subs.sh.orig 2020-04-26 01:52:36 UTC
|
|
+++ libs/libnapi_subs.sh
|
|
@@ -189,11 +189,11 @@ subs_convertFormat() {
|
|
subotage_processFile \
|
|
"${videoFileDir}/${sourceSubsFileName}" \
|
|
"none" \
|
|
- "0" \
|
|
+ "${fps}" \
|
|
"" \
|
|
"${videoFileDir}/${destSubsFileName}" \
|
|
"${format}" \
|
|
- "${fps}" \
|
|
+ "0" \
|
|
""
|
|
convStatus=$?
|
|
|