musiccaps_details (view)
1 row where musiccaps_aspects contains "epic beginnings", musiccaps_aspects contains "grand journey" and musiccaps_aspects contains "movie soundtrack"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Pokemon Battle Revolution: Final Battle VS Mysterial (Pearl) + Ending [HD] | The song is an instrumental. The tempo is slow with a synth trumpet playing a lilting melody with supporting keyboard synth accompaniment and no percussion. The song is emotional and powerful. The song is a movie soundtrack. | 2011-04-16T15:55:39Z | KamosProduction | The final battle VS Mystérial ! (With Pokemon PEARL version). No legendairies and no Hack were used. My Pokemon are EV trained. Don't forget that "Renardo" and "Faucheur" are 1,5x quicker and water attacks are 50% more powerful, when it rains. :) Please enjoy, comment, and like ! :) [ WATCH IT IN HD] | ["Brass instrument", "Trumpet"] | ["trumpets plays", "powerful", "epic ending", "synthetic trumpet sounds", "synth string section harmony", "slow tempo", "keyboard accompaniment", "emotional", "wide open space", "epic beginnings", "grand journey", "end credits", "movie soundtrack", "instrumental music", "cinematic experience", "synth horns"] | 1 | iaonijK95qA | 4205 |
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;