musiccaps_details (view)
1 row where musiccaps_aspects contains "low bass synth melody" and musiccaps_names contains "Synthesizer"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Royalty Free Background Music - "The Payback" (Background Music for Films) (Easy Music Licensing) | This is the kind of music that would be played to create a calm and mysterious ambiance. There is a bright and sustained synth and a fuzzy low-end bass synth which is used to play the melody. | 2013-09-30T21:19:46Z | 909 Music | PLEASE READ: Any usage without a license is illegal. If you would like to use our music in your media, please buy the music from our website. 100+ Tracks - Buy The MASTER BUNDLE: www.909-music.com Royalty Fee Music: You can use this music in your videos and other media projects worldwide for lifetime with a one time purchase :) Lifetime rights to use for: Videos Websites Documentaries Films Animations Background music for Shops, Bars, Restaurants, Gyms, Conferences, etc. Local TV/Radio advertising Internet Advertising Software Video Games Apps Films for public screening TV Advertisment Radio Advertisement Unlimited audience size Theatrically released films Cinema TV/Radio Broadcasting Non-exclusive 100+ Tracks - Buy The MASTER BUNDLE: www.909-music.com | ["Music", "Synthesizer"] | ["atmospheric synth pad", "low bass synth melody", "haunting", "mysterious", "ambiance"] | 3 | yeu6OEIKwws | 5426 |
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;