musiccaps_details (view)
1 row where musiccaps_aspects contains "folk song", musiccaps_aspects contains "male voice" and musiccaps_names contains "Musical 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 |
---|---|---|---|---|---|---|---|---|---|---|
Memphis Yodel | This amateur recording features a male voice singing the main melody. This is accompanied by a banjo being strummed in a country rhythm. This song is sung at a moderate tempo. This song has a patriotic feel. There are no other instruments in this song apart from the tenor banjo. This song can be played in a patriotic American movie. | 2008-12-23T05:34:54Z | lewdite | This is one of my favorite Jimmie Rodgers songs. Recorded in 1928. Here I am with my trusty tenor banjo. I recorded this song with my friend Johnny Fast. He has a fantastic voice (I do the yodeling) and to make it easy for you to check it out I've posted as a video response. THE WORDS & CHORDS TO THIS SONG AT: www.youtube.com/LDsongscreen | ["Banjo", "Music", "Mandolin", "Musical instrument", "Plucked string instrument", "Bluegrass"] | ["country song", "banjo song", "amateur recording", "no percussion", "male voice", "moderate tempo", "folk song", "minimal instruments", "patriotic song"] | 0 | LFYRuK8YstI | 2168 |
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;