From dcda3fd373be0394e101e74f955cb75269ebf96d Mon Sep 17 00:00:00 2001 From: "William A. Bohn" <56655224+Bohndiggin@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:01:09 -0600 Subject: [PATCH] Update tidal.py QUALITY_MAP to include non MQA tracks --- streamrip/client/tidal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/streamrip/client/tidal.py b/streamrip/client/tidal.py index d0853bb0..a25b0a94 100644 --- a/streamrip/client/tidal.py +++ b/streamrip/client/tidal.py @@ -31,7 +31,8 @@ 0: "LOW", # AAC 1: "HIGH", # AAC 2: "LOSSLESS", # CD Quality - 3: "HI_RES", # MQA + 3: "HI_RES", # FLAC + 4: "HI_RES_LOSSLESS", # FLAC Best }