musiccaps_details (view)
1 row where musiccaps_aspects contains "cello", musiccaps_aspects contains "instrumental", musiccaps_aspects contains "orchestra music" and musiccaps_aspects contains "violins"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Indian Naval Symphonic Band (The Pirates of the Caribbean ) | This symphonic song features an orchestra playing a variety of instruments. The main melody is played on trumpets and violins. This is accompanied by the brass section and horn section of the orchestra. Clarinets play in harmony with the violins and trumpets. A xylophone kind of instrument plays bell sounds with the same melody as the main instruments. Cellos play the bass part of the song. This is accompanied by a bass drum playing a steady count. A drum kit plays the percussion part with a marching beat. There are no voices in this song. This is an instrumental song. The feel of this song is uplifting. | 2012-03-22T08:20:23Z | Shree Darshan | The Pirates of the Caribbean -Theme song Composer-Klaus Badlet, Arranger- John Wasson Conducted by- MCPO MUS-1 B. Sudarsanan at Siri Fort Auditorium-New Delhi dated- Friday, February 10, 2012. | ["Orchestra"] | ["orchestra music", "symphonic song", "amateur recording", "percussion", "violins", "trumpets", "cello", "flute", "clarinets", "moderate tempo", "instrumental", "no voices", "uplifting music"] | 0 | ZleHXDirD58 | 3411 |
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;