From 6a881c3947420bd191f899dd7df68947614e79e3 Mon Sep 17 00:00:00 2001 Message-Id: <6a881c3947420bd191f899dd7df68947614e79e3.1713587194.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 12 Apr 2008 14:51:32 +0100 Subject: [PATCH] Disobedience supports editing track weight Organization: Straylight/Edgeware From: Richard Kettlewell --- disobedience/properties.c | 1 + 1 file changed, 1 insertion(+) diff --git a/disobedience/properties.c b/disobedience/properties.c index 7ec9042..44379f8 100644 --- a/disobedience/properties.c +++ b/disobedience/properties.c @@ -121,6 +121,7 @@ static const struct pref { { "Album", "album", 0, &preftype_namepart }, { "Title", "title", 0, &preftype_namepart }, { "Tags", "tags", "", &preftype_string }, + { "Weight", "weight", "90000", &preftype_string }, { "Random", "pick_at_random", "1", &preftype_boolean }, }; -- [mdw]