From 015d1d6554be97c0a4e5bee1b5c27693bec5bea2 Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 3 May 2021 01:10:00 +0200 Subject: [PATCH] Bump up version number to 7.3 --- README.md | 7 ++++--- cygwin/Install.cmd | 2 +- cygwin/ks-tools.cmd | 4 ++-- cygwin/prompt/.bashrc | 2 +- cygwin/prompt/ks-tools-zui.cmd.disabled | 4 ++-- cygwin/prompt/ks-zui.disabled | 6 +++--- disabled/ks-zui | 6 +++--- prompt/ks-tools | 6 +++--- prompt/ks-tools-rc | 2 +- prompt/ks-tools-zui | 6 +++--- src/ks-avi | 6 +++--- src/ks-crop | 6 +++--- src/ks-mix | 6 +++--- src/ks-mp3 | 6 +++--- src/ks-mp3-album | 6 +++--- src/ks-mp4 | 6 +++--- src/ks-mp4k | 6 +++--- src/ks-mp4s | 6 +++--- src/ks-mp4s-folder | 6 +++--- src/ks-oga | 6 +++--- src/ks-oga-album | 6 +++--- src/ks-upa | 6 +++--- src/ks-upf | 6 +++--- src/ks-upr | 6 +++--- src/ks-upv | 6 +++--- src/ks-vob | 6 +++--- wrapper/ks-avi-wrapper | 6 +++--- wrapper/ks-mp4-wrapper | 6 +++--- wrapper/ks-mp4k-wrapper | 6 +++--- wrapper/ks-mp4s-wrapper | 6 +++--- wrapper/ks-vob-wrapper | 6 +++--- 31 files changed, 86 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index 878b3c0..31137ae 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files. * [ks-tools-7.2-300321-en-all.deb](https://github.com/q3aql/ks-tools/releases/download/v7.2/ks-tools-7.2-300321-en-all.deb) - Debian based package. * [ks-tools-7.2-300321-en-all.rpm](https://github.com/q3aql/ks-tools/releases/download/v7.2/ks-tools-7.2-300321-en-all.rpm) - Red Hat based package. -_Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync, ffmpeg, grep_ +_Dependencies: `bash`, `coreutils`, `openssh-server`, `openssh-client`, `sshpass`, `rsync`, `ffmpeg`, `grep`_ ### Installation: @@ -60,15 +60,16 @@ _Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync, ```` * **Windows instruccions:** + * Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). * Copy folder `ks-tools` on `C:\Program Files`. * Open CMD terminal and type the following commands: - + ```shell Drive:> cd "C:\Program Files\ks-tools" Drive:> Install.cmd ```` - + ### External links: * [ffmpeg homepage](http://ffmpeg.org/) diff --git a/cygwin/Install.cmd b/cygwin/Install.cmd index dfbd091..8dde562 100644 --- a/cygwin/Install.cmd +++ b/cygwin/Install.cmd @@ -1,6 +1,6 @@ @echo off -set VERSION=7.2 +set VERSION=7.3 echo. echo ##################################### echo # Welcome to ks-tools installer %VERSION% # diff --git a/cygwin/ks-tools.cmd b/cygwin/ks-tools.cmd index 97b3c4b..a68d9bd 100644 --- a/cygwin/ks-tools.cmd +++ b/cygwin/ks-tools.cmd @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 30-03-2021 # +rem # U. Modificacion: 03-05-2021 # rem # Author: q3aql # rem # Contact: q3aql@protonmail.ch # rem # License: GPL v2.0 # rem ###################################### -set VERSION=7.2 +set VERSION=7.3 rem # Start ks-tools terminal (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/.bashrc b/cygwin/prompt/.bashrc index b364fe6..edf2856 100644 --- a/cygwin/prompt/.bashrc +++ b/cygwin/prompt/.bashrc @@ -185,7 +185,7 @@ alias Z:="/cygdrive/z" # Show menu of ks-tools echo "" echo " #####################################" -echo " # ks-tools 7.2 (for Windows/Cygwin) #" +echo " # ks-tools 7.3 (for Windows/Cygwin) #" echo " #####################################" echo "" echo " * Note:" diff --git a/cygwin/prompt/ks-tools-zui.cmd.disabled b/cygwin/prompt/ks-tools-zui.cmd.disabled index 3449ad5..b969d96 100644 --- a/cygwin/prompt/ks-tools-zui.cmd.disabled +++ b/cygwin/prompt/ks-tools-zui.cmd.disabled @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 30-03-2021 # +rem # U. Modificacion: 03-05-2021 # rem # Author: q3aql # rem # Contact: q3aql@protonmail.ch # rem # License: GPL v2.0 # rem ###################################### -set VERSION=7.2 +set VERSION=7.3 rem # Start ks-tools ZUI (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/ks-zui.disabled b/cygwin/prompt/ks-zui.disabled index 653d59d..19bfe40 100644 --- a/cygwin/prompt/ks-zui.disabled +++ b/cygwin/prompt/ks-zui.disabled @@ -2,12 +2,12 @@ ################################################################# # ks-zui (ks-tools) - Simple zenity user interface for ks-tools # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################# -VERSION="7.2 (BETA)" -M_DATE="300321" +VERSION="7.3 (BETA)" +M_DATE="030521" # Function to show about function showAbout() { diff --git a/disabled/ks-zui b/disabled/ks-zui index 44defb9..dad5fce 100755 --- a/disabled/ks-zui +++ b/disabled/ks-zui @@ -2,12 +2,12 @@ ################################################################# # ks-zui (ks-tools) - Simple zenity user interface for ks-tools # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################# -VERSION="7.2 (BETA)" -M_DATE="300321" +VERSION="7.3 (BETA)" +M_DATE="030521" # Function to show about function showAbout() { diff --git a/prompt/ks-tools b/prompt/ks-tools index 1f3ec19..8a08d46 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools terminal (using xterm) # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/prompt/ks-tools-rc b/prompt/ks-tools-rc index 9fc206b..fa6ad34 100644 --- a/prompt/ks-tools-rc +++ b/prompt/ks-tools-rc @@ -114,7 +114,7 @@ fi echo "" echo " #################################" -echo " # ks-tools 7.2 (for Unix/Linux) #" +echo " # ks-tools 7.3 (for Unix/Linux) #" echo " #################################" echo "" echo " * Available commands:" diff --git a/prompt/ks-tools-zui b/prompt/ks-tools-zui index 28933b5..b50c386 100755 --- a/prompt/ks-tools-zui +++ b/prompt/ks-tools-zui @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools ZUI (using xterm) # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2 (BETA)" -M_DATE="300321" +VERSION="7.3 (BETA)" +M_DATE="030521" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/src/ks-avi b/src/ks-avi index 43c76d0..54f5dd8 100755 --- a/src/ks-avi +++ b/src/ks-avi @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to AVI format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-crop b/src/ks-crop index 59efb93..2bc5826 100755 --- a/src/ks-crop +++ b/src/ks-crop @@ -2,12 +2,12 @@ ############################################################### # ks-crop (ks-tools) - Crop or change aspect ratio of a video # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mix b/src/ks-mix index cd187d5..49e678d 100755 --- a/src/ks-mix +++ b/src/ks-mix @@ -2,12 +2,12 @@ ##################################################################### # ks-mix (ks-tools) - Extract video/audio and mix video/audio files # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ##################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # File(s) detection current_dir="$(pwd)" diff --git a/src/ks-mp3 b/src/ks-mp3 index 479f1ee..91b1d1a 100755 --- a/src/ks-mp3 +++ b/src/ks-mp3 @@ -2,12 +2,12 @@ ######################################################################### # ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ######################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp3-album b/src/ks-mp3-album index 959a091..0066979 100755 --- a/src/ks-mp3-album +++ b/src/ks-mp3-album @@ -2,12 +2,12 @@ ###################################################################### # ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-mp4 b/src/ks-mp4 index f8d2e28..cba8073 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -2,12 +2,12 @@ ############################################################### # ks-mp4 (ks-tools) - Convert video to MP4 format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4k b/src/ks-mp4k index e729d55..73eec47 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s b/src/ks-mp4s index 05682b8..8ab3123 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s-folder b/src/ks-mp4s-folder index 300b0bf..cd780a8 100755 --- a/src/ks-mp4s-folder +++ b/src/ks-mp4s-folder @@ -2,12 +2,12 @@ ################################################################################# # ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################################# -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-oga b/src/ks-oga index 3f13e8a..c8c0a3a 100755 --- a/src/ks-oga +++ b/src/ks-oga @@ -2,12 +2,12 @@ ############################################################################# # ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################################# -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters dirTemp="/tmp" diff --git a/src/ks-oga-album b/src/ks-oga-album index 4710ff1..b6ae3d8 100755 --- a/src/ks-oga-album +++ b/src/ks-oga-album @@ -2,12 +2,12 @@ ############################################################################ # ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################################ -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-upa b/src/ks-upa index 2d711b9..1774b1f 100755 --- a/src/ks-upa +++ b/src/ks-upa @@ -2,12 +2,12 @@ ##################################################################### # ks-upa (ks-tools) - Upload audio file(s) to server with rsync+ssh # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ##################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upf b/src/ks-upf index 33360be..235f321 100755 --- a/src/ks-upf +++ b/src/ks-upf @@ -2,12 +2,12 @@ ###################################################################### # ks-upf (ks-tools) - Upload common file(s) to server with rsync+ssh # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upr b/src/ks-upr index 72e186f..ab137f6 100755 --- a/src/ks-upr +++ b/src/ks-upr @@ -2,12 +2,12 @@ ########################################################################### # ks-upr (ks-tools) - Upload recursively file(s) to server with rsync+ssh # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ########################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upv b/src/ks-upv index 535890a..bbbe904 100755 --- a/src/ks-upv +++ b/src/ks-upv @@ -2,12 +2,12 @@ ###################################################################### # ks-upv (ks-tools) - Upload videos file(s) to server with rynsc+ssh # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-vob b/src/ks-vob index 6d083c0..e3d89a5 100755 --- a/src/ks-vob +++ b/src/ks-vob @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to VOB DVD Format # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Basic parameters rel_size="720x480" diff --git a/wrapper/ks-avi-wrapper b/wrapper/ks-avi-wrapper index ad89892..f788fad 100755 --- a/wrapper/ks-avi-wrapper +++ b/wrapper/ks-avi-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-avi-wrapper (ks-tools) - Wrapper for ks-avi # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Conversion parameters ks_avi_to_wrap="/usr/bin/ks-avi" diff --git a/wrapper/ks-mp4-wrapper b/wrapper/ks-mp4-wrapper index 20b73a5..af5bf2a 100755 --- a/wrapper/ks-mp4-wrapper +++ b/wrapper/ks-mp4-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4" diff --git a/wrapper/ks-mp4k-wrapper b/wrapper/ks-mp4k-wrapper index 5dd3067..625a385 100755 --- a/wrapper/ks-mp4k-wrapper +++ b/wrapper/ks-mp4k-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Conversion parameters ks_mp4k_to_wrap="/usr/bin/ks-mp4k" diff --git a/wrapper/ks-mp4s-wrapper b/wrapper/ks-mp4s-wrapper index 2ed90e0..422455c 100755 --- a/wrapper/ks-mp4s-wrapper +++ b/wrapper/ks-mp4s-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Conversion parameters ks_mp4s_to_wrap="/usr/bin/ks-mp4s" diff --git a/wrapper/ks-vob-wrapper b/wrapper/ks-vob-wrapper index f86246b..68c9aae 100755 --- a/wrapper/ks-vob-wrapper +++ b/wrapper/ks-vob-wrapper @@ -2,12 +2,12 @@ ############################################################### # ks-vob-wrapper (ks-tools) - Wrapper for ks-vob # -# Date: 30-03-2021 # +# Date: 03-05-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="7.2" -M_DATE="300321" +VERSION="7.3" +M_DATE="030521" # Conversion parameters ks_vob_to_wrap="/usr/bin/ks-vob"