nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.4k stars 211 forks source link

Fix Tidal master quality #571

Closed pinnick closed 6 months ago

pinnick commented 6 months ago

If a song attempts to download in "Master Quality Authenticated" through Tidal, the codec will be "mqa". In this case, it is contained as a FLAC and should be treated as such. Without the following changes, attempting to download an MQA will return the following error: MP4StreamInfoError: not a MP4 file. Simply adding the clause for "mqa" to equal codec resolves this.

pinnick commented 6 months ago

This should fix #568

nathom commented 6 months ago

Thank you!