Bump up version number to 8.3

This commit is contained in:
q3aql 2022-01-28 18:52:21 +01:00
parent 7af70dccf6
commit a8bc1002ae
32 changed files with 87 additions and 87 deletions

View File

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

View File

@ -2,12 +2,12 @@
rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 22-01-2022 #
rem # U. Modificacion: 28-01-2022 #
rem # Author: q3aql #
rem # Contact: q3aql@duck.com #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.2
set VERSION=8.3
rem # Start ks-tools terminal (bash)
cd "%~d0%~p0"

View File

@ -2,12 +2,12 @@
rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 22-01-2022 #
rem # U. Modificacion: 28-01-2022 #
rem # Author: q3aql #
rem # Contact: q3aql@duck.com #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.2
set VERSION=8.3
rem # Start ks-tools terminal (bash)
cd "%~d0%~p0"

View File

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

View File

@ -2,12 +2,12 @@
rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 22-01-2022 #
rem # U. Modificacion: 28-01-2022 #
rem # Author: q3aql #
rem # Contact: q3aql@duck.com #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.2
set VERSION=8.3
rem # Start ks-tools ZUI (bash)
mkdir home\%USERNAME%

View File

@ -2,12 +2,12 @@
#################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#################################################################
VERSION="8.2 (BETA)"
M_DATE="220122"
VERSION="8.3 (BETA)"
M_DATE="280122"
# Function to show about
function showAbout() {

View File

@ -2,12 +2,12 @@
#################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#################################################################
VERSION="8.2 (BETA)"
M_DATE="220122"
VERSION="8.3 (BETA)"
M_DATE="280122"
# Function to show about
function showAbout() {

View File

@ -2,12 +2,12 @@
###############################################################
# ks-tools - Initialize the ks-tools terminal (using xterm) #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})"

View File

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

View File

@ -2,12 +2,12 @@
###############################################################
# ks-tools - Initialize the ks-tools ZUI (using xterm) #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2 (BETA)"
M_DATE="220122"
VERSION="8.3 (BETA)"
M_DATE="280122"
# Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-avi (ks-tools) - Convert video to AVI format #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
######################################################################
# ks-mp3 (ks-tools) - Tool for create and modify configuration files #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
######################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Check cygwin alias (for Windows)
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then

View File

@ -2,12 +2,12 @@
###############################################################
# ks-crop (ks-tools) - Crop or change aspect ratio of a video #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
#####################################################################
# ks-mix (ks-tools) - Extract video/audio and mix video/audio files #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#####################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# File(s) detection
current_dir="$(pwd)"

View File

@ -2,12 +2,12 @@
#########################################################################
# ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format #
# Date: 22-01-2022 #
# Date: 23-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#########################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
######################################################################
# ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
######################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Variables
tempFile="/tmp/ks-mp4s-folder.txt"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4 (ks-tools) - Convert video to MP4 format #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4k (ks-tools) - Convert video to MP4 format (4K) #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4s (ks-tools) - Convert video to MP4 format (Series) #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
#################################################################################
# ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#################################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Variables
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 #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#############################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
############################################################################
# ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
############################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Variables
tempFile="/tmp/ks-mp4s-folder.txt"

View File

@ -2,12 +2,12 @@
########################################################################
# ks-upa (ks-tools) - Upload audio file(s) to server with scp or rsync #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
########################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters.
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
#########################################################################
# ks-upf (ks-tools) - Upload common file(s) to server with scp or rsync #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#########################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters.
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
##############################################################################
# ks-upr (ks-tools) - Upload recursively file(s) to server with scp or rsync #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##############################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters.
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
#########################################################################
# ks-upv (ks-tools) - Upload videos file(s) to server with scp or rsync #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
#########################################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Global parameters.
dirTemp="/tmp"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-avi (ks-tools) - Convert video to VOB DVD Format #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Basic parameters
rel_size="720x480"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-avi-wrapper (ks-tools) - Wrapper for ks-avi #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Conversion parameters
ks_avi_to_wrap="/usr/bin/ks-avi"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Conversion parameters
ks_mp4_to_wrap="/usr/bin/ks-mp4"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Conversion parameters
ks_mp4k_to_wrap="/usr/bin/ks-mp4k"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Conversion parameters
ks_mp4s_to_wrap="/usr/bin/ks-mp4s"

View File

@ -2,12 +2,12 @@
###############################################################
# ks-vob-wrapper (ks-tools) - Wrapper for ks-vob #
# Date: 22-01-2022 #
# Date: 28-01-2022 #
# Author: q3aql #
# Contact: q3aql@duck.com #
###############################################################
VERSION="8.2"
M_DATE="220122"
VERSION="8.3"
M_DATE="280122"
# Conversion parameters
ks_vob_to_wrap="/usr/bin/ks-vob"