musiccaps_details (view)
1 row where search matches "opera", musiccaps_aspects contains "female opera vocal", musiccaps_aspects contains "passionate" and musiccaps_author = 4
This data as json, CSV (advanced)
musiccaps_aspects (array) 10 ✖
- dynamic 1
- emotional 1
- female opera vocal · 1 ✖
- low quality 1
- metallic percussive foley 1
- opera 1
- orchestra 1
- passionate · 1 ✖
- quiet 1
- sustained strings section 1
youtube_published (date) 1 ✖
| video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
|---|---|---|---|---|---|---|---|---|---|---|
| Aleko - Aria Of Zemfira | The low quality recording features a female opera vocalist singing over sustained strings. There is tinny metallic percussive foley at one point in the loop. It is a bit quiet, but it also sounds dynamic, emotional and passionate. | 2010-12-11T22:14:16Z | Joe Fenech | ["Music", "Opera"] | ["low quality", "orchestra", "opera", "female opera vocal", "sustained strings section", "quiet", "metallic percussive foley", "passionate", "emotional", "dynamic"] | 4 | bxoJOfGx3hM | 3668 |
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;