musiccaps_details (view)
1 row where musiccaps_aspects contains "choir", musiccaps_aspects contains "low-to-medium range" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
SLAVITE GOSPODA - Psalam 136 | This is a Gregorian chant performed at a Christian Orthodox church setting. There is a female vocalist singing in the lead while a choir is singing in a hum-like manner at low-to-medium pitch. The atmosphere is religious and the character of the song is solemn. This piece can be used in the background at Orthodox religious events. It could also be playing in tragedy/aftermath of battle scenes in historical drama movies or TV shows with a Balkan/Eastern European setting. | 2011-09-23T21:44:50Z | Nada Vukovic | mr Nada Vukovic, dirigent; Solisti: Milica Markovic, sopran; Aneta Makanjic, mecosopran; Biljana Rogic, mecosopran; Dusan Vuckovic, tenor; "TRINITY" - Pevaci Nade Vukovic; 32 Internacionalni Festival horova; Spanija, 2011.g. Producent:Sasa Djokic; Snimatelj: Milutin Jovanovic; | ["Singing", "Choir"] | ["gregorian chant", "christian orthodox church", "female vocal", "soprano", "choir", "low-to-medium range", "religious", "spiritual", "solemn"] | 9 | Dv21JlCT4_k | 1518 |
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;