musiccaps_details (view)
1 row where musiccaps_aspects contains "choral music", musiccaps_aspects contains "christmas carols", musiccaps_aspects contains "muted vocals" and musiccaps_names contains "Mantra"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Celtic Christmas song: Rhiannon Giddens singing Christ Child Lullaby | A female singer sings this beautiful melody. The song is medium tempo with no instrumentation but just the vocal echoes from the singer's vocals. The song is devotional and prayer-like in nature. The song is a Christmas hymn being sung by a Celtic singer. The audio quality is very muted and poor. | 2012-05-08T18:35:50Z | AllAboutFlutes | Christ Child Lullaby Celtic Christmas song Sung by Rhiannon Giddens from The Carolina Chocolate Drops performed and arranged by Immigrant's Daughter. To download this tune use the link below. http://allaboutflutes.com/store/immigrants-daughter/ | ["Mantra", "Music"] | ["female singer", "poor audio quality", "carols", "advent", "muted vocals", "inspiring", "choir", "choral music", "christmas carols", "adoration", "medium tempo", "vocal vibrato", "orchestra", "church music", "celtic music", "celtic christmas", "no instrumentation", "no percussion instruments", "vocal echoes", "winter wonderland", "prayer", "meditational", "devotional"] | 1 | MQrOnSzVlJg | 2266 |
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;