musiccaps_details (view)
1 row where musiccaps_aspects contains "aerophone", musiccaps_aspects contains "popular spanish songs" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
Harmonica - Besame Mucho | This music is a soulful instrumental. The tempo is medium with a harmonica melody with a background track which is muffled. The melody is of a popular Spanish Classic song. This music is a Harmonica instrumental of Besame Mucho. | 2006-11-06T21:32:19Z | alliax | CLICK http://www.ALLIAX.net Besame Mucho played on a chromatic harmonica. If you play the harmonica and have videos on YouTube then join the Harmonica Group: http://www.youtube.com/group/harmonica | ["Harmonica", "Wind instrument, woodwind instrument"] | ["instrumental", "medium tempo", "harmonica", "french harp", "free reed instrument", "wind instrument", "aerophone", "free reed aerophone", "lively accompaniment music", "besame mucho", "popular spanish songs", "latin songs", "spanish melody", "background score", "muffled audio", "amateur recording", "congas beat"] | 7 | JtLNRHVGQuw | 2043 |
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;