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.
- Host: GitHub
- URL: https://github.com/pawllo01/deezer-album-availability
- Owner: pawllo01
- Created: 2024-07-26T12:43:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T14:19:02.000Z (over 1 year ago)
- Last Synced: 2025-04-14T22:15:22.945Z (about 1 year ago)
- Topics: album-availability, deezer, deezer-web-player, upc, userscript
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

## 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';
```

### 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:

## 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