changeset 1503:5679777b7a3f trunk

[svn] - hook up cue plugin
author nenolod
date Fri, 04 Aug 2006 16:05:41 -0700
parents bf9374436d1d
children ea9185405956
files ChangeLog Plugins/Input/Makefile.in configure.ac
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 04 12:18:23 2006 -0700
+++ b/ChangeLog	Fri Aug 04 16:05:41 2006 -0700
@@ -1,3 +1,13 @@
+2006-08-04 19:18:23 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1918]
+  - make Unknown Track, Unknown Artist, Unknown Album translatable.
+  - Display Unknown Track if the tuple is that horribly incomplete.
+  
+
+  Changes:        Modified:
+  +3 -3           trunk/Plugins/General/notify/notify.c  
+
+
 2006-08-04 18:54:26 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1916]
   - more leak fixes
--- a/Plugins/Input/Makefile.in	Fri Aug 04 12:18:23 2006 -0700
+++ b/Plugins/Input/Makefile.in	Fri Aug 04 16:05:41 2006 -0700
@@ -1,5 +1,5 @@
 include ../../mk/rules.mk
 include ../../mk/objective.mk
 
-ALL_PLUGINS = mpg123 aac modplug vorbis tonegen cdaudio sid wav flac console timidity musepack sexypsf adplug wma amidi-plug
+ALL_PLUGINS = mpg123 aac modplug vorbis tonegen cdaudio sid wav flac console timidity musepack sexypsf adplug wma amidi-plug cue
 SUBDIRS = @INPUT_PLUGINS@
--- a/configure.ac	Fri Aug 04 12:18:23 2006 -0700
+++ b/configure.ac	Fri Aug 04 16:05:41 2006 -0700
@@ -115,7 +115,7 @@
 
 dnl These plugins are always built.
 
-INPUT_PLUGINS="cdaudio tonegen console sexypsf wav"
+INPUT_PLUGINS="cdaudio tonegen console sexypsf wav cue"
 OUTPUT_PLUGINS="disk_writer"
 EFFECT_PLUGINS="audiocompress ladspa voice_removal"
 GENERAL_PLUGINS="song_change"