From 7ec34e7b8c0a784474ffe2c48c2016bf5a2ab15a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 29 Nov 2013 20:20:59 -0500 Subject: [PATCH] fixed this from recent experience where maybe the %o in front was matching too early, so the directory patterns were not being used. --- infobase/configuration/gtkpod/gtkpod_name_format.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infobase/configuration/gtkpod/gtkpod_name_format.txt b/infobase/configuration/gtkpod/gtkpod_name_format.txt index 9c11f346..3b74800e 100644 --- a/infobase/configuration/gtkpod/gtkpod_name_format.txt +++ b/infobase/configuration/gtkpod/gtkpod_name_format.txt @@ -1,7 +1,6 @@ -%o;%a/%A/%T_%t.m4a;%a/%A/%T_%t.mp3;%t.wav - +%a/%A/%T_%t.m4a;%a/%A/%T_%t.mp3;%t.wav;%o that puts the things in directories under artist, then under the album name, and -- 2.34.1