Bump up version number to 7.3

This commit is contained in:
q3aql 2021-05-03 01:10:00 +02:00
parent af4f06f60f
commit 015d1d6554
31 changed files with 86 additions and 85 deletions

View File

@ -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.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. * [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: ### Installation:
@ -60,15 +60,16 @@ _Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync,
```` ````
* **Windows instruccions:** * **Windows instruccions:**
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). * 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`. * Copy folder `ks-tools` on `C:\Program Files`.
* Open CMD terminal and type the following commands: * Open CMD terminal and type the following commands:
```shell ```shell
Drive:> cd "C:\Program Files\ks-tools" Drive:> cd "C:\Program Files\ks-tools"
Drive:> Install.cmd Drive:> Install.cmd
```` ````
### External links: ### External links:
* [ffmpeg homepage](http://ffmpeg.org/) * [ffmpeg homepage](http://ffmpeg.org/)

View File

@ -1,6 +1,6 @@
@echo off @echo off
set VERSION=7.2 set VERSION=7.3
echo. echo.
echo ##################################### echo #####################################
echo # Welcome to ks-tools installer %VERSION% # echo # Welcome to ks-tools installer %VERSION% #

View File

@ -2,12 +2,12 @@
rem ###################################### rem ######################################
rem # ks-tools for Windows # rem # ks-tools for Windows #
rem # U. Modificacion: 30-03-2021 # rem # U. Modificacion: 03-05-2021 #
rem # Author: q3aql # rem # Author: q3aql #
rem # Contact: q3aql@protonmail.ch # rem # Contact: q3aql@protonmail.ch #
rem # License: GPL v2.0 # rem # License: GPL v2.0 #
rem ###################################### rem ######################################
set VERSION=7.2 set VERSION=7.3
rem # Start ks-tools terminal (bash) rem # Start ks-tools terminal (bash)
mkdir home\%USERNAME% mkdir home\%USERNAME%

View File

@ -185,7 +185,7 @@ alias Z:="/cygdrive/z"
# Show menu of ks-tools # Show menu of ks-tools
echo "" echo ""
echo " #####################################" echo " #####################################"
echo " # ks-tools 7.2 (for Windows/Cygwin) #" echo " # ks-tools 7.3 (for Windows/Cygwin) #"
echo " #####################################" echo " #####################################"
echo "" echo ""
echo " * Note:" echo " * Note:"

View File

@ -2,12 +2,12 @@
rem ###################################### rem ######################################
rem # ks-tools for Windows # rem # ks-tools for Windows #
rem # U. Modificacion: 30-03-2021 # rem # U. Modificacion: 03-05-2021 #
rem # Author: q3aql # rem # Author: q3aql #
rem # Contact: q3aql@protonmail.ch # rem # Contact: q3aql@protonmail.ch #
rem # License: GPL v2.0 # rem # License: GPL v2.0 #
rem ###################################### rem ######################################
set VERSION=7.2 set VERSION=7.3
rem # Start ks-tools ZUI (bash) rem # Start ks-tools ZUI (bash)
mkdir home\%USERNAME% mkdir home\%USERNAME%

View File

@ -2,12 +2,12 @@
################################################################# #################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools # # ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
################################################################# #################################################################
VERSION="7.2 (BETA)" VERSION="7.3 (BETA)"
M_DATE="300321" M_DATE="030521"
# Function to show about # Function to show about
function showAbout() { function showAbout() {

View File

@ -2,12 +2,12 @@
################################################################# #################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools # # ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
################################################################# #################################################################
VERSION="7.2 (BETA)" VERSION="7.3 (BETA)"
M_DATE="300321" M_DATE="030521"
# Function to show about # Function to show about
function showAbout() { function showAbout() {

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-tools - Initialize the ks-tools terminal (using xterm) # # ks-tools - Initialize the ks-tools terminal (using xterm) #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Variables # Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})" name_terminal="ks-tools v${VERSION} (${M_DATE})"

View File

@ -114,7 +114,7 @@ fi
echo "" echo ""
echo " #################################" echo " #################################"
echo " # ks-tools 7.2 (for Unix/Linux) #" echo " # ks-tools 7.3 (for Unix/Linux) #"
echo " #################################" echo " #################################"
echo "" echo ""
echo " * Available commands:" echo " * Available commands:"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-tools - Initialize the ks-tools ZUI (using xterm) # # ks-tools - Initialize the ks-tools ZUI (using xterm) #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2 (BETA)" VERSION="7.3 (BETA)"
M_DATE="300321" M_DATE="030521"
# Variables # Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})" name_terminal="ks-tools v${VERSION} (${M_DATE})"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-avi (ks-tools) - Convert video to AVI format # # ks-avi (ks-tools) - Convert video to AVI format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-crop (ks-tools) - Crop or change aspect ratio of a video # # ks-crop (ks-tools) - Crop or change aspect ratio of a video #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
##################################################################### #####################################################################
# ks-mix (ks-tools) - Extract video/audio and mix video/audio files # # ks-mix (ks-tools) - Extract video/audio and mix video/audio files #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
##################################################################### #####################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# File(s) detection # File(s) detection
current_dir="$(pwd)" current_dir="$(pwd)"

View File

@ -2,12 +2,12 @@
######################################################################### #########################################################################
# ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format # # ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
######################################################################### #########################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###################################################################### ######################################################################
# ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format # # ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
###################################################################### ######################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Variables # Variables
tempFile="/tmp/ks-mp4s-folder.txt" tempFile="/tmp/ks-mp4s-folder.txt"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4 (ks-tools) - Convert video to MP4 format # # ks-mp4 (ks-tools) - Convert video to MP4 format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # # ks-mp4k (ks-tools) - Convert video to MP4 format (4K) #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # # ks-mp4s (ks-tools) - Convert video to MP4 format (Series) #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
################################################################################# #################################################################################
# ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) # # ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
################################################################################# #################################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Variables # Variables
tempFile="/tmp/ks-mp4s-folder.txt" tempFile="/tmp/ks-mp4s-folder.txt"

View File

@ -2,12 +2,12 @@
############################################################################# #############################################################################
# ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format # # ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################################# #############################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters # Global parameters
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################################ ############################################################################
# ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format # # ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################################ ############################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Variables # Variables
tempFile="/tmp/ks-mp4s-folder.txt" tempFile="/tmp/ks-mp4s-folder.txt"

View File

@ -2,12 +2,12 @@
##################################################################### #####################################################################
# ks-upa (ks-tools) - Upload audio file(s) to server with rsync+ssh # # ks-upa (ks-tools) - Upload audio file(s) to server with rsync+ssh #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
##################################################################### #####################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters. # Global parameters.
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###################################################################### ######################################################################
# ks-upf (ks-tools) - Upload common file(s) to server with rsync+ssh # # ks-upf (ks-tools) - Upload common file(s) to server with rsync+ssh #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
###################################################################### ######################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters. # Global parameters.
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
########################################################################### ###########################################################################
# ks-upr (ks-tools) - Upload recursively file(s) to server with rsync+ssh # # ks-upr (ks-tools) - Upload recursively file(s) to server with rsync+ssh #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
########################################################################### ###########################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters. # Global parameters.
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###################################################################### ######################################################################
# ks-upv (ks-tools) - Upload videos file(s) to server with rynsc+ssh # # ks-upv (ks-tools) - Upload videos file(s) to server with rynsc+ssh #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
###################################################################### ######################################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Global parameters. # Global parameters.
dirTemp="/tmp" dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-avi (ks-tools) - Convert video to VOB DVD Format # # ks-avi (ks-tools) - Convert video to VOB DVD Format #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Basic parameters # Basic parameters
rel_size="720x480" rel_size="720x480"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-avi-wrapper (ks-tools) - Wrapper for ks-avi # # ks-avi-wrapper (ks-tools) - Wrapper for ks-avi #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Conversion parameters # Conversion parameters
ks_avi_to_wrap="/usr/bin/ks-avi" ks_avi_to_wrap="/usr/bin/ks-avi"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 # # ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Conversion parameters # Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-mp4" ks_mp4_to_wrap="/usr/bin/ks-mp4"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k # # ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Conversion parameters # Conversion parameters
ks_mp4k_to_wrap="/usr/bin/ks-mp4k" ks_mp4k_to_wrap="/usr/bin/ks-mp4k"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s # # ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Conversion parameters # Conversion parameters
ks_mp4s_to_wrap="/usr/bin/ks-mp4s" ks_mp4s_to_wrap="/usr/bin/ks-mp4s"

View File

@ -2,12 +2,12 @@
############################################################### ###############################################################
# ks-vob-wrapper (ks-tools) - Wrapper for ks-vob # # ks-vob-wrapper (ks-tools) - Wrapper for ks-vob #
# Date: 30-03-2021 # # Date: 03-05-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
############################################################### ###############################################################
VERSION="7.2" VERSION="7.3"
M_DATE="300321" M_DATE="030521"
# Conversion parameters # Conversion parameters
ks_vob_to_wrap="/usr/bin/ks-vob" ks_vob_to_wrap="/usr/bin/ks-vob"