# HG changeset patch # User yaz # Date 1177993187 25200 # Node ID 8f432e790cfbd258a2a6ca40dc952dd7bccc15da # Parent 5523559a1eac370bf72d902ad04b345be96ccd09 [svn] - add check for cfg.stopaftersong at the end of cue. diff -r 5523559a1eac -r 8f432e790cfb ChangeLog --- a/ChangeLog Mon Apr 30 21:18:44 2007 -0700 +++ b/ChangeLog Mon Apr 30 21:19:47 2007 -0700 @@ -1,3 +1,16 @@ +2007-05-01 04:18:44 +0000 William Pitcock + revision [2112] + - add Vorbis output mode + - change "Output file extension" to "Output file format" + - link against -lvorbisenc, this will probably want to be adjusted before we make a release on a 1.4 branch + + trunk/src/filewriter/Makefile | 4 + trunk/src/filewriter/filewriter.c | 9 + + trunk/src/filewriter/plugins.h | 2 + trunk/src/filewriter/vorbis.c | 203 ++++++++++++++++++++++++++++++++++++++ + 4 files changed, 212 insertions(+), 6 deletions(-) + + 2007-05-01 03:24:34 +0000 Yoshiki Yazawa revision [2110] - rename titles of configure windows. diff -r 5523559a1eac -r 8f432e790cfb src/cue/cuesheet.c --- a/src/cue/cuesheet.c Mon Apr 30 21:18:44 2007 -0700 +++ b/src/cue/cuesheet.c Mon Apr 30 21:19:47 2007 -0700 @@ -639,6 +639,9 @@ } } else { + if(cfg.stopaftersong) { + exec_thread = g_thread_create(do_stop, (void *)real_ip, FALSE, NULL); + } #ifdef DEBUG g_print("i: watchdog end of cue, advance in playlist\n\n"); #endif