From 320dcd3c67f890dcdc1fafc7557329daa86a7005 Mon Sep 17 00:00:00 2001 From: complexlogic Date: Wed, 14 Sep 2022 22:33:54 -0700 Subject: [PATCH] Updated documentation --- CHANGELOG | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0322f2e..9456bad 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ v3.0 (2022-9-14) - Added -O option in Easy Mode which outputs a .csv spreadsheet scan log in every scanned directory - Added more statistics to Easy Mode output - Write uppercase tags by default for all tag types in Easy Mode -- Optimized scan progress bar, resulting in signifcant speed boost for Windows single threaded scanning +- Optimized scan progress bar, resulting in significant speed boost for Windows single threaded scanning - "Overrides" feature renamed "Preset" - Specified with -p instead of -o - Support preset name as argument, which will automatically find the preset in the predetermined location(s) per platform diff --git a/README.md b/README.md index d2e7003..f425351 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rsgain **rsgain** (**r**eally **s**imple **gain**) is a ReplayGain 2.0 tagging utility for Windows, macOS, and Linux. rsgain applies loudness metadata tags to your files, while leaving the audio stream untouched. A ReplayGain-compatible player will dynamically adjust the volume of your tagged files during playback. -rsgain is designed with a "batteries included" philosophy, allowing a user to scan their entire music library without requiring external scripts or other tools. It aims to strike the perfect balance between power and simplicity by providing [multiple user interfaces](#usage). See the [Design Philosophy](#design-philosophy) for more information. +rsgain is designed with a "batteries included" philosophy, allowing a user to scan their entire music library without requiring external scripts or other tools. It aims to strike the perfect balance between power and simplicity by providing multiple user interfaces. See [Usage](#usage) for more information. ## Installation Binary packages are available for some platforms on the [Release Page](https://github.com/complexlogic/rsgain/releases). You can also build the program youself, see [BUILDING](docs/BUILDING.md).