Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Download albums by UPC #1143

Open
anatosun opened this issue Jan 20, 2024 · 1 comment
Open

[FEATURE]: Download albums by UPC #1143

anatosun opened this issue Jan 20, 2024 · 1 comment

Comments

@anatosun
Copy link

anatosun commented Jan 20, 2024

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
Copy link
Author

However, whenever I try the above, I get.

Get operation err!Resource not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant