[MPlayer-translations] r37475 - in trunk: Changelog DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml etc/mplayer.desktop gui/app/app.c gui/app/app.h gui/dialog/dialog.c gui/dialog/fileselect.c gui/dialog/fileselect.h gui/dialog...

ib subversion at mplayerhq.hu
Fri Sep 4 11:43:54 CEST 2015


Author: ib
Date: Fri Sep  4 11:43:54 2015
New Revision: 37475

Log:
Add support for CD/(S)VCD/DVD image and DVD copy playback to the GUI.

Extend the file selector and the menu to load such files and utilize the
respective scheme (cd://, vcd://, dvd://) for the playback so that it
plays as if it were a real disc.

For CD/(S)VCD, libcdio is necessary in order to load the cue files.

For DVD, utilize the existing option to play files copied from a DVD or
DVD images.

Additionally, update the documentation.

Modified:
   trunk/DOCS/xml/de/skin.xml
   trunk/help/help_mp-de.h

Changes in other areas also in this revision:
Added:
   trunk/gui/dialog/pixmaps/playimage.xpm   (contents, props changed)
Modified:
   trunk/Changelog
   trunk/DOCS/xml/en/skin.xml
   trunk/etc/mplayer.desktop
   trunk/gui/app/app.c
   trunk/gui/app/app.h
   trunk/gui/dialog/dialog.c
   trunk/gui/dialog/fileselect.c
   trunk/gui/dialog/fileselect.h
   trunk/gui/dialog/menu.c
   trunk/gui/interface.c
   trunk/gui/interface.h
   trunk/gui/ui/actions.c
   trunk/gui/win32/skinload.c
   trunk/gui/win32/skinload.h
   trunk/help/help_mp-en.h

Modified: trunk/DOCS/xml/de/skin.xml
==============================================================================
--- trunk/DOCS/xml/de/skin.xml	Fri Sep  4 11:00:46 2015	(r37474)
+++ trunk/DOCS/xml/de/skin.xml	Fri Sep  4 11:43:54 2015	(r37475)
@@ -1140,6 +1140,17 @@ image = font.png
       </varlistentry>
 
       <varlistentry>
+        <term><emphasis role="bold">evPlayImage</emphasis></term>
+        <listitem>
+          <para>
+            Lädt ein CD-/(S)VCD-/DVD-Abbild oder DVD-Kopie (mit dem
+            Dateiauswahl-Dialog) und spielt es ab, als ob es eine reelle Disc
+            wäre.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><emphasis role="bold">evLoadURL</emphasis></term>
         <listitem>
           <para>

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Fri Sep  4 11:00:46 2015	(r37474)
+++ trunk/help/help_mp-de.h	Fri Sep  4 11:43:54 2015	(r37475)
@@ -860,7 +860,10 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_FilterFontBitmap "Bitmap-Schriften (*.desc)"
 #define MSGTR_GUI_FilterFontTTF "TrueType-Schriften (*.ttf)"
 #define MSGTR_GUI_FilterFontType1 "Typ-1-Schriften (*.pfb)"
+#define MSGTR_GUI_FilterImageCD "CD-Abbild-Cuesheet"
 #define MSGTR_GUI_FilterImageCue "CD-/VCD-/SVCD-Abbild-Cuesheet"
+#define MSGTR_GUI_FilterImageDVD "DVD-Abbild/-Kopie"
+#define MSGTR_GUI_FilterImageVCD "VCD-/SVCD-Abbild-Cuesheet"
 #define MSGTR_GUI_FilterMediumMatroska "Matroska-Medien"
 #define MSGTR_GUI_FilterMediumOgg "Ogg-Medien"
 #define MSGTR_GUI_FilterMediumQuickTime "QuickTime-Medien"
@@ -889,6 +892,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_FrontRight "Vorne rechts"
 #define MSGTR_GUI_HideVideoWindow "Videofenster nach der Wiedergabe ausblenden"
 #define MSGTR_GUI_Hue "Farbton"
+#define MSGTR_GUI_Image "Abbild"
 #define MSGTR_GUI_Information "Information"
 #define MSGTR_GUI_Lavc "lavc (MPEG-1-Encodierung in Echtzeit)"
 #define MSGTR_GUI_MaximumUsageSpareCPU "Maximale Nutzung freier CPU-Zeit"
@@ -994,6 +998,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_SelectedFiles "Ausgewählte Dateien"
 #define MSGTR_GUI_SelectFile "Datei auswählen"
 #define MSGTR_GUI_SelectFont "Schrift auswählen"
+#define MSGTR_GUI_SelectImage "Abbild auswählen"
 #define MSGTR_GUI_SelectSubtitle "Untertitel auswählen"
 #define MSGTR_GUI_SizeDouble "Doppelte Größe"
 #define MSGTR_GUI_SizeFullscreen "Vollbild"


More information about the MPlayer-translations mailing list