musiccaps_details (view)
1 row where musiccaps_aspects contains "cinematic", musiccaps_aspects contains "low-to-medium range" and musiccaps_aspects contains "no singer"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sad music theme from Hancock Long Version | This is a theme from a movie soundtrack. It is an instrumental piece. There is a synth playing a mellow tune at a low-to-medium range. The tune has a melancholic feel to it. It could be used in the soundtrack of a drama movie during introspective scenes where a character is reminiscing over troublesome memories. | 2011-09-23T18:48:43Z | Flixta | I made this video/song for all the people who really like this piece of music and who don't want to rewind all the time. I looped the original and added some photographs for the video. Guitar-Version: http://www.youtube.com/watch?v=wq_ahlNqQGU&feature=channel_video_title Thanks to John Powell for this very beautiful music. Enjoy it! "Gotta wonder though What kind of Bastard must I have been That nobody was there to claim me?" | ["Music", "Sad music"] | ["movie theme", "no singer", "instrumental", "synth", "mellow tune", "low-to-medium range", "cinematic", "melancholic", "profound"] | 9 | BtdzVnXZ0i4 | 1302 |
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;