[MPlayer-translations] r37994 - in trunk: Changelog DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 gui/app/cfg.c gui/interface.c gui/util/list.c gui/util/list.h

ib subversion at mplayerhq.hu
Tue Oct 10 19:56:43 EEST 2017


Author: ib
Date: Tue Oct 10 19:56:43 2017
New Revision: 37994

Log:
Enable ReplayGain for files without ReplayGain data.

The GUI will receive ReplayGain information from the audio stream, if
such data has been stored in the file. Files without such data do not
have to be modified, if the new configuration file gui.gain is used.

If gui.gain exists, the GUI will read it at startup and expects a plain
text file containing a float value (the ReplayGain) followed by a space
character and a full filename. Later, whenever playing the file with
this name, it will apply the given gain.

Please note, that an entry in gui.gain takes precedence over ReplayGain
data stored in the file, and that it is recommended to sort gui.gain by
descending filenames in order to speed up parsing.

Add listMgr command GAINLIST_ITEM_INSERT to create a sorted linked list
of the filenames and listMgr command GAINLIST_ITEM_FIND for a quick,
binary search.

Additionally, update man pages and add a changelog information.

Modified:
   trunk/DOCS/man/de/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/DOCS/man/en/mplayer.1
   trunk/gui/app/cfg.c
   trunk/gui/interface.c
   trunk/gui/util/list.c
   trunk/gui/util/list.h

Modified: trunk/DOCS/man/de/mplayer.1
==============================================================================
--- trunk/DOCS/man/de/mplayer.1	Tue Oct 10 17:31:51 2017	(r37993)
+++ trunk/DOCS/man/de/mplayer.1	Tue Oct 10 19:56:43 2017	(r37994)
@@ -33,7 +33,7 @@
 .\" Titel
 .\" --------------------------------------------------------------------------
 .
-.TH MPlayer 1 "09.10.2017" "Das MPlayer Projekt"
+.TH MPlayer 1 "10.10.2017" "Das MPlayer Projekt"
 .
 .SH NAME
 mplayer  \- Movie Player
@@ -11714,6 +11714,15 @@ Eingabebindungen (Siehe '\-input keylist
 GUI-Konfigurationsdatei
 .
 .TP
+~/.mplayer/\:gui.gain
+Für Audio-Dateien, die keine Information zur Lautstärke-Anpassung (Replay
+Gain) enthalten, kann man eine Zeile mit Verstärkung oder Verminderung und
+Dateinamen (durch ein Leerzeichen getrennt) eintragen, z. B.
+.br
+
++1.50 /home/ich/Musik/Lied.mp3
+.
+.TP
 ~/.mplayer/\:gui.history
 GUI-Verzeichnisverlauf
 .


More information about the MPlayer-translations mailing list