musiccaps_details (view)
1 row where musiccaps_aspects contains "car racing sounds", musiccaps_aspects contains "hard hitting drums", musiccaps_aspects contains "heavy metal" and musiccaps_aspects contains "vociferous"
This data as json, CSV (advanced)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
FM3 Drag Racing: N/A C6 Vs Race engine C6 HD | A male vocalist sings this vigorous heavy metal song. The tempo is fast with intense electric guitar lead ,hard hitting drumming, steady bass lines, keyboard harmony and vocal backup. There is a sound of racing cars at the onset of the song followed by a vigorous male vocal harmony. The song is energetic, enthusiastic, gripping, intense, vital and youthful. This song is Heavy Metal. | 2010-07-27T11:16:35Z | Coleman McFarland | If you want to get in on the action, send a friend request to MoDeRNxSoCiEtY. Be sure to include a message about the car you will be driving because if you don't, you WILL NOT be accepted. The details about your car should include NOTE: we DO NOT allow drive train conversions any longer. NO AWD Mustangs, NO RWD CRX'S. your car HAS to have the STOCK drive train or you will also NOT be accepted Horsepower Class (B-S) Modifications list (NOT needed if fully built) Hope to get you on the Channel later later | ["Music", "Accelerating, revving, vroom", "Grunge", "Heavy engine (low frequency)"] | ["instrumental", "fast tempo", "vigorous", "loud vocals", "rapid", "boisterous", "vociferous", "car racing sounds", "heavy metal", "intense bass line", "hard hitting drums", "keyboard harmony", "vigorous electric guitar lead", "male vocalist", "impactful", "insistent", "youthful", "energetic", "enthusiastic"] | 7 | UzT20Rf8RPA | 2966 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW musiccaps_details AS select musiccaps.url as video, json_object( 'label', coalesce(videos.title, 'Missing from YouTube'), 'href', musiccaps.url ) as youtube_link, musiccaps.caption as musiccaps_caption, videos.publishedAt as youtube_published, videos.channelTitle as youtube_channel, videos.description as youtube_description, musiccaps.audioset_names as musiccaps_names, musiccaps.aspect_list as musiccaps_aspects, musiccaps.author_id as musiccaps_author, videos.id as youtube_id, musiccaps.rowid as musiccaps_rowid from musiccaps left join videos on musiccaps.ytid = videos.id;