Anyone can add new YouTube channels or Discogs labels as playlists on www.mirror.fm. 100% automatic
Please only submit channels or labels following these criteria.
- channel tracks seem to be formatted correctly, for example:
Artist – Track
- most channel tracks are single tracks, not "full EP", "full album" or a mix
- have a decent amount of tracks (~50+)
- doesn't belong to a single artist
- doesn't have a matching record label on discogs.com, in which case it should be added as a Discogs label
Most should already follow community-driven standards, feel free to add any!
It's quick and easy:
- edit discogs-labels.csv or youtube-channels.csv on Github
- add the channel or label ID, name and link to the end of the file
- to find the Youtube channel ID open the browser console and type
ytInitialData.metadata.channelMetadataRenderer.externalId
- to find the Youtube channel ID open the browser console and type
- create a pull request
- once approved your Spotify playlist will sync automatically and will be added to the mirror.fm Spotify profile
- Submissions in the current repo triggers other automations in https://github.com/mirrorfm/mirrorfm/tree/master/functions
- YouTube track names are cleaned up using https://github.com/mirrorfm/trackfilter/, feel free to contribute