Skip to content

pawllo01/deezer-album-availability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installing

Install the script using Tampermonkey 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

how-to-install.mp4

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:

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors