musiccaps_details (view)
1 row where musiccaps_aspects contains "downtempo", musiccaps_aspects contains "instrumental" and musiccaps_aspects contains "outer space"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Satellite Splitters, Dishes, Meters, Receivers | This is an instrumental music piece composed of electronic/virtual elements. There is a repeated-theme of an eerie sound effect resembling a radar signal. Downtempo electronic drums and electronic percussion provide the rhythmic background. A synth keyboard plays the melody at a low-to-medium pitch. This piece could be used in movies/shows that take place in outer space. | 2010-02-17T23:57:55Z | Sadoun Sales | http://www.sadoun.com Sadoun Satellite Sales is an online supplier of a wide range of DVB satellite equipment and electronics. Our wide product range includes digital satellite receivers, dishes, LNBs, LNBFs, HH mount motors, switches, and other home entertainment products. More information: http://www.Sadoun.com Follow me on: Google+: https://plus.google.com/u/0/+sadoun Twitter: https://twitter.com/sadoun Facebook: https://www.facebook.com/sadoun Flickr: http://www.flickr.com/photos/sadoun/ Pnterest: http://www.pinterest.com/sadoun/ Share Video: Subscribe to my channel: http://www.youtube.com/user/SadounTube?sub_confirmation=1 ------------------- | ["Background music", "Music", "Ambient music"] | ["instrumental", "downtempo", "electronic drums", "electronic percussion", "synth keyboard", "sound effects", "eerie", "tense", "intriguing", "outer space"] | 9 | BK2laUCyaH0 | 1227 |
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;