musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic rhythm guitar", musiccaps_aspects contains "low quality", musiccaps_aspects contains "reverberant" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Infamous Stringdusters Here Comes The Sun into Chopping Can at nTelos Pavilion 5/12/12 | The low quality recording features a live performance of a rock song and it features a passionate male vocal singing over groovy double bass, acoustic rhythm guitar, plucked violin melody and simple piano chords. It sounds reverberant, emotional, groovy and smooth - like something you would sing along to at the concert. | 2012-08-31T10:03:14Z | ConcertCasters | Check out the jam half way through! The Infamous Stringdusters cover Here Comes The Sun into Chopping Can at Charlottesville Virginia "nTelos Pavilion" 5/12/12 bluegrass live concert stage banjo slide guitar bass "blue mountain sports" "sound board mix" | ["Singing", "Music", "Song", "Bluegrass"] | ["low quality", "rock", "reverberant", "passionate male vocal", "acoustic rhythm guitar", "groovy double bass", "plucked violin melody", "simple piano keys chords", "smooth", "groovy", "emotional"] | 4 | dW4eW0Xreik | 3795 |
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;