Allows to listen to tracks on Discogs by clicking on small icon next to track title. It simply grabs artist and track name on release/master page and shows popup with music/video player from such streaming services as YouTube, Spotify and Deezer.
Install extension directly from Chrome Web Store
There is a limit of 10000 clicks for YouTube player per day per all users (It is likely that at the end of day YouTube player stops working because of quota)
- Clone repository with
git clone https://github.com/bbonch/searcher-for-discogs.git
or download zip - Change into the new directory
- Run
yarn install
- Update
.env.example
- Remove extension .example so it is simply
.env
- Create your own YouTube DATA API key
- Update
.env
with your key - YouTube player does not work without key
- Remove extension .example so it is simply
- Run yarn build-webpack
- Find the
searcher
folder in the directory - Go to
chrome://extensions
in a new Chrome tab - Click 'Developer mode' in the upper-right corner
- Click 'Load unpacked' and choose the
searcher
folder- If you also have extension from Chrome Web Store disable it
- Reload release/master page
There is a limit of 10000 clicks for YouTube player per day per you
- Go to Discogs
- Click on extension icon next to title 'Jericho'
- To close popup click on icon again
To be continued
To be continued