changeset 376:b20300813b42

Moved some #defines from xs_config.c to xmms-sid.h; Changed default SID specific title formatstring.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Nov 2005 11:04:02 +0000
parents d30be05ab5b0
children 29be09bd9397
files src/xmms-sid.h src/xs_config.c
diffstat 2 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.h	Wed Nov 09 10:59:02 2005 +0000
+++ b/src/xmms-sid.h	Wed Nov 09 11:04:02 2005 +0000
@@ -87,6 +87,12 @@
 #define XS_SIDBUF_SIZE		(80*1024)
 
 
+/* libSIDPlay1 default filter values (copied from libsidplay1's headers) */
+#define XS_SIDPLAY1_FS		(400.0f)
+#define XS_SIDPLAY1_FM		(60.0f)
+#define XS_SIDPLAY1_FT		(0.05f)
+
+
 #define XS_BIN_BAILOUT		(32)	/* Binary search bailout treshold */
 
 #define XS_STIL_MAXENTRY	(128)	/* Max number of sub-songs in STIL/SLDB node */
--- a/src/xs_config.c	Wed Nov 09 10:59:02 2005 +0000
+++ b/src/xs_config.c	Wed Nov 09 11:04:02 2005 +0000
@@ -156,11 +156,6 @@
 static const gint xs_widtable_max = (sizeof(xs_widtable) / sizeof(t_xs_wid_item));
 
 
-/* libSIDPlay1 default filter values (copied from libsidplay1's headers) */
-#define	XS_SIDPLAY1_FS	(400.0f)
-#define XS_SIDPLAY1_FM	(60.0f)
-#define XS_SIDPLAY1_FT	(0.05f)
-
 /*
  * Reset/initialize the configuration
  */
@@ -241,7 +236,7 @@
 #else
 	xs_cfg.titleOverride = TRUE;
 #endif
-	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) [%n]");
+	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) [%n/%N][%m]");
 
 
 	xs_cfg.subAutoEnable = FALSE;