musiccaps_details (view)
1 row where musiccaps_aspects contains "pleasant", musiccaps_aspects contains "tenor banjo" and musiccaps_names contains "Plucked string instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
How to Play the Irish Tenor Banjo : Banjo Basics | This music is an enthusiastic Irish tenor Banjo instrumental. The tempo is fast with a lively, upbeat, soothing, emphatic, twangy, sweet, rich, and engaging with traditional and folksy groove. | 2013-07-09T01:02:01Z | ehow | Subscribe Now: http://www.youtube.com/subscription_center?add_user=ehow Watch More: http://www.youtube.com/ehow The tenor banjo is tuned in straight fifths. Find out how to play the Irish tenor banjo with help from an experienced music professional in this free video clip. Expert: Peter S. Kohman Contact: www.retrofret.com Bio: Peter Kohman became interested in old banjos and guitars at the age of 16. Filmmaker: B. Michael Sullivan Series Description: Owning a banjo requires you to both know how to play it and know how to take excellent care of it to preserve it for the future. Find out about banjo basics with help from an experienced music professional in this free video series. | ["Banjo", "Music", "Musical instrument", "Plucked string instrument", "Bluegrass"] | ["instrumental", "fast tempo", "banjo harmony", "sweet", "rich", "dulcet", "stringed instrument", "twangy", "engaging", "empahtic", "dominant", "solo", "irish banjo", "irish style banjo", "lively", "spirited", "engaging", "captivating", "pleasant", "lilting melody", "strong melodic lines", "banjo solo", "banjo lead", "tenor banjo", "four stringed instrument", "traditional music", "folk music", "classical music"] | 7 | JYYfw3id3ek | 2017 |
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;