musiccaps_details (view)
1 row where musiccaps_aspects contains "steady bass and drums", musiccaps_names contains "Gospel music" and musiccaps_names contains "Song"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Buzz Goertzen - The Idaho Yodeler - TheIdahoYodeler.com | A female and male duo yodeling over a fast bluegrass band. The bass and drums are steady and simple as is the chord progression. The guitarist and other instrumentalists are virtuosic. | 2011-03-30T18:33:50Z | theidahoyodeler | Nothing stirs up an audience like yodeling, and no one yodels like Buzz Goertzen. His charismatic personality, wit and unique style have endeared him to audiences everywhere. Being also a gifted songwriter as well as a humorist, it is no wonder that standing ovations are the norm wherever he performs. He has written most of his own compositions, but also sings many of the "old favorite" yodeling songs of the past. Visit his website today at www.TheIdahoYodeler.com | ["Christmas music", "Singing", "Gospel music", "Yodeling", "Christian music", "Music", "Song"] | ["yodeling", "female and male yodeling", "country", "fast", "bluegrass", "steady bass and drums", "guitar", "virtuosic", "simple rhythms", "simple chord progression"] | 8 | Y7mTjfgcybQ | 3256 |
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;