musiccaps_details (view)
1 row where musiccaps_aspects contains "mysterious", musiccaps_aspects contains "reverb tones", musiccaps_aspects contains "slow tempo" and musiccaps_names contains "Reverberation"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Randall Kirk Hammett Signature Amp | The song is an instrumental. The tempo is slow with an electric guitar playing lead and a strong bass line in a rhythmic manner. The song is strong and mysterious like a secret agent movie theme. The song is recorded at home and has an average sound quality. The song is a music demo. | 2008-07-09T15:06:58Z | Guitar World | Guitar World's gear editor Paul Riario demonstrates the features of the Randall Kirk Hammett Signature Head and Cabinet. For more gear reviews, lessons, interviews and more check out guitarworld.com! (more) | ["Bass guitar", "Reverberation", "Silence", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["instrumental music", "slow tempo", "electric guitar", "music demo", "song fade", "reverb tones", "guitar lead", "guitar accompaniment", "strong bass line", "electric guitar demo", "guitar amplifier", "suspense", "no other instrumentation", "soloist", "guitar solo artist", "home music video", "averts sound quality", "emotional passionate", "positive", "mysterious", "secret agent man"] | 1 | kKihNQ44dDQ | 4309 |
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;