mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Initial Commit
This commit is contained in:
commit
88daa3fb91
1311 changed files with 256240 additions and 0 deletions
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]
|
Loading…
Add table
Add a link
Reference in a new issue