musiccaps_details (view)
1 row where musiccaps_aspects contains "cozy" and "youtube_published" is on date 2009-10-23
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 |
---|---|---|---|---|---|---|---|---|---|---|
Old Ground Hog | This is an American folk music piece. There is a male vocalist singing in the folk style. The banjo is playing a cheerful melody at a steady tempo. The atmosphere of the piece is cozy and easygoing. This piece could be playing in the background at a roadside diner. It could also be included in the soundtrack of a movie or a TV show taking place in rural USA. | 2009-10-23T23:49:03Z | guy wolff | Here is one in double C capoed at the fourth fret and the fifth string tuned drone to the second string . It is one we all learned from the Folkways record from the early 60's "Music from Clarence Tom Ashley's " this song played by Doc Watson . It is one of the first songs I ever learned on Banjo . Today I like playing this in Double C tuning | ["Banjo", "Guitar", "Music", "Mandolin", "Musical instrument", "Song", "Bluegrass"] | ["american folk music", "male vocal", "folk singing", "banjo", "cheerful", "cozy", "easygoing", "steady tempo"] | 9 | QK-mjNg8cPo | 2613 |
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;