musiccaps_details (view)
1 row where musiccaps_aspects contains "average audio quality", musiccaps_aspects contains "motivational", musiccaps_aspects contains "positive" and musiccaps_aspects contains "soloist"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"Flageolet" - Debut Hang Drum Album Single | The song is instrumental. The tempo is fast with a beautifully played hand pan arrangement by a soloist. The song is ethereal and innocent in its beauty. The audio quality is average. | 2012-09-13T16:31:51Z | Dante Bucci | Dante's debut album, "Kinesthesia", will be released October 22nd on iTunes and CDBaby. https://itunes.apple.com/us/artist/dante-bucci/id158217906 Subscribe to the mailing list or "Like" Dante's Facebook page to get exclusive videos and previews of the CD! New song featuring the BEllArt BElls v.2 8-note "Jibuk" scale: F / Bb C D Eb F G Ab Bb http://dantebucci.com http://facebook.dantebucci.com http://itunes.dantebucci.com | ["Music", "Steelpan"] | ["hand pan music", "soloist", "instrumental music", "average audio quality", "inspiring", "heart felt", "positive", "motivational", "relaxing playlist", "hand pan demonstration", "home music video fast tempo", "emotional", "spirited passionate", "travel", "emotional", "passionate", "groovy", "new world", "age of innocence", "new world", "discovery tones", "mesmerising music"] | 1 | HLsRePLObfI | 1792 |
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;