musiccaps_details (view)
1 row where musiccaps_aspects contains "medium to uptempo", musiccaps_aspects contains "techno/electro", musiccaps_names contains "Electronica" and musiccaps_names contains "Trance 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 |
---|---|---|---|---|---|---|---|---|---|---|
Bleep District - Secret Disciples | This song contains digital drums with a loud kick on every beat and a snare hit on the 2 and 4. A synthbass is playing a simple melody. While sound-effect hits are adding rhythmic diversity along with a fast arpeggio sound that is fading out. This song may be playing at the disco. | 2009-07-05T02:49:10Z | Alessandro Battaglini | Artist: BLEEP DISTRICT Title: End Days EP Label: Ornate Music Cat: ORN 002 Format: 12" Released: 18 May, 2009 Genre: Deep House Tracklist: 1. Bleep District - Revelations (Rapture Rub) (6:10) 2. Bleep District - Secret Disciples (7:13) 3. Bleep District - Revelations (Pillar Of Salt Dub) (6:09) 4. Bleep District - Secret Disciples (Jonno & Tommo's New Testament Dub) (6:46) Labels: Deep House, Electronic, EP, Tech House Ratings: 4.80/5.00 on Discogs.com | ["Music", "Trance music", "Electronica"] | ["techno/electro", "digital drums", "arpeggio sound", "synth bassline", "medium to uptempo"] | 6 | b9yT3nGcD_I | 3607 |
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;