[Mplayer-cvslog] CVS: main help_mp-en.h,1.34,1.35 help_mp-hu.h,1.36,1.37 mplayer.c,1.526,1.527

Zoltan Ponekker pontscho at mplayerhq.hu
Fri Jul 12 02:53:57 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9684

Modified Files:
	help_mp-en.h help_mp-hu.h mplayer.c 
Log Message:
add simple playlist support

Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help_mp-en.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- help_mp-en.h	6 Jul 2002 08:01:12 -0000	1.34
+++ help_mp-en.h	12 Jul 2002 00:53:24 -0000	1.35
@@ -330,6 +330,12 @@
 #define MSGTR_EQU_Bass "Bass"
 #define MSGTR_EQU_All "All"
 
+// --- playlist
+#define MSGTR_PLAYLIST_Path "Path"
+#define MSGTR_PLAYLIST_Selected "Selected files"
+#define MSGTR_PLAYLIST_Files "Files"
+#define MSGTR_PLAYLIST_DirectoryTree "Directory tree"
+
 // --- messagebox
 #define MSGTR_MSGBOX_LABEL_FatalError "fatal error ..."
 #define MSGTR_MSGBOX_LABEL_Error "error ..."

Index: help_mp-hu.h
===================================================================
RCS file: /cvsroot/mplayer/main/help_mp-hu.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- help_mp-hu.h	5 Jul 2002 23:46:49 -0000	1.36
+++ help_mp-hu.h	12 Jul 2002 00:53:24 -0000	1.37
@@ -325,6 +325,12 @@
 #define MSGTR_EQU_Bass "Basszus"
 #define MSGTR_EQU_All "Mindegyik"
 
+// --- playlist
+#define MSGTR_PLAYLIST_Path "Utvonal"
+#define MSGTR_PLAYLIST_Selected "Kiv'lasztott filr - ok"
+#define MSGTR_PLAYLIST_Files "File - ok"
+#define MSGTR_PLAYLIST_DirectoryTree "Könyvtár lista"
+
 // --- messagebox
 #define MSGTR_MSGBOX_LABEL_FatalError "végzetes hiba ..."
 #define MSGTR_MSGBOX_LABEL_Error "hiba ..."

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -r1.526 -r1.527
--- mplayer.c	10 Jul 2002 13:40:32 -0000	1.526
+++ mplayer.c	12 Jul 2002 00:53:24 -0000	1.527
@@ -2895,7 +2895,7 @@
 	guiGetEvent( guiReDraw,NULL );
 	if(guiIntfStruct.Playing==0) break; // STOP
 	if(guiIntfStruct.Playing==2) osd_function=OSD_PAUSE;
-        if ( guiIntfStruct.DiskChanged ) goto goto_next_file;
+        if ( guiIntfStruct.DiskChanged || guiIntfStruct.FilenameChanged ) goto goto_next_file;
 #ifdef USE_DVDREAD
         if ( stream->type == STREAMTYPE_DVD )
 	 {
@@ -3077,7 +3077,7 @@
 #ifdef USE_DVDREAD
    if ( !guiIntfStruct.DiskChanged ) 
 #endif
-   mplStop();
+   mplEnd();
   }	
 #endif
 




More information about the MPlayer-cvslog mailing list