changeset 534:ba0608cbbdaa trunk

[svn] artist - album - title is now the default title format.
author nenolod
date Sat, 28 Jan 2006 09:00:25 -0800
parents bcbc6195e82e
children f0464cb2f609
files audacious/main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/main.c	Fri Jan 27 21:29:56 2006 -0800
+++ b/audacious/main.c	Sat Jan 28 09:00:25 2006 -0800
@@ -180,7 +180,7 @@
     FALSE,                      /* show window decorations */
     8,                          /* mouse wheel scroll step */
     FALSE,                      /* playlist transparent */
-    1,                          /* 2nd preset (ARTIST - TITLE) */
+    2,                          /* 2nd preset (ARTIST - TITLE) */
     NULL,                       /* title format */
     FALSE,                      /* software volume control enabled */
     TRUE,                       /* UNUSED (XMMS compatibility mode) */
@@ -491,7 +491,7 @@
         cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT);
 
     if (!cfg.gentitle_format)
-        cfg.gentitle_format = g_strdup("%p - %t");
+        cfg.gentitle_format = g_strdup("%p - %a - %t");
 
     if (!cfg.outputplugin) {
 #ifdef HAVE_OSS