From d83ac43632c4be7afae17a27560dc4a222850f59 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 9 Oct 2020 21:22:14 +0200 Subject: [PATCH] Added note on using typometer. --- arch-config/Dokumente/Commands.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/arch-config/Dokumente/Commands.md b/arch-config/Dokumente/Commands.md index 1e3879bd..35b709ad 100644 --- a/arch-config/Dokumente/Commands.md +++ b/arch-config/Dokumente/Commands.md @@ -162,13 +162,23 @@ xdpyinfo | grep -B 2 resolution ## Bash ffmpeg batch convert ```bash -bash lower-vol.sh +bash /lower-vol.sh ``` ```bash -bash lower-vol.sh flac flac "/home/marc/GitProjects/ffmpeg-lower-vol/" "/home/marc/GitProjects/ffmpeg-lower-vol/test" "-filter:a volume=0.25" +bash "/home/marc/GitProjects/ffmpeg-lower-vol/lower-vol.sh" flac flac "/home/marc/Downloads/newmusik/" "/home/marc/Downloads/newmusik/converted" "-filter:a volume=0.25" ``` ## Downgrade package ```bash downgrade ``` + +## Typometer +First, extract the .zip file and then the .jar file. +Enter the newly created folder and open a terminal at that location. (Should be `/typometer-x.x.x`) +Enter the following line in the terminal: +```bash +java com.pavelfatin.typometer.Application +``` + +*Important: Use BASH instead of FISH, as the colors in FISH confuse the program.*