musiccaps_details (view)
1 row where musiccaps_aspects contains "resonating", musiccaps_aspects contains "synth" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Car Wash Equipment: High Pressure Water Cleaners | This is an ambient house music piece. There is no singer in the music. There are various resonating synth sounds used with ambient sound effects. Electronic drum hits can be heard reverberating in the piece. The atmosphere is airy. The best use for this piece would be either as an advertisement jingle or as a background music for a tutorial/instructive video. | 2011-06-24T03:27:58Z | NewEdgeCorp | These high pressure cleaners that use water allow easy cleaning of cars and trucks. Distribution in Malaysia: sales@newedgecorp.com | ["New-age music", "Music", "Ambient music"] | ["electronic music", "ambient house", "no singer", "instrumental", "synth", "repeated theme", "electronic drums", "percussive elements", "sound effects", "airy", "resonating", "reverberating"] | 9 | ABSLnckbB8w | 1079 |
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;