musiccaps_details (view)
1 row where musiccaps_aspects contains "brass", musiccaps_aspects contains "classical music" and musiccaps_names contains "Trombone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mnozil Brass and Band of Flight -- Florentiner March | This is a live classical music performance. The piece is being performed by a brass orchestra. There is a trombone playing the lead melody while other trombones and a tuba play the bass backing. The atmosphere is epic. This piece could be playing in the soundtrack of a historical drama movie during the scenes of an army marching towards the enemy territory. | 2010-03-22T14:42:36Z | Michael Mench | UPDATE: The full version is finally up!! http://www.youtube.com/watch?v=UYohC-M22GA The Mnozil Brass joined the USAF Band of Flight on stage at the National Museum of the USAF 20 March 2010 for a concert. Florentiner closed the first half. | ["Brass instrument", "Trombone", "Trumpet"] | ["classical music", "live performance", "orchestra", "brass", "trombone", "tuba", "march", "epic", "cheerful"] | 9 | L9GXrmmlYhE | 2154 |
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;