musiccaps_details (view)
1 row where musiccaps_aspects contains "club music", musiccaps_aspects contains "dance" and musiccaps_aspects contains "sound effects"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Baltimore Club Music-Ester Dean Jawn- Click Clack Pop Pop (original) | This is a minimal techno music piece. There is a repeated vocal sample shouting the same thing repeatedly. In the background, a very strong bass is accompanied by the electronic kick drum to provide the rhythmic background. A dirty snare drum with heavy effects joins them later on. The piece is very danceable. It could be used in a nightclub. It could also be included in a DJ set. | 2011-10-05T15:27:46Z | The Baltimore Club Channel | Baltimore Club Music DOWNLOAD IT! Gucci Mane-I think i love her DJ Extrodinare- Ester Dean Jawn Click Clack Pop Pop MP3 DOWNLOAD:http://kiwi6.com/file/nt0rfzc6yh Subscribe + Follow on twitter @Dbsgdaclubhead Follow baltimoreclubdancing.tumblr.com for track updates with a little bit of commentary,news from the Bmore dance world, events, the best videos and alot more! | ["Music", "Rapping", "Burst, pop"] | ["minimal techno", "club music", "dance music", "loud bass", "electronic drums", "vocal sample", "repeated theme", "hollering", "dance", "sound effects"] | 9 | CtcmYF7mufk | 1411 |
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;