You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit discogsArtistYouTubeToJson.js to set the discogs artist id:
const artistId = '83376'; // Example artist ID
You can get a discogs artist id from a url like so:
https://www.discogs.com/artist/656-A-Guy-Called-Gerald
Artist id would be "656"
Run node discogsArtistYouTubeToJson.js
This will create a .json file with every youtube id, such as "JammingGerald_44589_youtube_links.json"
Create a YouTube playlist
Create a playlist, and get the playlist id from the url like so:
https://www.youtube.com/playlist?list=PLpQuORMLvnZaEwq6CofOmow8SPCM2LMRM
playlist id is everything after "list=" like so: PLpQuORMLvnZaEwq6CofOmow8SPCM2LMRM