Better version comprehension (#94)

* Better version log comprehension
pull/144/head
Alex 3 years ago committed by GitHub
parent d6616af5b8
commit 3dd08c28de

@ -1,4 +1,4 @@
A new version of the wrapper was deployed (v2.2) fixing some issues with HEVC and AAC transcoding.
You can find the changelog here: https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/releases/tag/2.2
A new version of the wrapper was deployed (v2.3) fixing some issues with scale_vaapi.
You can find the changelog here: https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/releases/tag/2.3
As always, please let me know of any issue you could have.

@ -8,7 +8,6 @@
source "/etc/VERSION"
dsm_version="$productversion $buildnumber-$smallfixnumber"
repo_base_url="https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher"
version="2.0"
action="patch"
branch="main"
ffmpegversion=""
@ -102,7 +101,7 @@ success() {
}
welcome_motd() {
info "ffmpeg-patcher v$version"
info "ffmpeg-patcher"
download "motd" "$repo_base_url/$branch/motd.txt" /tmp/tmp.wget
log "Message of the day" "\033[1;33m" "\n\n$(cat /tmp/tmp.wget)\n\n"

Loading…
Cancel
Save