musiccaps_details (view)
1 row where musiccaps_names contains "Trombone" and "youtube_published" is on date 2015-03-10
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
ALMA PROJECT 24/7 - Brass Quintet AS - Wedding March (Felix Mendelssohn) | This is a classical style of music played by a brass quintet. The instruments featured include the trombone, tuba, french horn and trumpets. The motif they play is repeated, and it has a celebratory feel - as if for a big occasion. | 2015-03-10T09:14:01Z | ALMA PROJECT - 24/7 | 2 trumpets 1 french horn 1 trombone 1 tuba ALMA PROJECT 24/7 - Brass Quintet AS - Wedding March (Felix Mendelssohn) Booking: info@almaproject.it www.almaproject.it Live Music, Dj Services, Live Cover Bands, Audio and Lighting Systems, Backline rental and full technical assistance, Video Projections, Initials and Logos projection, Stages, Dancefloors, Dj Booths, Customized Productions, Bulbs, Fairy lights, Recording Studio, Design and Rendering, and every related service always providing the best solutions for your Event! #entertainment #tuscany #wedding #corporateevents #lighting #dancefloors #stages | ["Brass instrument", "French horn", "Trombone", "Trumpet"] | ["quintet", "brass", "tuba", "trumpet", "french horn", "brass quintet", "trombone", "repeated motif", "classical style"] | 3 | bZXQlQnleL4 | 3635 |
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;