[MPlayer-translations] r38113 - in trunk: DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 gui/app/cfg.c gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Sun Jun 10 19:20:59 EEST 2018


Author: ib
Date: Sun Jun 10 19:20:59 2018
New Revision: 38113

Log:
Allow the GUI to overwrite option allow_playlist_parsing.

Add GUI option support_playlists to be able to allow playlist parsing
even if disabled by MPlayer.

(Since GUI's playlist parsing only takes effect if the user explicitly
loads a playlist file through the file selector's playlist filter, it
can be assumed that they are knowing what they are doing. There will be
no playlist parsing the user can't be aware of. Moreover, instead of
having to enable dangerous playlist parsing in MPlayer's configuration
file - and thus more or less unrestrictedly - parsing can be restricted
to GUI usage this way.)

Add an entry to the preference dialog where the new option can be
configured.

Additionally, update man pages.

Modified:
   trunk/DOCS/man/de/mplayer.1
   trunk/help/help_mp-de.h

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/en/mplayer.1
   trunk/gui/app/cfg.c
   trunk/gui/dialog/preferences.c
   trunk/help/help_mp-en.h

Modified: trunk/DOCS/man/de/mplayer.1
==============================================================================
--- trunk/DOCS/man/de/mplayer.1	Sun Jun 10 19:00:09 2018	(r38112)
+++ trunk/DOCS/man/de/mplayer.1	Sun Jun 10 19:20:59 2018	(r38113)
@@ -33,7 +33,7 @@
 .\" Titel
 .\" --------------------------------------------------------------------------
 .
-.TH MPlayer 1 "10.10.2017" "Das MPlayer Projekt"
+.TH MPlayer 1 "10.06.2018" "Das MPlayer Projekt"
 .
 .SH NAME
 mplayer  \- Movie Player
@@ -673,6 +673,8 @@ idle
 .RB ( idle ),
 osd_level
 .RB ( osdlevel ),
+playlist_support
+.RB ( allow-dangerous-playlist-parsing ),
 softvol
 .RB ( softvol ),
 stopxscreensaver

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Sun Jun 10 19:00:09 2018	(r38112)
+++ trunk/help/help_mp-de.h	Sun Jun 10 19:20:59 2018	(r38113)
@@ -980,6 +980,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_Play "Abspielen"
 #define MSGTR_GUI_Playback "Wiedergabe"
 #define MSGTR_GUI_Playlist "Wiedergabeliste"
+#define MSGTR_GUI_PlaylistSupport "Laden von Wiedergabelisten erlauben"
 #define MSGTR_GUI_Position "Position"
 #define MSGTR_GUI_PostProcessing "Nachbearbeitung"
 #define MSGTR_GUI_Preferences "Einstellungen"


More information about the MPlayer-translations mailing list