diff --git a/cygwin/Install.cmd b/cygwin/Install.cmd index a6d3e9f..c895fa7 100644 --- a/cygwin/Install.cmd +++ b/cygwin/Install.cmd @@ -1,10 +1,10 @@ @echo off -set VERSION=8.3 +set VERSION=8.3.1 echo. -echo ##################################### +echo ####################################### echo # Welcome to ks-tools installer %VERSION% # -echo ##################################### +echo ####################################### echo. echo - This installer simply creates a shortcut to the echo application on your desktop. We recommend that diff --git a/cygwin/ks-tools-cmd.cmd b/cygwin/ks-tools-cmd.cmd index 5cfb172..d0558f8 100644 --- a/cygwin/ks-tools-cmd.cmd +++ b/cygwin/ks-tools-cmd.cmd @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 28-01-2022 # +rem # U. Modificacion: 04-02-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.3 +set VERSION=8.3.1 rem # Start ks-tools terminal (bash) cd "%~d0%~p0" diff --git a/cygwin/ks-tools.cmd b/cygwin/ks-tools.cmd index 670a95d..8f971ea 100644 --- a/cygwin/ks-tools.cmd +++ b/cygwin/ks-tools.cmd @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 28-01-2022 # +rem # U. Modificacion: 04-02-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.3 +set VERSION=8.3.1 rem # Start ks-tools terminal (bash) cd "%~d0%~p0" diff --git a/cygwin/prompt/.bashrc b/cygwin/prompt/.bashrc index e072531..9562e6f 100644 --- a/cygwin/prompt/.bashrc +++ b/cygwin/prompt/.bashrc @@ -184,9 +184,9 @@ alias Z:="/cygdrive/z" # Show menu of ks-tools echo "" -echo " #####################################" -echo " # ks-tools 8.3 (for Windows/Cygwin) #" -echo " #####################################" +echo " #######################################" +echo " # ks-tools 8.3.1 (for Windows/Cygwin) #" +echo " #######################################" echo "" echo " * Note:" echo " - C: is /cygdrive/c" diff --git a/cygwin/prompt/ks-tools-zui.cmd.disabled b/cygwin/prompt/ks-tools-zui.cmd.disabled index 10b4c36..a7209b3 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: 28-01-2022 # +rem # U. Modificacion: 04-02-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.3 +set VERSION=8.3.1 rem # Start ks-tools ZUI (bash) mkdir home\%USERNAME% diff --git a/cygwin/prompt/ks-zui.disabled b/cygwin/prompt/ks-zui.disabled index ecaec97..d5b4194 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################# -VERSION="8.3 (BETA)" -M_DATE="280122" +VERSION="8.3.1 (BETA)" +M_DATE="040222" # Function to show about function showAbout() { diff --git a/disabled/ks-zui b/disabled/ks-zui index 14af250..9b61df5 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################# -VERSION="8.3 (BETA)" -M_DATE="280122" +VERSION="8.3.1 (BETA)" +M_DATE="040222" # Function to show about function showAbout() { diff --git a/prompt/ks-tools b/prompt/ks-tools index 859c5d4..018e0dc 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools terminal (using xterm) # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/prompt/ks-tools-rc b/prompt/ks-tools-rc index a00ba91..596b7a8 100644 --- a/prompt/ks-tools-rc +++ b/prompt/ks-tools-rc @@ -113,9 +113,9 @@ if ! shopt -oq posix; then fi echo "" -echo " #################################" -echo " # ks-tools 8.3 (for Unix/Linux) #" -echo " #################################" +echo " ###################################" +echo " # ks-tools 8.3.1 (for Unix/Linux) #" +echo " ###################################" echo "" echo " * Available commands:" echo "" diff --git a/prompt/ks-tools-zui b/prompt/ks-tools-zui index 3173517..5b12b30 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3 (BETA)" -M_DATE="280122" +VERSION="8.3.1 (BETA)" +M_DATE="040222" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/src/ks-avi b/src/ks-avi index 834dcd7..25f455e 100755 --- a/src/ks-avi +++ b/src/ks-avi @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to AVI format # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-conf b/src/ks-conf index c43e5d9..f17490a 100755 --- a/src/ks-conf +++ b/src/ks-conf @@ -2,12 +2,12 @@ ###################################################################### # ks-mp3 (ks-tools) - Tool for create and modify configuration files # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Check cygwin alias (for Windows) if [ -f "/usr/bin/cygwin-alias.sh" ] ; then diff --git a/src/ks-crop b/src/ks-crop index 0aeefc3..bada4f3 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mix b/src/ks-mix index 8eb31f5..8356422 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ##################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # File(s) detection current_dir="$(pwd)" diff --git a/src/ks-mp3 b/src/ks-mp3 index aa09c2f..ad06f89 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: 23-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ######################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp3-album b/src/ks-mp3-album index 810d5ff..bd92c66 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-mp4 b/src/ks-mp4 index c8a2726..02dc090 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -2,12 +2,12 @@ ############################################################### # ks-mp4 (ks-tools) - Convert video to MP4 format # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4k b/src/ks-mp4k index 13efc55..afb54ce 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s b/src/ks-mp4s index 45b11ae..353c2ff 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s-folder b/src/ks-mp4s-folder index 110c69b..cdad4ab 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################################# -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-oga b/src/ks-oga index fe9a982..cf9af07 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################################# -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters dirTemp="/tmp" diff --git a/src/ks-oga-album b/src/ks-oga-album index a6ce590..5354e82 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################################ -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-upa b/src/ks-upa index d0674b4..062a621 100755 --- a/src/ks-upa +++ b/src/ks-upa @@ -2,12 +2,12 @@ ######################################################################## # ks-upa (ks-tools) - Upload audio file(s) to server with scp or rsync # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ######################################################################## -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upf b/src/ks-upf index d3f3574..6b8802e 100755 --- a/src/ks-upf +++ b/src/ks-upf @@ -2,12 +2,12 @@ ######################################################################### # ks-upf (ks-tools) - Upload common file(s) to server with scp or rsync # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ######################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upr b/src/ks-upr index 0f3e38c..1f4901c 100755 --- a/src/ks-upr +++ b/src/ks-upr @@ -2,12 +2,12 @@ ############################################################################## # ks-upr (ks-tools) - Upload recursively file(s) to server with scp or rsync # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################################## -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upv b/src/ks-upv index 9bd7a25..9bdf51b 100755 --- a/src/ks-upv +++ b/src/ks-upv @@ -2,12 +2,12 @@ ######################################################################### # ks-upv (ks-tools) - Upload videos file(s) to server with scp or rsync # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ######################################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-vob b/src/ks-vob index bef833e..b60c8df 100755 --- a/src/ks-vob +++ b/src/ks-vob @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to VOB DVD Format # -# Date: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Basic parameters rel_size="720x480" diff --git a/wrapper/ks-avi-wrapper b/wrapper/ks-avi-wrapper index 1fb28b5..fd35d04 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Conversion parameters ks_avi_to_wrap="/usr/bin/ks-avi" diff --git a/wrapper/ks-mp4-wrapper b/wrapper/ks-mp4-wrapper index cc8bdff..cd6c661 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4" diff --git a/wrapper/ks-mp4k-wrapper b/wrapper/ks-mp4k-wrapper index b58c093..ef0e772 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Conversion parameters ks_mp4k_to_wrap="/usr/bin/ks-mp4k" diff --git a/wrapper/ks-mp4s-wrapper b/wrapper/ks-mp4s-wrapper index 4af9f68..94c2de8 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Conversion parameters ks_mp4s_to_wrap="/usr/bin/ks-mp4s" diff --git a/wrapper/ks-vob-wrapper b/wrapper/ks-vob-wrapper index bb37dc2..5361181 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: 28-01-2022 # +# Date: 04-02-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.3" -M_DATE="280122" +VERSION="8.3.1" +M_DATE="040222" # Conversion parameters ks_vob_to_wrap="/usr/bin/ks-vob"