changeset 1607:4a03fd025aa2

Default Tuplez format string.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 07 Sep 2007 00:06:24 +0300
parents 75b8e7737bcd
children e423bdc4b4d5 4dfc5a28d681
files src/sid/xs_config.c
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_config.c	Thu Sep 06 02:52:33 2007 +0300
+++ b/src/sid/xs_config.c	Fri Sep 07 00:06:24 2007 +0300
@@ -280,14 +280,17 @@
 #else
 	xs_cfg.subsongControl = XS_SSC_POPUP;
 #endif
-
 	xs_cfg.detectMagic = FALSE;
 
 #ifndef HAVE_XMMSEXTRA
 	xs_cfg.titleOverride = TRUE;
 #endif
-	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) [%n/%N][%m/%C]");
 
+#ifdef AUDACIOUS_PLUGIN
+	xs_pstrcpy(&xs_cfg.titleFormat, "${artist} - ${title} (${copyright}) <${subtune}/${subtunes}> [${sid-model}/${sid-speed}]");
+#else
+	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) <%n/%N> [%m/%C]");
+#endif
 
 	xs_cfg.subAutoEnable = FALSE;
 	xs_cfg.subAutoMinOnly = TRUE;