musiccaps_details (view)
1 row where musiccaps_aspects contains "folk dance", musiccaps_aspects contains "polish folk music", musiccaps_author = 9 and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Polska tradycyjna muzyka weselna - Polish traditional wedding music (Instrumental) | This is a Polish folk music piece meant to be played at weddings. This is an instrumental piece. The melody is played by a Polish fiddle, while there are occasional notes that can be heard from the background of an instrument that sounds like a mandolin. The rhythmic background is probably from the Polish percussive instrument baraban. There is a joyful atmosphere. This piece could be played at Polish weddings or it could be used in the soundtrack of a historical movie or a TV show that takes place in an Eastern European town. | 2014-10-14T19:53:12Z | Jawor Polny | Kapela Brodów, wiązanka trzech ludowych utworów: Chodzony - taniec drużbów na weselu, Światówka - melodia weselna grana w drodze do kościoła, Mazurek weselny - melodia taneczna Three pieces of Polish folk music by Kapela Brodów: Chodzony (Walked) - the dance of best men, Światówka - wedding melody played on the way to the church, Wedding Mazurka - dance melody | ["Traditional music", "Music", "Wedding music"] | ["polish folk music", "wedding music", "instrumental", "polish fiddle", "mandolin", "baraban", "festive", "joyful", "folk dance"] | 9 | 07-3grCQ8EU | 121 |
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;