Switching to pygazelle

This commit is contained in:
Aaron Cohen
2012-09-22 21:08:14 -07:00
parent 84aec7778d
commit 3d066d7e5b
14 changed files with 945 additions and 1495 deletions
+8
View File
@@ -0,0 +1,8 @@
MP3 = "MP3"
FLAC = "FLAC"
AAC = "AAC"
AC3 = "AC3"
DTS = "DTS"
OGG_VORBIS = "Ogg Vorbis"
ALL_FORMATS = [MP3, FLAC, AAC, AC3, DTS, OGG_VORBIS]