You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/loudgain.1: Print apostrophes instead of acute accents
This manual page uses the \' groff sequence to print acute accents,
when you actually just need to print apostrophes.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Copy file name to clipboardExpand all lines: docs/loudgain.1
+7-7
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
\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\.
14
14
.
15
15
.P
16
-
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\.
16
+
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\.
17
17
.
18
18
.P
19
19
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\.)
@@ -71,19 +71,19 @@ Write ReplayGain 2\.0 tags to files\. ID3v2 for MP2, MP3, WAV and AIFF; Vorbis C
71
71
.
72
72
.TP
73
73
\fB\-se,\-\-tagmode=e\fR
74
-
like \'\-s i\', plus extra tags (reference, ranges)\.
74
+
like '\-s i', plus extra tags (reference, ranges)\.
75
75
.
76
76
.TP
77
77
\fB\-sl,\-\-tagmode=l\fR
78
-
like \'\-s e\', but LU units instead of dB\.
78
+
like '\-s e', but LU units instead of dB\.
79
79
.
80
80
.TP
81
81
\fB\-ss,\-\-tagmode=s\fR
82
-
Don\'t write ReplayGain tags (default)\.
82
+
Don't write ReplayGain tags (default)\.
83
83
.
84
84
.TP
85
85
\fB\-L,\-\-lowercase\fR
86
-
Force lowercase \'REPLAYGAIN_*\' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
86
+
Force lowercase 'REPLAYGAIN_*' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
87
87
.
88
88
.TP
89
89
\fB\-S,\-\-striptags\fR
@@ -107,7 +107,7 @@ Database\-friendly new format tab\-delimited list output\. Ideal for analysis of
107
107
.
108
108
.TP
109
109
\fB\-q,\-\-quiet\fR
110
-
Don\'t print scanning status messages\.
110
+
Don't print scanning status messages\.
111
111
.
112
112
.SH "RECOMMENDATIONS"
113
113
To give you a head start, here are my personal recommendations for being (almost) universally compatible\.
I’ve been happy with these settings for many years now\. Your mileage may vary\.
138
+
I've been happy with these settings for many years now\. Your mileage may vary\.
139
139
.
140
140
.P
141
141
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\.
0 commit comments