musiccaps_details (view)
1 row where musiccaps_aspects contains "two different songs", musiccaps_names contains "Drum and bass" 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 |
---|---|---|---|---|---|---|---|---|---|---|
[HSD] Practise Toniic, ChrizZ, Feybi (Melbourne Shuffle Hamburg) | A digital drum is playing a monotone beat with a kick on every beat along with a repeating voice sample. In the next song a wide synth pad is playing a string sound while a female voice sample is singing a melody. These songs may be playing in a techno club. | 2010-07-16T10:24:57Z | Feybi11 | Pls comment and rate =) and sub for more ;) Edit: Sony Vegas 9.0 pro (Feybi) Songlist: Intro: Spor - 103 Degrees Dj Neo - In my mind Karpe DM - Jackin' my style Deepforces - Play it loud Walt Jensen - Ctrl walt del Ziggy X - Explode | ["Drum and bass", "House music", "Music", "Techno", "Trance music", "Shuffle", "Dubstep", "Electronic dance music", "Dance music"] | ["techno/hardstyle", "digital drums", "voice samples", "two different songs", "synth sound", "fast tempo", "amateur recording"] | 6 | 4X2aUZFZlzc | 582 |
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;