SignpostMarv / ocremix-data

Data relating to OC ReMix content
Apache License 2.0
0 stars 0 forks source link

transcribe additional data as per OC ReMix FAQ #5

Closed SignpostMarv closed 4 years ago

SignpostMarv commented 4 years ago

ref: https://ocremix.org/info/Frequently_Asked_Questions#How_should_I_credit_artists_.26_the_site_when_using_or_linking_OC_ReMixes.3F

We ask that you always properly credit both the artists and OC ReMix when using, redistributing, or performing any OC ReMixes. This helps any curious fans find their way back to ocremix.org to download the tracks they like, which makes YOU awesome for helping spread the word!

For spoken credits, saying something like, for example, "That was djpretzel with 'Twoson Hits the Road', an EarthBound mix from ocremix.org" would be great.

Otherwise, crediting BOTH the artists AND http://ocremix.org in text form within a video or livestream, in a video's description, tagged in a podcast MP3, or included on a website are all sufficient.

SignpostMarv commented 4 years ago

transcription aid:

[...$0.querySelectorAll('a')].map((e) => { const [,id, varname] = /artist\/(\d+)\/(.+)/.exec(e.href); return [id, varname.replace(/[^a-z\d]+/ig, '')]; }).map((e) => { return e.join('\t'); }).join('\n')