An open API service indexing awesome lists of open source software.

https://github.com/pawllo01/deezer-album-availability

Show in which countries the album is available and in which it is unavailable. Additionally, show the label and UPC code.
https://github.com/pawllo01/deezer-album-availability

album-availability deezer deezer-web-player upc userscript

Last synced: about 1 year ago
JSON representation

Show in which countries the album is available and in which it is unavailable. Additionally, show the label and UPC code.

Awesome Lists containing this project

README

          

# Deezer Album Availability

Show in which countries the album is available and in which it is unavailable. Additionally, show the label and UPC code. The script is also available for Spotify [here](https://github.com/pawllo01/spotify-album-availability).

![](images/example.png)

## Installing

Install [the script](https://github.com/pawllo01/deezer-album-availability/raw/main/deezer-album-availability.user.js) using [Tampermonkey](https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or another userscript manager.

If you're using Tampermonkey, make sure to enable Developer Mode. - [tutorial](https://www.tampermonkey.net/faq.php?locale=en#Q209)

https://github.com/user-attachments/assets/def60702-08ef-451e-981c-327666806646

### Set Your Default Country (Optional)

You can set your default country by editing the script. This small feature highlights your country code, making it easier to spot. For example:

```js
const YOUR_COUNTRY_CODE = 'GB';
```

![](images/highlight.png)

### MusicBrainz Lookup (Optional)

You can enable MusicBrainz Lookup by setting `showMusicBrainzLookup` to `true`. The link will appear next to the UPC code, allowing you to quickly find the release on MusicBrainz:

![](images/MusicBrainz.gif)

## Script Changelog

- 1.6 - add MusicBrainz lookup
- 1.5 - code improvements
- 1.4 - improve GeoChart script loading
- 1.3 - add full country names
- 1.2 - code improvements
- 1.1 - add label & upc info
- 1.0 - initial release