musiccaps_details (view)
1 row where musiccaps_aspects contains "concert hall", musiccaps_aspects contains "reverberant" and musiccaps_names contains "French horn"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Suite # 1 in G Major, BWV 1007 by Johann Sebastian Bach / arranged for horn & tuba | The low quality recording features a live performance of a classical song and it consists of tuba melody. It sounds mellow, soft and reverberant, as it was recorded in a huge concert hall. The recording is a bit noisy. | 2014-01-21T21:02:22Z | Sérgio Carolino | Johann Sebastian Bach Suite # 1 in G Major, BWV 1007 arranged by Tony Rickard for Horn & Tuba Jeff Nelsen, horn Sérgio Carolino, bass tuba Live at the FEUP Auditorium, December 2.2013 | ["Brass instrument", "French horn"] | ["low quality", "tuba melody", "reverberant", "mellow", "noisy", "soft", "concert hall", "classical", "live performance"] | 4 | G7pD1K3jYg4 | 1693 |
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;