musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "christmas carol", musiccaps_aspects contains "soft" and musiccaps_aspects contains "white christmas"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sacha Distel chante Noël (Petit papa Noël, Noël Blanc, Ding Ding Dong..) | A male vocalist sings this melodic, age old Christmas carol in French in Baritone. The tempo is slow with a violin symphony, the piano accompaniment, keyboard harmony; rhythmic acoustic guitar and steady drumming . The song is mellow, sentimental, emotional, nostalgic, pleasant ,dulcet and mellifluous . | 2015-12-04T14:36:07Z | The Best Christmas Songs | ✔ Abonnez-vous à la chaîne de Noël pour ne manquer aucune vidéo karaoké → http://bit.ly/1hl2uAM ⇓ Téléchargez "Sacha Distel chante Noël" ici → https://itunes.apple.com/album/id9499... ↓TRACKLIST↓ 1. Noël blanc : 00:00 2. Ding, ding, dong : 02:09 3. Chante Noël : 04:26 4. Petit papa Noël : 07:23 5. Si grande est la terre : 10:15 6. Noël à Bethléem : 13:41 7. L'enfant au tambour : 15:55 8. Les trois oranges : 19:02 9. Les Rois Mages : 22:00 10. Prière pour la nuit de Noël : 24:08 11. On croit toujours un peu au père Noël : 26:55 12. Je reviendrai chez nous à la Noël : 29:24 ♫ Ecoutez les plus beaux chants de noël par Tino Rossi → https://www.youtube.com/watch?v=LkrzS... | ["Mantra", "Christian music", "Music"] | ["male singer", "slow tempo", "french carols", "emotional", "sentimental", "nostalgia", "dulcet", "mellifluous", "white christmas", "baritone", "soft", "mellow", "violin symphony", "acoustic guitar", "soft piano", "french carols", "french song", "christmas carol", "christmas time", "chrost"] | 7 | bJ6e9Ja1ahQ | 3614 |
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;