musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic drums", musiccaps_aspects contains "music show" and musiccaps_names contains "Speech"
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 |
---|---|---|---|---|---|---|---|---|---|---|
FUTURE SOUND FRIDAY'S #9 Behind-The-Scenes Edition | This is an excerpt from a music show. There is a female voice narrating an event that took place. In the background, there is hip-hop music playing. A male vocal can be heard rapping. The melody is being played by a synth sound. There is a strong bass in the piece. The rhythm is played by the electronic drums. This piece could be used as an advertisement jingle for a sportswear or automobile company. | 2011-12-02T06:24:19Z | futuresoundjapan | Visit: http://FutureSound.TV Welcome DAISHA! Our newest host to Future Sound Friday's. Go behind the scenes at KOJOE & ISH-ONE's new music video "4 ALL WE KNOW". Custom cars, fly girls, and pure Hip Hop. New videos this week: + TOKYO DREAM GIRL High School Mansion + NOIR - Ciroc Premium Vodka Party at Velours | ["Music", "Speech", "Hip hop music"] | ["music show", "female voice", "narrating", "hip-hop music", "male vocal", "rapping", "synth", "strong bass", "electronic drums", "urban sound"] | 9 | NQXQsVawPhU | 2336 |
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;