musiccaps_details (view)
1 row where musiccaps_aspects contains "quiet drums", musiccaps_names contains "Burst, pop" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
AR GVINDA VANIA-original video | The Electro Pop song features a flat female vocal, occasionally supported by wide background female doubling vocals, singing over quiet drums, groovy and boomy bass, arpeggiated synth melody and some sound effects of the airplane and the explosion. In the second part, the drums cut through the mix more, therefore they are more audible, while the new elements appear, including shimmering bells and simple hi hats. Sounds like a low quality recording, especially because of that first part of the loop. | 2010-07-13T21:27:55Z | ani anna | klipi exmianeba zogadad rusuli mentalitetis imperialistur da dampyrobel xasiats es aris yvelaze kargi xarisxi da naxet mxolod ak | ["Music", "Burst, pop"] | ["electro pop", "low quality", "flat female vocal", "wide background female doubling vocals", "airplane sound effect", "explosion sound effect", "arpeggiated synth melody", "shimmering tinny bells melody", "energetic muffled crash cymbals", "quiet drums", "boomy groovy bass", "simple hi hats", "4 on the floor kick", "claps"] | 4 | -m9pH0WXQto | 82 |
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;