musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "double bass", musiccaps_names contains "Bluegrass" and musiccaps_names contains "Rhythm and blues"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Bluegrass Gospel Music - You've Got To Choose | This bluegrass song features a solo played on a mandolin. This is accompanied by an acoustic guitar strumming chords. A double bass plays the root note and fifth of the chords. A banjo player fills in between phrases. This song is at a moderate tempo and has a country feel. The mood of this song is happy. This song can be played in an inspirational movie. | 2007-06-26T00:26:55Z | Billy Pollard | Bill Jolliff, Jacob Henry and Band, Southern Gospel Music, Strolling Down Memory Lane, Billy & Willie Pollard's Country Gospel TV Program, http://billyandwillie.tripod.com | ["Gospel music", "Country", "Music", "Rhythm and blues", "Bluegrass", "Soul music"] | ["bluegrass", "country", "instrumental", "no voice", "no percussion", "mandolin", "acoustic guitar", "banjo", "double bass", "moderate tempo", "happy mood"] | 0 | REpuZwvyThM | 2681 |
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;