Bump up version number to 8.1
This commit is contained in:
parent
7e07cae7fe
commit
d32bec8f5b
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set VERSION=8.0
|
set VERSION=8.1
|
||||||
echo.
|
echo.
|
||||||
echo #####################################
|
echo #####################################
|
||||||
echo # Welcome to ks-tools installer %VERSION% #
|
echo # Welcome to ks-tools installer %VERSION% #
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
rem ######################################
|
rem ######################################
|
||||||
rem # ks-tools for Windows #
|
rem # ks-tools for Windows #
|
||||||
rem # U. Modificacion: 01-02-2022 #
|
rem # U. Modificacion: 04-01-2022 #
|
||||||
rem # Author: q3aql #
|
rem # Author: q3aql #
|
||||||
rem # Contact: q3aql@duck.com #
|
rem # Contact: q3aql@duck.com #
|
||||||
rem # License: GPL v2.0 #
|
rem # License: GPL v2.0 #
|
||||||
rem ######################################
|
rem ######################################
|
||||||
set VERSION=8.0
|
set VERSION=8.1
|
||||||
|
|
||||||
rem # Start ks-tools terminal (bash)
|
rem # Start ks-tools terminal (bash)
|
||||||
cd "%~d0%~p0"
|
cd "%~d0%~p0"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
rem ######################################
|
rem ######################################
|
||||||
rem # ks-tools for Windows #
|
rem # ks-tools for Windows #
|
||||||
rem # U. Modificacion: 01-02-2022 #
|
rem # U. Modificacion: 04-01-2022 #
|
||||||
rem # Author: q3aql #
|
rem # Author: q3aql #
|
||||||
rem # Contact: q3aql@duck.com #
|
rem # Contact: q3aql@duck.com #
|
||||||
rem # License: GPL v2.0 #
|
rem # License: GPL v2.0 #
|
||||||
rem ######################################
|
rem ######################################
|
||||||
set VERSION=8.0
|
set VERSION=8.1
|
||||||
|
|
||||||
rem # Start ks-tools terminal (bash)
|
rem # Start ks-tools terminal (bash)
|
||||||
cd "%~d0%~p0"
|
cd "%~d0%~p0"
|
||||||
|
|
|
@ -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 8.0 (for Windows/Cygwin) #"
|
echo " # ks-tools 8.1 (for Windows/Cygwin) #"
|
||||||
echo " #####################################"
|
echo " #####################################"
|
||||||
echo ""
|
echo ""
|
||||||
echo " * Note:"
|
echo " * Note:"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
rem ######################################
|
rem ######################################
|
||||||
rem # ks-tools for Windows #
|
rem # ks-tools for Windows #
|
||||||
rem # U. Modificacion: 01-02-2022 #
|
rem # U. Modificacion: 04-01-2022 #
|
||||||
rem # Author: q3aql #
|
rem # Author: q3aql #
|
||||||
rem # Contact: q3aql@duck.com #
|
rem # Contact: q3aql@duck.com #
|
||||||
rem # License: GPL v2.0 #
|
rem # License: GPL v2.0 #
|
||||||
rem ######################################
|
rem ######################################
|
||||||
set VERSION=8.0
|
set VERSION=8.1
|
||||||
|
|
||||||
rem # Start ks-tools ZUI (bash)
|
rem # Start ks-tools ZUI (bash)
|
||||||
mkdir home\%USERNAME%
|
mkdir home\%USERNAME%
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#################################################################
|
#################################################################
|
||||||
VERSION="8.0 (BETA)"
|
VERSION="8.1 (BETA)"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Function to show about
|
# Function to show about
|
||||||
function showAbout() {
|
function showAbout() {
|
||||||
|
|
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
|
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#################################################################
|
#################################################################
|
||||||
VERSION="8.0 (BETA)"
|
VERSION="8.1 (BETA)"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Function to show about
|
# Function to show about
|
||||||
function showAbout() {
|
function showAbout() {
|
||||||
zenity --title "About" --info --width=330 \
|
zenity --title "About" --info --width=330 \
|
||||||
--text "Software: ks-zui (ks-tools) ${VERSION} \
|
--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
|
# Function to show information of video file
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-tools - Initialize the ks-tools terminal (using xterm) #
|
# ks-tools - Initialize the ks-tools terminal (using xterm) #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
name_terminal="ks-tools v${VERSION} (${M_DATE})"
|
name_terminal="ks-tools v${VERSION} (${M_DATE})"
|
||||||
|
|
|
@ -114,7 +114,7 @@ fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo " #################################"
|
echo " #################################"
|
||||||
echo " # ks-tools 8.0 (for Unix/Linux) #"
|
echo " # ks-tools 8.1 (for Unix/Linux) #"
|
||||||
echo " #################################"
|
echo " #################################"
|
||||||
echo ""
|
echo ""
|
||||||
echo " * Available commands:"
|
echo " * Available commands:"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-tools - Initialize the ks-tools ZUI (using xterm) #
|
# ks-tools - Initialize the ks-tools ZUI (using xterm) #
|
||||||
# Date: 02-01-2022 #
|
# Date: 03-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0 (BETA)"
|
VERSION="8.1 (BETA)"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
name_terminal="ks-tools v${VERSION} (${M_DATE})"
|
name_terminal="ks-tools v${VERSION} (${M_DATE})"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-avi (ks-tools) - Convert video to AVI format #
|
# ks-avi (ks-tools) - Convert video to AVI format #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# ks-mp3 (ks-tools) - Tool for create and modify configuration files #
|
# ks-mp3 (ks-tools) - Tool for create and modify configuration files #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
######################################################################
|
######################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Check cygwin alias (for Windows)
|
# Check cygwin alias (for Windows)
|
||||||
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then
|
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# File(s) detection
|
# File(s) detection
|
||||||
current_dir="$(pwd)"
|
current_dir="$(pwd)"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
######################################################################
|
######################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
tempFile="/tmp/ks-mp4s-folder.txt"
|
tempFile="/tmp/ks-mp4s-folder.txt"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-mp4 (ks-tools) - Convert video to MP4 format #
|
# ks-mp4 (ks-tools) - Convert video to MP4 format #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#################################################################################
|
#################################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
tempFile="/tmp/ks-mp4s-folder.txt"
|
tempFile="/tmp/ks-mp4s-folder.txt"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#############################################################################
|
#############################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
############################################################################
|
############################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
tempFile="/tmp/ks-mp4s-folder.txt"
|
tempFile="/tmp/ks-mp4s-folder.txt"
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters.
|
# Global parameters.
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
|
18
src/ks-upf
18
src/ks-upf
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
######################################################################
|
######################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters.
|
# Global parameters.
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
@ -578,21 +578,21 @@ if [ "${1}" == "-r" ] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
if [ "$1" == "-c" ] ; then
|
if [ "${1}" == "-c" ] ; then
|
||||||
showConfig
|
showConfig
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
elif [ "$1" == "-e" ] ; then
|
elif [ "${1}" == "-e" ] ; then
|
||||||
editConfig
|
editConfig
|
||||||
# Show the version
|
# Show the version
|
||||||
elif [ "$1" == "-v" ] ; then
|
elif [ "${1}" == "-v" ] ; then
|
||||||
showVersion
|
showVersion
|
||||||
# Show the help
|
# Show the help
|
||||||
elif [ "$1" == "-h" ] ; then
|
elif [ "${1}" == "-h" ] ; then
|
||||||
showHelp
|
showHelp
|
||||||
elif [ "$1" == "-g" ] ; then
|
elif [ "${1}" == "-g" ] ; then
|
||||||
createConfig
|
createConfig
|
||||||
# Init
|
# Init
|
||||||
elif [ "$1" == "-i" ] ; then
|
elif [ "${1}" == "-i" ] ; then
|
||||||
# Start script
|
# Start script
|
||||||
createConfig
|
createConfig
|
||||||
user=$(cat ${dirConfig}/ks-upload-user)
|
user=$(cat ${dirConfig}/ks-upload-user)
|
||||||
|
|
18
src/ks-upr
18
src/ks-upr
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters.
|
# Global parameters.
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
@ -520,21 +520,21 @@ if [ "${1}" == "-r" ] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
if [ "$1" == "-c" ] ; then
|
if [ "${1}" == "-c" ] ; then
|
||||||
showConfig
|
showConfig
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
elif [ "$1" == "-e" ] ; then
|
elif [ "${1}" == "-e" ] ; then
|
||||||
editConfig
|
editConfig
|
||||||
# Show the version
|
# Show the version
|
||||||
elif [ "$1" == "-v" ] ; then
|
elif [ "${1}" == "-v" ] ; then
|
||||||
showVersion
|
showVersion
|
||||||
# Show the help
|
# Show the help
|
||||||
elif [ "$1" == "-h" ] ; then
|
elif [ "${1}" == "-h" ] ; then
|
||||||
showHelp
|
showHelp
|
||||||
elif [ "$1" == "-g" ] ; then
|
elif [ "${1}" == "-g" ] ; then
|
||||||
createConfig
|
createConfig
|
||||||
# Init
|
# Init
|
||||||
elif [ "$1" == "-i" ] ; then
|
elif [ "${1}" == "-i" ] ; then
|
||||||
# Start script
|
# Start script
|
||||||
createConfig
|
createConfig
|
||||||
user=$(cat ${dirConfig}/ks-upload-user)
|
user=$(cat ${dirConfig}/ks-upload-user)
|
||||||
|
|
18
src/ks-upv
18
src/ks-upv
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
######################################################################
|
######################################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Global parameters.
|
# Global parameters.
|
||||||
dirTemp="/tmp"
|
dirTemp="/tmp"
|
||||||
|
@ -561,22 +561,22 @@ if [ "${1}" == "-r" ] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
if [ "$1" == "-c" ] ; then
|
if [ "${1}" == "-c" ] ; then
|
||||||
showConfig
|
showConfig
|
||||||
# Show configuration file
|
# Show configuration file
|
||||||
elif [ "$1" == "-e" ] ; then
|
elif [ "${1}" == "-e" ] ; then
|
||||||
editConfig
|
editConfig
|
||||||
# Show the version
|
# Show the version
|
||||||
elif [ "$1" == "-v" ] ; then
|
elif [ "${1}" == "-v" ] ; then
|
||||||
showVersion
|
showVersion
|
||||||
# Show the help
|
# Show the help
|
||||||
elif [ "$1" == "-h" ] ; then
|
elif [ "${1}" == "-h" ] ; then
|
||||||
showHelp
|
showHelp
|
||||||
# Create config
|
# Create config
|
||||||
elif [ "$1" == "-g" ] ; then
|
elif [ "${1}" == "-g" ] ; then
|
||||||
createConfig
|
createConfig
|
||||||
# Init
|
# Init
|
||||||
elif [ "$1" == "-i" ] ; then
|
elif [ "${1}" == "-i" ] ; then
|
||||||
# Start script
|
# Start script
|
||||||
createConfig
|
createConfig
|
||||||
user=$(cat ${dirConfig}/ks-upload-user)
|
user=$(cat ${dirConfig}/ks-upload-user)
|
||||||
|
|
|
@ -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: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Basic parameters
|
# Basic parameters
|
||||||
rel_size="720x480"
|
rel_size="720x480"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-avi-wrapper (ks-tools) - Wrapper for ks-avi #
|
# ks-avi-wrapper (ks-tools) - Wrapper for ks-avi #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Conversion parameters
|
# Conversion parameters
|
||||||
ks_avi_to_wrap="/usr/bin/ks-avi"
|
ks_avi_to_wrap="/usr/bin/ks-avi"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 #
|
# ks-mp4-wrapper (ks-tools) - Wrapper for ks-mp4 #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Conversion parameters
|
# Conversion parameters
|
||||||
ks_mp4_to_wrap="/usr/bin/ks-mp4"
|
ks_mp4_to_wrap="/usr/bin/ks-mp4"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k #
|
# ks-mp4k-wrapper (ks-tools) - Wrapper for ks-mp4k #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Conversion parameters
|
# Conversion parameters
|
||||||
ks_mp4k_to_wrap="/usr/bin/ks-mp4k"
|
ks_mp4k_to_wrap="/usr/bin/ks-mp4k"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s #
|
# ks-mp4s-wrapper (ks-tools) - Wrapper for ks-mp4s #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Conversion parameters
|
# Conversion parameters
|
||||||
ks_mp4s_to_wrap="/usr/bin/ks-mp4s"
|
ks_mp4s_to_wrap="/usr/bin/ks-mp4s"
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ks-vob-wrapper (ks-tools) - Wrapper for ks-vob #
|
# ks-vob-wrapper (ks-tools) - Wrapper for ks-vob #
|
||||||
# Date: 02-01-2022 #
|
# Date: 04-01-2022 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@duck.com #
|
# Contact: q3aql@duck.com #
|
||||||
###############################################################
|
###############################################################
|
||||||
VERSION="8.0"
|
VERSION="8.1"
|
||||||
M_DATE="020122"
|
M_DATE="040122"
|
||||||
|
|
||||||
# Conversion parameters
|
# Conversion parameters
|
||||||
ks_vob_to_wrap="/usr/bin/ks-vob"
|
ks_vob_to_wrap="/usr/bin/ks-vob"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user