musiccaps_details (view)
1 row where musiccaps_aspects contains "ambient sounds", musiccaps_aspects contains "external amplification", musiccaps_aspects contains "heavy metal" and musiccaps_aspects contains "soft rock"
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 |
---|---|---|---|---|---|---|---|---|---|---|
FV 1 part 1 tape echos with eTap2 patches | This music is an electric guitar lead instrumental. The tempo is slow with no accompaniment and ambient sounds like a popping and swishing sound. The music is a rhythmic, controlled, pleasant, melancholic, sentimental and emotional Electric guitar solo. | 2013-09-08T10:44:37Z | Mick Taylor | The first vid is of FV-1 pedal loaded with the tape echo firmware called eTap2HW written by Piet which emulates the sounds of the 'MeazziEchomatic' multi head tape loop echos.The patches have been written to emulate the sounds of Hank Marvin of the Shadows and his unique sound, but are not restricted to this as many other artist used these tape echo machines. The video starts with a clean bypassed sound followed by a couple of bits to try and demo how the echo sounds. The rest of the vid is pretty much just a single muted strum to capture how the echo's fall with different settings, the bits where the feedback is turned up is so the tape decay of repeats can be heard. | ["Echo", "Electric guitar", "Music"] | ["instrumental", "slow tempo", "electric guitar lead", "rock", "hard rock", "metal", "heavy metal", "soft rock", "electric guitar", "external amplification", "ambient sounds", "popping sound", "rustling sound", "electric guitar lead", "vibrations", "resounding"] | 7 | 7_yBcHaoR0w | 864 |
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;