diff --git a/cygwin/Install.cmd b/cygwin/Install.cmd index 020c1cd..b9651ca 100644 --- a/cygwin/Install.cmd +++ b/cygwin/Install.cmd @@ -1,6 +1,6 @@ @echo off -set VERSION=8.0 +set VERSION=8.1 echo. echo ##################################### echo # Welcome to ks-tools installer %VERSION% # diff --git a/cygwin/ks-tools-cmd.cmd b/cygwin/ks-tools-cmd.cmd index 73b3608..96fa1ce 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: 01-02-2022 # +rem # U. Modificacion: 04-01-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.0 +set VERSION=8.1 rem # Start ks-tools terminal (bash) cd "%~d0%~p0" diff --git a/cygwin/ks-tools.cmd b/cygwin/ks-tools.cmd index a7a4a66..bbc2f48 100644 --- a/cygwin/ks-tools.cmd +++ b/cygwin/ks-tools.cmd @@ -2,12 +2,12 @@ rem ###################################### rem # ks-tools for Windows # -rem # U. Modificacion: 01-02-2022 # +rem # U. Modificacion: 04-01-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.0 +set VERSION=8.1 rem # Start ks-tools terminal (bash) cd "%~d0%~p0" diff --git a/cygwin/prompt/.bashrc b/cygwin/prompt/.bashrc index 642ae00..7364a0d 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 8.0 (for Windows/Cygwin) #" +echo " # ks-tools 8.1 (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 9396170..b2fb388 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: 01-02-2022 # +rem # U. Modificacion: 04-01-2022 # rem # Author: q3aql # rem # Contact: q3aql@duck.com # rem # License: GPL v2.0 # rem ###################################### -set VERSION=8.0 +set VERSION=8.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 15b0622..d201b40 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################# -VERSION="8.0 (BETA)" -M_DATE="020122" +VERSION="8.1 (BETA)" +M_DATE="040122" # Function to show about function showAbout() { diff --git a/disabled/ks-zui b/disabled/ks-zui index eea1f35..d92820e 100755 --- a/disabled/ks-zui +++ b/disabled/ks-zui @@ -2,18 +2,18 @@ ################################################################# # ks-zui (ks-tools) - Simple zenity user interface for ks-tools # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################# -VERSION="8.0 (BETA)" -M_DATE="020122" +VERSION="8.1 (BETA)" +M_DATE="040122" # Function to show about function showAbout() { zenity --title "About" --info --width=330 \ --text "Software: ks-zui (ks-tools) ${VERSION} \ - (${M_DATE})\nAuthor: q3aql\nContact: q3aql@protonmail.ch\nLicense: GPL v2.0" + (${M_DATE})\nAuthor: q3aql\nContact: q3aql@duck.com\nLicense: GPL v2.0" } # Function to show information of video file diff --git a/prompt/ks-tools b/prompt/ks-tools index 3f5e2e9..0416a58 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -2,12 +2,12 @@ ############################################################### # ks-tools - Initialize the ks-tools terminal (using xterm) # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/prompt/ks-tools-rc b/prompt/ks-tools-rc index d785f15..248dc9e 100644 --- a/prompt/ks-tools-rc +++ b/prompt/ks-tools-rc @@ -114,7 +114,7 @@ fi echo "" echo " #################################" -echo " # ks-tools 8.0 (for Unix/Linux) #" +echo " # ks-tools 8.1 (for Unix/Linux) #" echo " #################################" echo "" echo " * Available commands:" diff --git a/prompt/ks-tools-zui b/prompt/ks-tools-zui index ff6ad9f..dc70cd9 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: 02-01-2022 # +# Date: 03-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0 (BETA)" -M_DATE="020122" +VERSION="8.1 (BETA)" +M_DATE="040122" # Variables name_terminal="ks-tools v${VERSION} (${M_DATE})" diff --git a/src/ks-avi b/src/ks-avi index ab82bcd..1520754 100755 --- a/src/ks-avi +++ b/src/ks-avi @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to AVI format # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-conf b/src/ks-conf index d31f618..8a61500 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Check cygwin alias (for Windows) if [ -f "/usr/bin/cygwin-alias.sh" ] ; then diff --git a/src/ks-crop b/src/ks-crop index a2c0411..d40629d 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mix b/src/ks-mix index 4c33b48..3d7b1de 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ##################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # File(s) detection current_dir="$(pwd)" diff --git a/src/ks-mp3 b/src/ks-mp3 index be17b89..2c931d0 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ######################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp3-album b/src/ks-mp3-album index 86fdd36..efd5a50 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-mp4 b/src/ks-mp4 index 2830412..77283cc 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -2,12 +2,12 @@ ############################################################### # ks-mp4 (ks-tools) - Convert video to MP4 format # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4k b/src/ks-mp4k index 753a231..30e76b6 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -2,12 +2,12 @@ ############################################################### # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s b/src/ks-mp4s index a1e30c6..d92e75b 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -2,12 +2,12 @@ ############################################################### # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-mp4s-folder b/src/ks-mp4s-folder index 4360eb5..0931da1 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ################################################################################# -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-oga b/src/ks-oga index 8201be0..b5bc45b 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################################# -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters dirTemp="/tmp" diff --git a/src/ks-oga-album b/src/ks-oga-album index 488f60d..730d735 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################################ -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Variables tempFile="/tmp/ks-mp4s-folder.txt" diff --git a/src/ks-upa b/src/ks-upa index 65ce82b..e1d5c9c 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ##################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters. dirTemp="/tmp" diff --git a/src/ks-upf b/src/ks-upf index 14aeaed..9cb82d6 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters. dirTemp="/tmp" @@ -578,21 +578,21 @@ if [ "${1}" == "-r" ] ; then fi fi # Show configuration file -if [ "$1" == "-c" ] ; then +if [ "${1}" == "-c" ] ; then showConfig # Show configuration file -elif [ "$1" == "-e" ] ; then +elif [ "${1}" == "-e" ] ; then editConfig # Show the version -elif [ "$1" == "-v" ] ; then +elif [ "${1}" == "-v" ] ; then showVersion # Show the help -elif [ "$1" == "-h" ] ; then +elif [ "${1}" == "-h" ] ; then showHelp -elif [ "$1" == "-g" ] ; then +elif [ "${1}" == "-g" ] ; then createConfig # Init -elif [ "$1" == "-i" ] ; then +elif [ "${1}" == "-i" ] ; then # Start script createConfig user=$(cat ${dirConfig}/ks-upload-user) diff --git a/src/ks-upr b/src/ks-upr index 690e618..9404320 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ########################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters. dirTemp="/tmp" @@ -520,21 +520,21 @@ if [ "${1}" == "-r" ] ; then fi fi # Show configuration file -if [ "$1" == "-c" ] ; then +if [ "${1}" == "-c" ] ; then showConfig # Show configuration file -elif [ "$1" == "-e" ] ; then +elif [ "${1}" == "-e" ] ; then editConfig # Show the version -elif [ "$1" == "-v" ] ; then +elif [ "${1}" == "-v" ] ; then showVersion # Show the help -elif [ "$1" == "-h" ] ; then +elif [ "${1}" == "-h" ] ; then showHelp -elif [ "$1" == "-g" ] ; then +elif [ "${1}" == "-g" ] ; then createConfig # Init -elif [ "$1" == "-i" ] ; then +elif [ "${1}" == "-i" ] ; then # Start script createConfig user=$(cat ${dirConfig}/ks-upload-user) diff --git a/src/ks-upv b/src/ks-upv index b77398e..f48ad5f 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ###################################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Global parameters. dirTemp="/tmp" @@ -561,22 +561,22 @@ if [ "${1}" == "-r" ] ; then fi fi # Show configuration file -if [ "$1" == "-c" ] ; then +if [ "${1}" == "-c" ] ; then showConfig # Show configuration file -elif [ "$1" == "-e" ] ; then +elif [ "${1}" == "-e" ] ; then editConfig # Show the version -elif [ "$1" == "-v" ] ; then +elif [ "${1}" == "-v" ] ; then showVersion # Show the help -elif [ "$1" == "-h" ] ; then +elif [ "${1}" == "-h" ] ; then showHelp # Create config -elif [ "$1" == "-g" ] ; then +elif [ "${1}" == "-g" ] ; then createConfig # Init -elif [ "$1" == "-i" ] ; then +elif [ "${1}" == "-i" ] ; then # Start script createConfig user=$(cat ${dirConfig}/ks-upload-user) diff --git a/src/ks-vob b/src/ks-vob index 9bb6c15..5f0628e 100755 --- a/src/ks-vob +++ b/src/ks-vob @@ -2,12 +2,12 @@ ############################################################### # ks-avi (ks-tools) - Convert video to VOB DVD Format # -# Date: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Basic parameters rel_size="720x480" diff --git a/wrapper/ks-avi-wrapper b/wrapper/ks-avi-wrapper index fc423a6..0483072 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Conversion parameters ks_avi_to_wrap="/usr/bin/ks-avi" diff --git a/wrapper/ks-mp4-wrapper b/wrapper/ks-mp4-wrapper index 86d348c..75fa42c 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Conversion parameters ks_mp4_to_wrap="/usr/bin/ks-mp4" diff --git a/wrapper/ks-mp4k-wrapper b/wrapper/ks-mp4k-wrapper index e13a85d..6f76ff0 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Conversion parameters ks_mp4k_to_wrap="/usr/bin/ks-mp4k" diff --git a/wrapper/ks-mp4s-wrapper b/wrapper/ks-mp4s-wrapper index 195ad1b..243d651 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Conversion parameters ks_mp4s_to_wrap="/usr/bin/ks-mp4s" diff --git a/wrapper/ks-vob-wrapper b/wrapper/ks-vob-wrapper index ac15e0b..a9a3836 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: 02-01-2022 # +# Date: 04-01-2022 # # Author: q3aql # # Contact: q3aql@duck.com # ############################################################### -VERSION="8.0" -M_DATE="020122" +VERSION="8.1" +M_DATE="040122" # Conversion parameters ks_vob_to_wrap="/usr/bin/ks-vob"