Initial Commit
This commit is contained in:
8
lib/pygazelle/format.py
Normal file
8
lib/pygazelle/format.py
Normal 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]
|
Reference in New Issue
Block a user