yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.27k stars 464 forks source link

[FEATURE]: Download albums by UPC #1143

Open anatosun opened 5 months ago

anatosun commented 5 months ago

Which tool

tidal-cli

Describe the feature

Being able to download albums using their upc e.g., tidal-dl --link upc:338407190.

I think it would consists in adding a binding to the API:

    def getAlbumByBarcode(self, barcode) -> Album:
        return aigpy.model.dictToModel(self.__get__('albums/byBarcodeId?barcodeId=' + str(barcode) + '&countryCode=' + str(self.key.countryCode)), Album())

source

Add screenshots

No response

anatosun commented 5 months ago

However, whenever I try the above, I get.

Get operation err!Resource not found