Go to file
exu 10cf2f455d Complete rewrite with pyloudnorm
Based on
    https://ffmpeg.org/pipermail/ffmpeg-user/2024-March/057775.html
    loudnorm is a low quality filter.
    Some research gave some alternatives.
    One of these is "pyloudnorm", a native python module implementing
    EBU R 128 loudness normalization.
    This is what I have implemented now instead of the old ffmpeg
    filter.

    In the future additional rewrites to use the official FLAC and OPUS
    encoders might be desirable for better compression.
2024-03-24 12:57:59 +01:00
arch-config Remove default sample rate 2024-03-23 13:08:43 +01:00
arch-setup Install kvantum-qt5 2024-03-16 10:36:53 +01:00
arch-themes Move color configuration to separate file 2023-11-18 14:17:05 +01:00
easyffmpeg Add symlink for venv in repo root folder 2023-07-02 20:52:48 +02:00
music-normalize Complete rewrite with pyloudnorm 2024-03-24 12:57:59 +01:00
nixos-config Add placeholders for locking, suspend, hibernate 2023-07-11 16:43:30 +02:00
.gitattributes Add eol=lf 2023-11-22 13:46:59 +01:00
.gitignore Ignore ffmpeg log 2024-02-18 11:52:32 +01:00
README.md Add instructions about how to update the config 2023-05-22 20:11:30 +02:00

Main repository location is https://gitea.exu.li/RealStickman/configs

Configs

All my config files, scripts and other in one place.
Mostly focused on ArchLinux, although there is also a NixOS configuration and independent Python programs.

ArchLinux

First time installation

Enable the multilib repository in /etc/pacman.conf

git clone https://gitea.exu.li/realstickman/configs.git
cd configs/arch-setup
./install.sh

Config updates

Either use the included alias

upconf

or run the script directly.

~/scripts/arch-config.sh

NixOS

Other