From 74ad26edc2cf0d8aa8d5d485d708de1a34aa75c0 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 14 Aug 2011 21:59:35 +0200 Subject: Some recoding work, added ogg encoder. --- directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'directory.py') diff --git a/directory.py b/directory.py index 5a0c318..6860155 100644 --- a/directory.py +++ b/directory.py @@ -86,7 +86,7 @@ class File(DirectoryEntry): def get_cache_path(self): cache_path = os.path.join(config.get('cache_dir'), self.path) - cache_path = os.path.splitext(cache_path)[0] + '.mp3' + cache_path = os.path.splitext(cache_path)[0] + '.ogg' return cache_path def get_cache_file(self): -- cgit v1.2.3