https://github.com/pawllo01/spotify-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/spotify-album-availability
album-availability spotify spotify-api spotify-web-player upc userscript
Last synced: 4 months 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/spotify-album-availability
- Owner: pawllo01
- Created: 2024-08-19T13:00:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T14:17:21.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:32:01.665Z (about 1 year ago)
- Topics: album-availability, spotify, spotify-api, spotify-web-player, upc, userscript
- Language: JavaScript
- Homepage:
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify 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 Deezer [here](https://github.com/pawllo01/deezer-album-availability).

## Installing
Install [the script](https://github.com/pawllo01/spotify-album-availability/raw/main/spotify-album-availability.user.js) using [Tampermonkey](https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or another userscript manager.
_For users of the Tampermonkey extension (version 5.3+) in a Chrome-based browser, enabling either the **"Allow User Scripts" toggle** (available in Chrome 138+ via extension settings) or **Developer Mode** is required._ - [tutorial](https://www.tampermonkey.net/faq.php?locale=en#Q209)
### 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.