musiccaps_details (view)
1 row where musiccaps_aspects contains "foreign language", musiccaps_aspects contains "simple percussion" and musiccaps_names contains "Christmas 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 |
---|---|---|---|---|---|---|---|---|---|---|
Paskong Pilipino Medley 2 | This folk song features a choir singing the main melody. This is backed by percussion playing a simple beat in common time. A tambourine plays a continuous beat. The bass is played on a tuba. The tuba plays the root and fifth notes of the chords. At the beginning, a trumpet and accordion play a melody in harmony. The accordion continues to play chords in staccato while the choir sings the melody. The mood of this song is happy. This song can be played in a party where there is a large gathering. | 2010-11-26T19:11:33Z | Ed Valenzuela's Nostalgic Pinoy Christmas | Track 2 of PASKONG PILIPINO MEDLEY CD released by VICOR. | ["Christmas music", "Christian music", "Jingle (music)", "Music"] | ["folk song", "accordion song", "foreign language", "choir song", "happy mood", "tuba", "low quality recording", "simple percussion", "tambourine", "trumpet music", "moderate tempo"] | 0 | KubrAnJ0o0o | 2130 |
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;