musiccaps_details (view)
1 row where musiccaps_aspects contains "audio recording from movie", musiccaps_aspects contains "bass sound" and musiccaps_author = 0
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 |
---|---|---|---|---|---|---|---|---|---|---|
Getbackers Episode 1 Part 1 english | This audio clip features a recording from a movie sequence. There are sounds of bombs blasting. There is the sound of a machine gun firing. The sound of a man grunting as if he is escaping from the firing gun. In the background, there is the sound of a bass playing one note in a repetitive sequence. A simple percussion plays in the background and a wind instrument plays a note. | 2009-11-09T16:30:54Z | stagax | http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html Watch ALL EPISODES of Get backers in the above link. __________ Get Backers Animax Dub FAQ. Getbackers FAQ and Download links for all episodes, Go here- http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html __________ Subbed, Dubbed, Animax Dub Channel, Veoh, Youtube, Torrent, Website, RMVB, Manga, Games.. all types of Getbackers download links can be found here: http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html getbackers episode 1 get backers episode 1 GetBackers Episode 1 Get Backers Episode 1 getbackers 1 get backers 1 GetBackers 1 Get Backers 1 | ["Music", "Eruption"] | ["audio recording from movie", "blasting sounds", "machine gun sounds", "grunting sounds", "bass sound", "simple percussion"] | 0 | FYwDTJtEzhk | 1650 |
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;