From 65da7823d25a0cb06d6ebfcce07a5fdf4f0ec878 Mon Sep 17 00:00:00 2001 From: Erik Hahn Date: Thu, 30 Jul 2009 20:22:03 +0200 Subject: [PATCH] %ext% won't be needed --- ordnung.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordnung.py b/ordnung.py index c82c317..9937af1 100644 --- a/ordnung.py +++ b/ordnung.py @@ -26,7 +26,7 @@ def main(): ## Handle arguments (TODO) # This will probably the default later one, at least until I # implement %album artist% - pattern = "%base%/%artist%/%album%/%title%.%ext%" + pattern = "%base%/%artist%/%album%/%title%" base = "D:/Eigene Musik" basepath = path(base) -- 2.11.4.GIT