musiccaps_details (view)
1 row where musiccaps_aspects contains "male voices", musiccaps_aspects contains "pop song" and musiccaps_aspects contains "slow tempo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Echo | Big Hero 6 - Sad Moments | Music Video | This slow song features a male voice singing the main melody at a comfortable pitch. The tone of the voice is emotional. This is accompanied by a bass playing the root notes of the chords. After one line, a synth swell is played. A piano plays the backing chords. The mood of this song is sad. This song can be played in a sad scene in a movie. | 2015-01-28T01:11:42Z | JoshuaMacTree | **THIS IS A NON-PROFIT VIDEO and is made purely for fun. No copyright infringement intended. All footage belongs to: Big Hero 6 (2014)** MY TWITTER: https://twitter.com/JoshMacTree?lang=en-gb Hey guys! Today I'm bringing you another Music Video for the incredible film, Big Hero 6. This time it's quite a sad video, I've taken some of the best sad parts of the film and put them together so I hope you like it ^_^ WARNING: There are spoilers in this Music Video so if you don't want the Movie in any way ruined for you please avert your eyes! xD Song: Echo Echo - Jason Walker (I do NOT own the music) Movie: Big Hero 6 (I do NOT own the Movie xD) Thanks for watching guys & I will see you next time, Josh :) | ["Echo", "Music", "Sad music"] | ["pop song", "piano", "male voices", "bass", "synth sounds", "sad melody", "no percussion", "slow tempo", "minimal instruments"] | 0 | oynXCFZWxnI | 4672 |
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;