Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/loudgain.1: Print apostrophes instead of acute accents #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/loudgain.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
\fBloudgain\fR is a loudness normalizer that scans music files and calculates loudness\-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain\-compatible metadata\.
.
.P
loudgain implements a subset of mp3gain\'s command\-line options, which means that it can be used as a drop\-in replacement in some situations\.
loudgain implements a subset of mp3gain's command\-line options, which means that it can be used as a drop\-in replacement in some situations\.
.
.P
loudgain will \fInot\fR modify the actual audio data, but instead just write ReplayGain \fItags\fR if so requested\. It is up to the player to interpret these\. (In some players, you need to enable this feature\.)
Expand Down Expand Up @@ -71,19 +71,19 @@ Write ReplayGain 2\.0 tags to files\. ID3v2 for MP2, MP3, WAV and AIFF; Vorbis C
.
.TP
\fB\-s e, \-\-tagmode=e\fR
like \'\-s i\', plus extra tags (reference, ranges)\.
like '\-s i', plus extra tags (reference, ranges)\.
.
.TP
\fB\-s l, \-\-tagmode=l\fR
like \'\-s e\', but LU units instead of dB\.
like '\-s e', but LU units instead of dB\.
.
.TP
\fB\-s s, \-\-tagmode=s\fR
Don\'t write ReplayGain tags (default)\.
Don't write ReplayGain tags (default)\.
.
.TP
\fB\-L, \-\-lowercase\fR
Force lowercase \'REPLAYGAIN_*\' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
Force lowercase 'REPLAYGAIN_*' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
.
.TP
\fB\-S, \-\-striptags\fR
Expand All @@ -107,7 +107,7 @@ Database\-friendly new format tab\-delimited list output\. Ideal for analysis of
.
.TP
\fB\-q, \-\-quiet\fR
Don\'t print scanning status messages\.
Don't print scanning status messages\.
.
.SH "RECOMMENDATIONS"
To give you a head start, here are my personal recommendations for being (almost) universally compatible\.
Expand Down Expand Up @@ -135,7 +135,7 @@ $ loudgain \-S \-a \-k \-s e *\.ape
.IP "" 0
.
.P
Ive been happy with these settings for many years now\. Your mileage may vary\.
I've been happy with these settings for many years now\. Your mileage may vary\.
.
.P
For easy mass\-tagging, there is a bash script called \fBrgbpm\fR included with loudgain, which follows above recommendations\. You can make a copy, put that into your personal \fB~/bin\fR folder and modify it to whatever \fIyou\fR need\.
Expand Down