musiccaps_details (view)
1 row where musiccaps_aspects contains "ambient room noises", musiccaps_aspects contains "slow tempo", musiccaps_aspects contains "smooth jazz" and musiccaps_names contains "Bass guitar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
BELLA's LULLABY / RIVER FLOWS IN YOU - Music Video -- NEW VERSION | The song is an instrumental. The song is slow tempo with gentle drum brushes, percussion, bass guitar solo, and piano accompaniment gently. The song is groovy and emotional. The song is possibly a Christian worship song or a smooth jazz song. The audio quality is average. | 2009-11-25T20:46:54Z | peoplewholovenewmoon | A heartbreakingly beautiful performance of this hit song by the Korean composer Yiruma - which is not the official Bella's Lullaby, but proved much more popular with Twilight fans. The version features not just piano but achingly melancholy solos by superb musicians on bass, guitar, sax, and vocals. | ["Bass guitar", "Music", "Musical instrument", "Wedding music"] | ["slow tempo", "drum brushes percussions", "inspiring", "devotional", "romantic", "together forever", "ambient room noises", "poignant", "jazz music", "bass solo", "piano accompaniment", "jazz band", "smooth jazz", "live performance", "church music", "slow tempo", "groovy solo", "emotional", "romantic", "poignant", "inspiring", "motivational", "fretboard sounds", "christian music", "music interlude"] | 1 | 0EOQco76eXQ | 135 |
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;