[MPlayer-translations] r37473 - in trunk: Changelog DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml etc/mplayer.desktop gui/dialog/fileselect.c gui/interface.c gui/ui/actions.c gui/ui/render.c help/help_mp-de.h help/help_mp-en...

ib subversion at mplayerhq.hu
Fri Sep 4 10:57:34 CEST 2015


Author: ib
Date: Fri Sep  4 10:57:33 2015
New Revision: 37473

Log:
Add support for bin/cue playback to the GUI.

This utilizes the cue stream driver and thus supports both audio and
video CD images.

Don't select the (dumb) *.bin but the cue file using the file selector.
(Passing the cue:// scheme on the command line works as well.)

Allow track selection with the next/prev navigation buttons as well as
automatic next track playback just like a normal Audio CD.

For audio images temporarily utilize demuxer rawaudio.

Add the new GUI font symbol 'c'.

Additionally, update the documentation.

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

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/DOCS/xml/en/skin.xml
   trunk/etc/mplayer.desktop
   trunk/gui/dialog/fileselect.c
   trunk/gui/interface.c
   trunk/gui/ui/actions.c
   trunk/gui/ui/render.c
   trunk/help/help_mp-en.h

Modified: trunk/DOCS/xml/de/skin.xml
==============================================================================
--- trunk/DOCS/xml/de/skin.xml	Tue Sep  1 13:24:41 2015	(r37472)
+++ trunk/DOCS/xml/de/skin.xml	Fri Sep  4 10:57:33 2015	(r37473)
@@ -748,7 +748,8 @@ end
                     <entry>
                       Buchstabe entsprechend dem Streamtyp (Datei: <keycap>f</keycap>,
                       CD: <keycap>a</keycap>, Video-CD: <keycap>v</keycap>, DVD: <keycap>d</keycap>,
-                      URL: <keycap>u</keycap>, TV/DVB: <keycap>b</keycap>)
+                      URL: <keycap>u</keycap>, TV/DVB: <keycap>b</keycap>,
+                      CUE: <keycap>c</keycap>)
                     </entry>
                   </row>
                   <row>
@@ -987,6 +988,7 @@ image = font.png
             <row><entry><keycap>d</keycap></entry><entry>Stream ist eine DVD</entry></row>
             <row><entry><keycap>u</keycap></entry><entry>Stream ist eine URL</entry></row>
             <row><entry><keycap>b</keycap></entry><entry>Stream ist eine TV/DVB-Übertragung</entry></row>
+            <row><entry><keycap>c</keycap></entry><entry>Stream ist ein Cuesheet</entry></row>
           </tbody>
         </tgroup>
       </informaltable>

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Tue Sep  1 13:24:41 2015	(r37472)
+++ trunk/help/help_mp-de.h	Fri Sep  4 10:57:33 2015	(r37473)
@@ -860,7 +860,7 @@ 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_FilterImageVCD "VCD-/SVCD-Abbilder"
+#define MSGTR_GUI_FilterImageCue "CD-/VCD-/SVCD-Abbild-Cuesheet"
 #define MSGTR_GUI_FilterMediumMatroska "Matroska-Medien"
 #define MSGTR_GUI_FilterMediumOgg "Ogg-Medien"
 #define MSGTR_GUI_FilterMediumQuickTime "QuickTime-Medien"

Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h	Tue Sep  1 13:24:41 2015	(r37472)
+++ trunk/help/help_mp-zh_CN.h	Fri Sep  4 10:57:33 2015	(r37473)
@@ -651,7 +651,6 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_FilterFontBitmap "位图字体文件(*.desc)"
 #define MSGTR_GUI_FilterFontTTF "TrueType 字体文件(*.ttf)"
 #define MSGTR_GUI_FilterFontType1 "Type1 字体文件(*.pfb)"
-#define MSGTR_GUI_FilterImageVCD "VCD/SVCD 镜像文件"
 #define MSGTR_GUI_FilterMediumMatroska "Matroska 媒体文件"
 #define MSGTR_GUI_FilterMediumOgg "Ogg 媒体文件"
 #define MSGTR_GUI_FilterMediumQuickTime "QuickTime 媒体文件"


More information about the MPlayer-translations mailing list