musiccaps_details (view)
1 row where musiccaps_aspects contains "electro/house", musiccaps_aspects contains "riser" and musiccaps_names contains "Electronica"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Traumton feat. David Christie - Saddle Up (Original Mix) [Deep House 2021, Club Sounds 2021] | A digital drum is playing a four on the floor groove with a kick on every beat. Other percussive sound samples have been used to spice it up and give it a little bit more dance feeling along with a funky bassline. Cowbell sounds are panned to the left and right side of the speakers. A noise/riser sound is creating a little atmosphere before fading out. A piano is playing a chord progression adding a little bit more harmony. This song may be playing at a beachbar. | 2015-02-10T18:52:00Z | Lukes Club Records | Itunes: https://po.st/SaddleUpItunes Spotify: https://po.st/SaddleUpSpotify Beatport: https://po.st/SaddleUpBP Traxsource: https://po.st/SaddleUpTraxsource After their official remake of Tina Charles´ evergreen hit “I Love To Love”, “Traumton” is back with another official remake… 80s Hit “Saddle Up” from “David Christie”. Including a Teenage Mutants Remix. Subscribe to Lukes Club TV: http://bit.ly/LukesTV Follow Lukes Club Records Facebook: https://on.fb.me/1fC9XrY Soundcloud: http://bit.ly/1neCBbQ Spotify: https://bit.ly/LukesClubFM Twitter: https://bit.ly/1pBE5xU Youtube: https://bit.ly/LukesTV DEMOS → https://po.st/DemoLCR Follow Hotspot Records: Facebook: https://on.fb.me/13fHetp Soundcloud: https://soundcloud.com/hotspot-records Follow Lukes Club Records Facebook: https://on.fb.me/1fC9XrY Soundcloud: https://soundcloud.com/lukesclubrecords Follow Traumton Facebook: https://facebook.com/WeAreTraumton Soundcloud: https://soundcloud.com/traumtonofficial #DeepHouse2021 | ["House music", "Music", "Dubstep", "Electronic dance music", "Dance music", "Electronica"] | ["electro/house", "e-piano", "e-bass", "digital drums", "percussion samples", "riser", "uptempo"] | 6 | Fy51z2RwH3E | 1680 |
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;