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
426 stars 37 forks source link

[Feature] Regarding flac metadata #245

Open AudioPro72 opened 3 days ago

AudioPro72 commented 3 days ago

Current Situation

I am interested in whether it is possible to get label info inside the flac file data, we have a copyright field, but we don't have a label as a separate info. I sort the music by label, and in the copyright field many times it says only the main holder, say Universal Music, but it doesn't say that the label is Island. How can I get it? Qobuz has copyright info and a separate label field, that's why I'm asking. Thanks a lot for any info.

Suggestion / Feature Request

Adding information about the label inside the flac file, instead of just the copyright field.

exislow commented 18 hours ago

We only have the information (tidalapi)[https://github.com/tamland/python-tidal/releases] provides. If you can tell, where to find the label information, there is sure, a way to include them in the metadata. You can also get me a pull request, if you like.