musiccaps_details (view)
1 row where musiccaps_aspects contains "autoharp accompaniment", musiccaps_aspects contains "happy cheerful positive", musiccaps_aspects contains "together forever" and musiccaps_author = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|
Suprise Thriller Wedding Dance!!! | A female singer sings this beautiful love song with backup singers in vocal harmony. The song is medium tempo with a steady drumming rhythm, percussive bass line, autoharp accompaniment, guitar rhythm and keyboard accompaniment. The song has poor audio quality and makes an excellent wedding dance song. | 2009-04-21T00:29:24Z | Jeffrey Brinkley | Me and my wife and kids suprised our guest with thriller!! | ["Music of Latin America"] | ["wedding dance", "female singer", "country music", "wedding dance song", "bad audio quality", "ambient room noise", "country love songs", "backup singers vocal harmony", "steady drumming rhythm", "keyboard accompaniment", "autoharp accompaniment", "guitar rhythm", "country romantic hits", "always with you", "together forever", "crying", "happy cheerful positive", "people talking", "emotional", "best day of my life"] | 1 | bPWbeWf5xNI | 3622 |
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;