exislow / tidal-dl-ng

TIDAL Media Downloader Next Generation! Up to HiRes Lossless / TIDAL MAX 24-bit, 192 kHz.
GNU Affero General Public License v3.0
336 stars 30 forks source link

[Feature] Ability to download Atmos / 360 tracks #106

Open SeungRyul opened 4 months ago

SeungRyul commented 4 months ago

Current Situation

Example: https://tidal.com/browse/album/215115415

Right now stereo FLAC files downloaded, even when explicitly atmos album IDs are provided.

Suggestion / Feature Request

Have tdn check if link is a dolby atmos/360 album. If so this takes dowload priority over the quality settings in config.

exislow commented 4 months ago

How do you know, that they are stereo? Can you provide a proof?

seungryul93 commented 4 months ago

Hey there! Appreciate the work you put into this tool. As far as I am aware you need to use android phone or firetv access tokens to download the atmos/360 tracks.

Example of Tidal Atmos Track: https://tidal.com/browse/album/125154893

Using FFProbe to see downloaded track (stereo version downloaded instead of atmos): putty_eTgSiwj8bx

"360" tracks are in mpeg-h 3d audio format Atmos tracks are in ac-4 or ac-3 file formats

More info here: https://github.com/yaronzz/Tidal-Media-Downloader/issues/923

exislow commented 4 months ago

The attached screenshot does not has "mpeg-h 3d" nor "ac-4" / "ac-3" included...

Thanks for the link with the additional information. If you like, you can study their issue thread and get me a pull request with your implementation (really appreciated).

Yoshihiko97 commented 4 months ago

how to download atmos

Yoshihiko97 commented 4 months ago

How do you know, that they are stereo? Can you provide a proof?

the software shows the atmos quality audio as low, and the file i downloaded is stereo same problem as seungryul93