musiccaps_details (view)
1 row where musiccaps_aspects contains "emotional", musiccaps_aspects contains "harmonica" and musiccaps_aspects contains "instrumental"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Harmonica Comparison | This is the recording of a harmonica solo. The tune being played on the harmonica is a melancholic one. There is an emotional aura to it. It could be used in the soundtrack of an animation movie, especially during a scene where a character is going through feelings of heartbreak or disappointment. | 2009-10-27T22:24:03Z | roady43 | Audio Quiz In the added mp3 sample I recorded the same melody on 8 different harmonicas, always trying to use the same, quite strong airflow. Instruments: Seydel Chromatic deLuxe, Hohner Hard Bopper , Mellow Tone, Chromonica 270 Deluxe, Meisterklasse, Chrometta 8, 270 Standart, CX-12. Some are in augmented tuning. The order in the sound sample is not the same as I mentioned them above... Can anybody tell the correct order? Does one really hear much more than only some slight differences in volume? Now tell me who is who... Enjoy! roady43 | ["Harmonica", "Wind instrument, woodwind instrument"] | ["instrumental", "single instrument", "harmonica", "solo", "melancholic", "emotional", "disappointment"] | 9 | Lhw0H3P4zUE | 2215 |
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;