musiccaps_details (view)
1 row where musiccaps_aspects contains "calm", musiccaps_aspects contains "indo western music", musiccaps_aspects contains "peaceful" and musiccaps_aspects contains "violin harmony"
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 |
---|---|---|---|---|---|---|---|---|---|---|
ANOUSHKA SHANKAR Breathing under water | This song is a Sitar instrumental. The tempo is slow with a beautiful violin orchestra accompaniment and keyboard harmony. This is an indo western piece with the musician playing a mellifluous lead on a sitar accompanied with a harmonic violin composition. The medley is ethereal, beautiful, peaceful, serene , calming, soothing, pleasing and ethereal. | 2010-07-05T00:02:40Z | Dechen Palmo | From the CD with the same name "Breathing under water". I just can't get enough of it, so i made a loop..it´s so sweet. ---- 2013: Here a link to voice mandalas: http://www.youtube.com/watch?v=vN-n3Q9d6Q8&feature=share | ["Music", "Wedding music"] | ["instrumental", "slow tempo", "indian classical", "sitar", "ethereal soothing", "peaceful", "indo western medley", "calming", "beautiful orchestra", "violin harmony", "indo western music", "piano", "calm", "serene", "pleasant", "relaxed", "mellifluous"] | 7 | Z_HT-d8W1_M | 3393 |
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;