musiccaps_details (view)
1 row where musiccaps_aspects contains "gentle", musiccaps_aspects contains "soothing violin", musiccaps_names contains "Harp" and musiccaps_names contains "Pizzicato"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Cecile Corbel - Entendez Vous (Session Acoustique - Live) | This is a soothing folk pop piece. We hear a violin and a harp as the leading melodic instruments, and the cello and piano as backing. The song is airy and the vocalist has a light and ethereal voice. | 2014-07-07T14:26:21Z | Cécile Corbel | Entendez Vous Session Acoustique Enregistrée le 26 juin 2014 à l'Abbaye de Nottonville Réalisation et Montage Stephane Neville - prise de son et mix Simon Caby http://po.st/EntendezVousItunes paroles : Cécile Corbel musique : Cécile Corbel - Simon Caby droits réservés musiciens : Cécile Corbel : Harpe et Voix Cyril Maurin : guitare Sophie le Denmat : Cor anglais Emmanuel Trincheux : Cor Mathieu Rolland : Alto Pierre Hamel : Violon Rodolphe Liskowitch : Violoncelle Pascal Boucaud : Contrebasse Hermine Place : choeurs Julie Herbillon : choeurs FB https://www.facebook.com/cecilecorbel Site officiel : http://www.cecile-corbel.com | ["Harp", "Violin, fiddle", "Pizzicato", "Bowed string instrument"] | ["calming folk pop", "cello", "piano", "harp", "soothing violin", "light ethereal female vocals", "airy", "gentle"] | 3 | WditOomsdRU | 3113 |
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;