musiccaps_details (view)
2 rows where musiccaps_aspects contains "distorted", musiccaps_aspects contains "low quality" and musiccaps_names contains "Flute"
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 |
---|---|---|---|---|---|---|---|---|---|---|
How to play Dragonforce Through the Fire and Flames with a recorder - flute - flauta dulce | The low quality recording features a muffled male vocal talking, after which he starts playing breathy flute melody. It is noisy, in mono and it sounds muffled and distorted, as it was probably recorded with a poor quality microphone. | 2008-10-01T23:58:48Z | urresti | Tutorial of Dragonforce's through the fire and flames played slower and showing my fingers for those who want to learn it. | ["Wind instrument, woodwind instrument", "Flute"] | ["low quality", "muffled male vocal", "breathy flute melody", "mono", "noisy", "muffled", "distorted"] | 4 | 1W2Cz2Jj76Q | 282 | |
Raga Shuddha Sarang on Bansuri | The low quality recording features a breathy flute melody played over mellow strings melody. It sounds soulful and passionate. The recording is noisy and slightly distorted. | 2012-12-14T03:27:54Z | Bansuriflute | Http://www.bansuriflute.com Http://www.facebook.com/bansuriflute Raga Shuddha Sarang is an afternoon raga signifying the element of fire and heat. It is played here in form of free improvisation (alap) and two compositions in teentaal (rhythm of 16 beats) and Ektaal (12 beats). Accompanying on tabla is Vikas Yendluri. | ["Wind instrument, woodwind instrument", "Flute"] | ["low quality", "noisy", "breathy flute melody", "mellow strings melody", "soulful", "passionate", "distorted"] | 4 | GWcTd6XrQj4 | 1730 |
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;