# HG changeset patch # User Matti Hamalainen # Date 1189112784 -10800 # Node ID 4a03fd025aa223800a937d4b60d0b1b11d4e2d41 # Parent 75b8e7737bcd5eb435d4d7ea61e6600ba618f279 Default Tuplez format string. diff -r 75b8e7737bcd -r 4a03fd025aa2 src/sid/xs_config.c --- 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;