[MPlayer-DOCS] 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/en/skin.xml
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/DOCS/xml/de/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-de.h
   trunk/help/help_mp-zh_CN.h

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Tue Sep  1 13:24:41 2015	(r37472)
+++ trunk/DOCS/xml/en/skin.xml	Fri Sep  4 10:57:33 2015	(r37473)
@@ -618,7 +618,7 @@ blocks.
     <entry>
     a character according to the stream type (file: <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>
@@ -838,6 +838,7 @@ symbols (and thus require a different fo
   <row><entry><keycap>d</keycap></entry><entry>stream is a DVD</entry></row>
   <row><entry><keycap>u</keycap></entry><entry>stream is a URL</entry></row>
   <row><entry><keycap>b</keycap></entry><entry>stream is a TV/DVB broadcast</entry></row>
+  <row><entry><keycap>c</keycap></entry><entry>stream is a cue sheet</entry></row>
 </tbody>
 </tgroup>
 </informaltable>

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Tue Sep  1 13:24:41 2015	(r37472)
+++ trunk/help/help_mp-en.h	Fri Sep  4 10:57:33 2015	(r37473)
@@ -651,7 +651,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_FilterFontBitmap "Bitmap fonts (*.desc)"
 #define MSGTR_GUI_FilterFontTTF "TrueType fonts (*.ttf)"
 #define MSGTR_GUI_FilterFontType1 "Type1 fonts (*.pfb)"
-#define MSGTR_GUI_FilterImageVCD "VCD/SVCD images"
+#define MSGTR_GUI_FilterImageCue "CD/VCD/SVCD image cue sheet"
 #define MSGTR_GUI_FilterMediumMatroska "Matroska media"
 #define MSGTR_GUI_FilterMediumOgg "Ogg media"
 #define MSGTR_GUI_FilterMediumQuickTime "QuickTime media"


More information about the MPlayer-DOCS mailing list