From 8940a1466692816ed68aac5d4753fe35e7492bb5 Mon Sep 17 00:00:00 2001 From: goobags Date: Sun, 20 Mar 2016 15:01:59 +1100 Subject: [PATCH 1/2] Update __init__.py V2 aiff lossless file inclusion --- headphones/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/__init__.py b/headphones/__init__.py index 4b36acf7..64aa32a0 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -87,7 +87,7 @@ LATEST_VERSION = None COMMITS_BEHIND = None LOSSY_MEDIA_FORMATS = ["mp3", "aac", "ogg", "ape", "m4a", "asf", "wma"] -LOSSLESS_MEDIA_FORMATS = ["flac"] +LOSSLESS_MEDIA_FORMATS = ["flac","aiff","aif"] MEDIA_FORMATS = LOSSY_MEDIA_FORMATS + LOSSLESS_MEDIA_FORMATS MIRRORLIST = ["musicbrainz.org", "headphones", "custom"] From 847b24557ad4e25eb7cfc0e0e97d101e81a907c0 Mon Sep 17 00:00:00 2001 From: goobags Date: Fri, 6 May 2016 20:43:55 +1000 Subject: [PATCH 2/2] Update __init__.py --- headphones/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/__init__.py b/headphones/__init__.py index 64aa32a0..fd512b67 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -87,7 +87,7 @@ LATEST_VERSION = None COMMITS_BEHIND = None LOSSY_MEDIA_FORMATS = ["mp3", "aac", "ogg", "ape", "m4a", "asf", "wma"] -LOSSLESS_MEDIA_FORMATS = ["flac","aiff","aif"] +LOSSLESS_MEDIA_FORMATS = ["flac", "aiff"] MEDIA_FORMATS = LOSSY_MEDIA_FORMATS + LOSSLESS_MEDIA_FORMATS MIRRORLIST = ["musicbrainz.org", "headphones", "custom"]