musiccaps_details (view)
1 row where musiccaps_aspects contains "acapella", musiccaps_aspects contains "choir song", musiccaps_author = 0 and musiccaps_names contains "/t/dd00003"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Chantage choir singing the Battle of Jericho | This choir song features male and female voices. The voices sing different parts. The female voices sing the soprano and alto parts. The male voices sing the tenor and bass parts. The voices sing in harmony. This is an acapella song. There are no instruments in this song. The song is a gospel hymn. This song can be played in a historic animation movie before a battle scene. | 2006-12-17T04:13:06Z | Richard W Collins | Chantage UK choir singing Moses Hogan's arrangement of The Battle of Jericho, winning the BBC Radio 3 Choir of the Year 2006 competition. | ["Choir", "/t/dd00003", "/t/dd00004"] | ["choir song", "male voices", "female voices", "no instruments", "acapella", "moderate tempo", "gospel hymn"] | 0 | 7AC9RqECN5k | 817 |
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;