Results 4 comments of naiches

I've had this same error with Qobuz some time ago. It seemed to be account related. Have you tested this with a different account?

This makes downloading multi disc albums impossible, is there any fix?

I created a small Python script to sort the discs automatically (as a workaround) for now. ```py import os import shutil from mutagen.flac import FLAC # Function to move files...