musiccaps_details (view)
1 row where musiccaps_aspects contains "passionate", musiccaps_aspects contains "retro pop", musiccaps_aspects contains "soul singer" and musiccaps_aspects contains "together forever"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Northern Soul .. I'll never stop loving you. | A female singer sings this passionate melody with backup singers in vocal harmony. The song is medium tempo with a percussive bass line, groovy drumming rhythm, keyboard accompaniment and other percussive hits. The song is a retro pop love song. | 2010-12-15T10:18:33Z | docludi | Once acclaimed the Queen of Memphis Soul. Carla Thomas, daughter of Rufus Thomas was born on December 21, 1942 in Memphis, Tennessee. This 1963 Fantasy recording remained unreleased until 1991. "I'll never stop loving you" Video excerpts from Story of the Who, Quadraphenia and other scooter oddments of the period. Twisted Wheel website. http://www.twistedwheel.co.uk | ["Music", "Ska"] | ["finale singer", "retro pop", "backup singers", "passionate", "love sing", "together forever", "i’m in love", "dance with you all night", "modern day romance", "youthful", "soul singer", "percussive bass line", "steady drumming rhythm", "guitar rhythm", "groovy", "romantic", "emotional", "love song", "retro love songs", "crooners", "medium fast tempo"] | 1 | ZwLfj7tvpdc | 3427 |
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;