musiccaps_details (view)
1 row where musiccaps_aspects contains "recurring", musiccaps_aspects contains "trip hop" and musiccaps_names contains "Drum and bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ron Gelinas - Do Not Let It End [ROYALTY FREE MUSIC] | A female vocalist sings this melodic song. The tempo is medium with female vocalisation, female choral backup, groovy bass lines,slick drumming, church organ harmony, and a lively piano accompaniment that comes in at the end of this clip. The song is pleasant, melodic, insistent, repetitive and recurring like a chant or trance. This song is a soul music/ Trip Hop. | 2015-02-10T23:58:59Z | Ron Gelinas Chill Beats | Available to use “Royalty Free” on YouTube or Twitch. Join me for “Chill Soul, R&B, Funk, Jazz and Lo-Fi Beats & Vibes” on Spotify: https://spoti.fi/3fGrS7z OR YouTube Music: https://bit.ly/3gZcJBZ See full catalogue of Ron Gelinas ROYALTY FREE MUSIC on YOUTUBE at: https://goo.gl/PX8Tqc OR on SPOTIFY at: https://goo.gl/6wfhVZ FREE DOWNLOAD: https://soundcloud.com/atmospheric-music-portal/dont-let-it-end-downtempo-trip-hop Please provide following credit in video description: ➞ Artist: Ron Gelinas ➞ Track Title: Don’t Let It End (original mix) ➞ Link to Track: https://youtu.be/UnFEqUWTefM | ["Drum and bass", "Music", "Rhythm and blues", "Song", "Dubstep", "Ambient music", "Hip hop music"] | ["female vocalist", "medium tempo", "vocalisation", "no lyrics", "trip hop", "melodic", "female choral backup", "groovy digital rhythm", "church organ harmony", "funky bass", "melodious piano accompaniment", "repetitive", "insistent", "recurring", "hip-hop", "r&b", "soul", "psychedelic", "trance", "trippy", "mellow", "meditative"] | 7 | UnFEqUWTefM | 2942 |
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;