musiccaps_details (view)
1 row where musiccaps_aspects contains "amateur recording", musiccaps_aspects contains "mediumto uptempo" and youtube_description = "I´m playing Love Street by The Doors. The authentic instruments I used in this video are a Vox Continental (1967) and a Fender Rhodes Piano Bass (1972). Enjoy, Please rate & comment!"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Love Street - The Doors - Vox Continental & Fender Rhodes Piano Bass | Someone is playing a melody on an electric organ in a minor key. An acoustic drum is playing a simple groove with single hits on the ride. An e-bass is playing the root note of the melody accompanied by a clean e-guitar sound fingerpicking the chords. Then a deeper male voice starts singing. This song may be playing in a sad romantic movie scene. | 2010-11-17T22:29:18Z | Willem Vonhof | I´m playing Love Street by The Doors. The authentic instruments I used in this video are a Vox Continental (1967) and a Fender Rhodes Piano Bass (1972). Enjoy, Please rate & comment! | ["Organ", "Electric piano", "Electronic organ", "Keyboard (musical)", "Piano"] | ["amateur recording", "acoustic drums", "e-bass", "organ", "e-guitar", "deeper male voice singing", "mediumto uptempo", "melancholic"] | 6 | p2yedR_jMTU | 4684 |
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;