diff audacious/main.c @ 946:8cfe13fcd0c7 trunk

[svn] - Forgot a few things regarding titlestrings!
author nhjm449
date Sun, 16 Apr 2006 18:34:59 -0700
parents 0606d7908abb
children 8c6949ffd7f8
line wrap: on
line diff
--- a/audacious/main.c	Sun Apr 16 17:51:07 2006 -0700
+++ b/audacious/main.c	Sun Apr 16 18:34:59 2006 -0700
@@ -188,7 +188,7 @@
     FALSE,                      /* show window decorations */
     8,                          /* mouse wheel scroll step */
     FALSE,                      /* playlist transparent */
-    2,                          /* 2nd preset (ARTIST - TITLE) */
+    4,                          /* 5th preset (ARTIST [ ALBUM ] - TRACK. TITLE) */
     NULL,                       /* title format */
     FALSE,                      /* software volume control enabled */
     TRUE,                       /* UNUSED (XMMS compatibility mode) */
@@ -216,12 +216,11 @@
 
 const gchar *bmp_titlestring_presets[] = {
     "%t",
-    "%p - %t",
-    "%p - %a - %t",
-    "%p - %{a:%a - %}%t",
+    "%{p:%p - %}%t",
+    "%{p:%p - %}%{a:%a - %}%t",
     "%{p:%p - %}%{a:%a - %}%{n:%n. %}%t",
     "%{p:%p %}%{a:[ %a ] %}%{p:- %}%{n:%n. %}%{t:%t%}",
-    "%a - %t"
+    "%{a:%a - %}%t"
 };
 
 const guint n_titlestring_presets = G_N_ELEMENTS(bmp_titlestring_presets);