musiccaps_details (view)
1 row where musiccaps_aspects contains "emotional", musiccaps_aspects contains "sad", musiccaps_aspects contains "sentimental" and musiccaps_names contains "New-age music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Terminator 2 Soundtrack - Main Theme (Solarsoul Slow Ambient Version) | The song is an instrumental. The tempo is slow with a string section harmony with sweeping lines of music, piano playing poignantly and emotional chord changes. The song is a movie soundtrack that has an air of suspense and hope. The song audio quality is very poor with hissing tones. | 2011-07-09T21:35:53Z | Andy S | Just beautiful. Enjoy! Brad Fiedel - Theme From The Terminator (Solarsoul Slow Ambient Version). An exclusive track from the "Dreams Channel 2 Year Anniversary" (27-06-2011). I don't own any rights to this song, and I hope Solarsoul won't be displeased to see it here :) | ["Background music", "New-age music", "Music", "Ambient music"] | ["movie soundtrack", "instrumental music", "hissing tones", "new hope", "fight to the end", "a warrior’s end", "emotional", "poignant", "slow tempo", "bad audio quality", "hissing tones", "piano playing lead", "string synth accompaniment", "lilting music", "sentimental", "sad", "suspense", "ominous", "wondrous journey"] | 1 | AqSV_WKZxEc | 1174 |
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;