musiccaps_details (view)
1 row where musiccaps_aspects contains "romantic", musiccaps_aspects contains "sophisticated", musiccaps_aspects contains "the lush life" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
4 Albert King Style Blues Licks (Slow Blues Guitar Lesson) | The song is an instrumental. The tempo is medium with a slick drumming rhythm starting with a solid drum introduction, strong bass line and a blues guitar solo. The song is energetic and passionate. The audio quality is excellent. | 2011-05-20T21:29:49Z | Texas Blues Alley | * Join The TXBA Locals: https://texasbluesalley.com/locals * TXBA Email List: https://texasbluesalley.com/email * Lesson page: https://texasbluesalley.com/woodshed/free/4-albert-king-style-licks * Insta: https://instagram.com/texasbluesalley * Twitter: https://twitter.com/texasbluesalley In this free lesson, you'll learn 4 licks from the Albert's Influence course. If you like this video, you'll love the course. Join the TXBA Locals today for unlimited access to our huge library of Texas Blues guitar courses. | ["Blues", "Electric guitar", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["electric guitar blues", "instrumental music", "blues guitar lessons", "legendary licks", "excellent audio quality", "the blues", "blues guitar tutorial", "romantic", "the lush life", "blues legends", "sophisticated", "blues guitar licks", "new orleans blues", "blues hits", "relaxing music", "energetic", "passionate", "groovy", "solid intro", "blues giants", "romantic", "massive drum roll", "medium tempo"] | 1 | JLYb7DwCaQU | 1994 |
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;