musiccaps_details (view)
4 rows where musiccaps_aspects contains "classical", musiccaps_aspects contains "cover" and musiccaps_aspects contains "low quality"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ana Maria Tarantus Sandu | The low quality recording features a cover of a classical song and it consists of a saxophone solo melody playing over a groovy piano melody. At the very end of the loop, there is an applause. It sounds easygoing, passionate and the recording is noisy and in mono. | 2010-11-27T18:22:17Z | Emanoil Tarantus | Hora Lautareasca si Piesa de Concert | ["Brass instrument", "Saxophone", "Wind instrument, woodwind instrument"] | ["low quality", "mono", "noisy", "applause", "saxophone melody", "groovy piano melody", "classical", "cover"] | 4 | LaeRCg-NdeY | 2204 | |
Michelle - The Beatles | The low quality recording features a live performance of a classical cover of a rock song that consists of a cello strings melody playing.The recording is noisy, slightly distorted and in mono. | 2007-04-11T00:32:13Z | bronichka | 6th grade students from Advanced String Orchestra performed songs at the International Art Exhibition in our local school. (There were beautiful drawings and paintings by young students from Uganda, Kazachstan, China, etc.) Encouraging comments to our students are welcome. | ["Cello", "Double bass", "Bowed string instrument"] | ["low quality", "live performance", "rock", "classical", "cover", "cello strings melody", "noisy", "mono", "distorted"] | 4 | i6dFcfV64RE | 4159 | |
Chiara Massini - J.S. Bach, Französische Suite in E Dur, BWV 817 | The low quality recording features a cover of a classical song played on buzzy harpsichord melody. The recording is a bit noisy. | 2014-02-16T17:25:12Z | Chiara Massini | Chiara Massini plays Bach's Franzoesische Suite in E Dur BWV 817 on the harpsichord. The instrument is a two manuals made by Joel Katzman. Allemande Courante Sarabande Gavotte Polonaise Bourrée Gigue | ["Harpsichord", "Keyboard (musical)"] | ["buzzy harpsichord melody", "low quality", "noisy", "classical", "cover"] | 4 | rFE_bKOr1W0 | 4859 | |
bach and sad face music Concentration Meditation باخ | The low quality recording features a cover of a classical song that consists of a harpsichord melody. It sounds passionate and emotional. | 2010-03-08T21:27:04Z | Falcon-8 ss | الكويت bach and sad face music ..this music for your Meditation Concentration ................kuwait Bangladesh * Bhutan * Brunei * Cambodia * China * India * Indonesia * Republic of Korea * Laos * Malaysia * Maldives * Mongolia * Myanmar * Nepal * North Korea * Pakistan * Philippines * Singapore * Sri Lanka * Thailand * Timor-Leste * Viet Nam * Taiwan * ACD * APEC * ASEAN * ASEM * EAS * ESCAP * SAARC * Other Issues Pacific * Australia * Fiji * Kiribati * Marshall * Micronesia * Nauru * New Zealand * Palau * Papua New Guinea * Samoa * Solomon * Tonga * Tuvalu * Vanuatu * ESCAP * PIF * Other Issues Europe * Albania * Andorra * Armenia * Austria * Azerbaijan * Belarus * Belgium * Bosnia and Herzegovina * Bulgaria * Croatia * Cyprus * Czech Republic * Denmark * Estonia * Finland * France * Georgia * Germany * Greece * Hungary * Iceland * Ireland * Italy * Kazakhstan * Kosovo * Kyrgyz Republic * Latvia * Liechtenstein * Lithuania * Luxembourg * Former Yugoslav Republic of Macedonia * Malta * Moldova * Monaco * Montenegro * Netherlands * Norway * Poland * Portugal * Romania * Russia * San Marino * Serbia * Slovak Republic * Slovenia * Spain * Sweden * Switzerland * Tajikistan * Turkmenistan * U.K. * Ukraine * Uzbekistan * Vatican * EU * ASEM * OSCE * NATO * Other Issues North America * Canada * United States Latin America * Antigua and Barbuda * Argentine * Bahamas * Barbados * Belize * Bolivia * Brazil * Chile * Colombia * Costa Rica * Cuba * Commonwealth of Dominica * Dominican Republic * Ecuador * El Salvador * Grenada * Guatemala * Guyana * Haiti * Honduras * Jamaica * Mexico * Nicaragua * Panama * Paraguay * Peru * Saint Christopher and Nevis * Saint Lucia * Saint Vincent and the Grenadines * Suriname * Trinidad and Tobago * Uruguay * Venezuela * Other Issues Middle East * Afghanistan * Bahrain * Iran * Iraq ** Jordan * Kuwait * Lebanon * Oman * Qatar * Saudi Arabia * Syria * Turkey * United Arab Emirates * Yemen * Palestinian Authorities * Other Issues Africa * Algeria * Angola… | ["Harpsichord", "Keyboard (musical)"] | ["low quality", "harpsichord melody", "passionate", "emotional", "classical", "cover"] | 4 | wSeT9dlfDTc | 5269 |
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;