mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Possible fix for #1560, what.cd choking when preferred bitrate is not one of the what.cd categories
This commit is contained in:
@@ -1051,7 +1051,7 @@ def searchTorrent(album, new=False, losslessOnly=False):
|
|||||||
if re.search(bitrate, encoding_string, flags=re.I):
|
if re.search(bitrate, encoding_string, flags=re.I):
|
||||||
bitrate_string = encoding_string
|
bitrate_string = encoding_string
|
||||||
if bitrate_string not in gazelleencoding.ALL_ENCODINGS:
|
if bitrate_string not in gazelleencoding.ALL_ENCODINGS:
|
||||||
raise Exception("Preferred bitrate %s not recognized by %s" % (bitrate_string, provider))
|
logger.info(u"Your preferred bitrate is not one of the available What.cd filters, so not using it as a search parameter.")
|
||||||
maxsize = 10000000000
|
maxsize = 10000000000
|
||||||
elif headphones.PREFERRED_QUALITY == 1: # Highest quality including lossless
|
elif headphones.PREFERRED_QUALITY == 1: # Highest quality including lossless
|
||||||
search_formats = [gazelleformat.FLAC, gazelleformat.MP3]
|
search_formats = [gazelleformat.FLAC, gazelleformat.MP3]
|
||||||
|
|||||||
Reference in New Issue
Block a user