musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "malaysian" and musiccaps_names contains "Wedding 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 |
---|---|---|---|---|---|---|---|---|---|---|
Tengku Adil - Babak Cinta Official Music Video HD | This is a Malaysian alternative rock music piece. There is a male vocalist singing melodically at the forefront. The main melody is played by the acoustic guitar with the backing of a mellow electric guitar and a simple bass line on the bass guitar. The rhythmic background consists of a basic rock acoustic drum beat. There is a sentimental and easygoing atmosphere to this piece. It could be used in the soundtrack of a drama/romance movie or TV series that takes place in Malaysia. | 2012-02-18T09:35:21Z | tengkuadilmusic | Official Music Video for Babak Cinta. Artiste: Tengku Adil Song: Babak Cinta Director: Helmie Ezfar Production Team: Paint In Motion Studios Location: http://www.morningrocket.com and http://kamarseni.com For bookings and enquiries email to: music.tengkuadil@gmail.com Kord Lagu Verse - D Bm Em Gm Chorus - D Bm Em-Gm Bridge - Bm D G A Solo - Bb C D, Bb C A Outro - D F#m G A# | ["Music", "Wedding music"] | ["malaysian", "alternative rock", "indie", "male vocal", "melodic singing", "acoustic guitar", "electric guitar", "bass guitar", "acoustic drums", "sentimental", "easygoing", "mellow"] | 9 | 1BVSYfNCcv0 | 246 |
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;