diff --git a/cygwin/Install.cmd b/cygwin/Install.cmd index eb6b29d..97a46e4 100644 --- a/cygwin/Install.cmd +++ b/cygwin/Install.cmd @@ -1,6 +1,6 @@ @echo off -set VERSION=6.8 +set VERSION=6.9 echo. echo ##################################### echo # Welcome to ks-tools installer %VERSION% # diff --git a/cygwin/ks-tools.cmd b/cygwin/ks-tools.cmd index bc2788d..bb6630f 100644 --- a/cygwin/ks-tools.cmd +++ b/cygwin/ks-tools.cmd @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 22-03-2021 # +rem # U. Modificacion: 23-03-2021 # rem # Author: q3aql # rem # Contact: q3aql@protonmail.ch # rem # License: GPL v2.0 # rem ###################################### -set VERSION=6.8 +set VERSION=6.9 rem # Start ks-tools terminal (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/.bashrc b/cygwin/prompt/.bashrc index 32c4636..096d905 100644 --- a/cygwin/prompt/.bashrc +++ b/cygwin/prompt/.bashrc @@ -116,7 +116,7 @@ alias all-commands='ls /bin | grep ".exe" | cut -d "." -f 1' echo "" echo " #####################################" -echo " # ks-tools 6.8 (for Windows/Cygwin) #" +echo " # ks-tools 6.9 (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 800f74e..a499726 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: 22-03-2021 # +rem # U. Modificacion: 23-03-2021 # rem # Author: q3aql # rem # Contact: q3aql@protonmail.ch # rem # License: GPL v2.0 # rem ###################################### -set VERSION=6.8 +set VERSION=6.9 rem # Start ks-tools ZUI (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/ks-zui.disabled b/cygwin/prompt/ks-zui.disabled index 46fee1a..d385f6a 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################# -VERSION="6.8 (BETA)" -M_DATE="220321" +VERSION="6.9 (BETA)" +M_DATE="230321" # Function to show about function showAbout() { diff --git a/disabled/ks-zui b/disabled/ks-zui index d4a8665..7ffa546 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################# -VERSION="6.8 (BETA)" -M_DATE="220321" +VERSION="6.9 (BETA)" +M_DATE="230321" # Function to show about function showAbout() { diff --git a/prompt/ks-tools b/prompt/ks-tools index ea13f26..6c503b0 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools terminal (using xterm) # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/prompt/ks-tools-rc b/prompt/ks-tools-rc index fa7f93d..d14feaa 100644 --- a/prompt/ks-tools-rc +++ b/prompt/ks-tools-rc @@ -114,7 +114,7 @@ fi echo "" echo " #################################" -echo " # ks-tools 6.8 (for Unix/Linux) #" +echo " # ks-tools 6.9 (for Unix/Linux) #" echo " #################################" echo "" echo " * Available commands:" diff --git a/prompt/ks-tools-zui b/prompt/ks-tools-zui index 094d776..951870d 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8 (BETA)" -M_DATE="220321" +VERSION="6.9 (BETA)" +M_DATE="230321" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/src/ks-avi b/src/ks-avi index 109d997..93d4b16 100755 --- a/src/ks-avi +++ b/src/ks-avi @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to AVI format # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-crop b/src/ks-crop index f820dac..df8cf97 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mix b/src/ks-mix index a231b75..cddb515 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ##################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # File(s) detection current_dir="$(pwd)" diff --git a/src/ks-mp3 b/src/ks-mp3 index 9491b6b..20935e5 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ######################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp3-album b/src/ks-mp3-album index 0bcc5bc..d3490ae 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-mp4 b/src/ks-mp4 index d3b09fd..f7bb834 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -2,12 +2,12 @@ ############################################################### # ks-mp4 (ks-tools) - Convert video to MP4 format # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4k b/src/ks-mp4k index 17ac4f1..c02191e 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s b/src/ks-mp4s index 7078cf9..d7c3971 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s-folder b/src/ks-mp4s-folder index b63151e..ac29cc7 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ################################################################################# -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-oga b/src/ks-oga index 7d38f6b..a342ed2 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################################# -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters dirTemp="/tmp" diff --git a/src/ks-oga-album b/src/ks-oga-album index b1a1976..a33e85d 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################################ -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-upa b/src/ks-upa index 02a8932..4567ea7 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ##################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upf b/src/ks-upf index c2a0f0f..0478650 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upr b/src/ks-upr index 854bddb..551ecb3 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ########################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upv b/src/ks-upv index 860c586..32321bd 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ###################################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-vob b/src/ks-vob index e7385b8..7394d55 100755 --- a/src/ks-vob +++ b/src/ks-vob @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to VOB DVD Format # -# Date: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Basic parameters rel_size="720x480" diff --git a/wrapper/ks-avi-wrapper b/wrapper/ks-avi-wrapper index b63dae1..b3847b6 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-avi" diff --git a/wrapper/ks-mp4-wrapper b/wrapper/ks-mp4-wrapper index 30037e4..97a6fdc 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4" diff --git a/wrapper/ks-mp4k-wrapper b/wrapper/ks-mp4k-wrapper index 436b4dc..282fadf 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4k" diff --git a/wrapper/ks-mp4s-wrapper b/wrapper/ks-mp4s-wrapper index 75431a6..16b92da 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4s" diff --git a/wrapper/ks-vob-wrapper b/wrapper/ks-vob-wrapper index 4bc8232..2bf5ec4 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: 22-03-2021 # +# Date: 23-03-2021 # # Author: q3aql # # Contact: q3aql@protonmail.ch # ############################################################### -VERSION="6.8" -M_DATE="220321" +VERSION="6.9" +M_DATE="230321" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-vob"