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
264 stars 23 forks source link

Encoding compatible with iTunes PC #159

Open JuandeJuni opened 1 month ago

JuandeJuni commented 1 month ago

Current Situation

The .M4A files can't be imported to iTunes program.

Suggestion / Feature Request

Add an option to export music in ALAC enconding (Apple Loseless)

JuandeJuni commented 1 month ago

M4A files encoded with FLAC can be converted to ALAC using FFMPEG command ffmpeg -i input.m4a -c:v copy -c:a alac output.m4a. I think it might be easy to adapt.