musiccaps_details (view)
1 row where musiccaps_aspects contains "percussion sound", musiccaps_author = 0 and musiccaps_names contains "Drum"
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 |
---|---|---|---|---|---|---|---|---|---|---|
PISTAS DE TIMBAL | Descarga en .WAV | This clip features a drum kit being played. Different parts of the drum kit are played. At the beginning, a female narrates the process in one line following which different parts of the kit are struck. This sound can be played in a drum test scenario. | 2014-11-02T22:14:45Z | Laureano Larsen | Una grabación de un Timbal LP Matador Bronce con Cencerros LP y Platillo Zildjian ZBT 16" en 4 pistas distintas: Timbal Agudo, Timbal Grave, Cencerros y Platillo. Pistas en 44,100 khz a 24 bits con Shure SM58 (Timbales), Samson C01 (Platillo) y Samson C03 (Cencerros) LINK: https://mega.nz/#!NN0BAKRJ!CDD5vOw7gvULbAY7Weq824m4pGMe6P7UJDjY2qCe0Vk Contraseña: lauchadeejay FACEBOOK: Laureano Larsen | ["Cowbell", "Drum", "Drum kit", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["percussion sound", "testing sounds of drums", "female narrator", "no other instruments", "no vocal melody"] | 0 | frqnZb8Ssjo | 3982 |
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;