SM
smonist/searcher-for-discogs
Searcher for Discogs - Google Chrome browser extension, allowing to listen to tracks on Discogs by clicking on it
Searcher for Discogs
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.
Installation
Chrome Web Store
Install extension directly from Chrome Web Store
YouTube quota usage
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)
Build locally
- Clone repository with
git clone https://github.com/bbonch/searcher-for-discogs.gitor 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
.envwith your key - YouTube player does not work without key
- Remove extension .example so it is simply
- Run yarn build-webpack
- Find the
searcherfolder in the directory - Go to
chrome://extensionsin a new Chrome tab - Click 'Developer mode' in the upper-right corner
- Click 'Load unpacked' and choose the
searcherfolder- If you also have extension from Chrome Web Store disable it
- Reload release/master page
YouTube quota usage
There is a limit of 10000 clicks for YouTube player per day per you
Usage
- Go to Discogs
-
- Click on extension icon next to title 'Jericho'
-
- To close popup click on icon again
UI
To be continued
Settings
To be continued