musiccaps_details (view)
3 rows where musiccaps_aspects contains "acoustic drums", musiccaps_author = 9 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 | |
| Town Theme | by Perfect World Entertainment | This is instrumental Chinese music. The main melody is played by dizi, a Chinese flute. Qin (a Chinese xylophone) is played with syncopation while at the same time carrying the bass notes. There is also a simple acoustic drum beat in the rhythmic background. The piece has a positive, optimistic atmosphere. It could be used in the movies/shows that take place in China. It could also be used in the background of a Chinese cuisine restaurant. | 2011-11-23T11:43:33Z | TaiGekTou | Chinese Instrumental You can visit our facebook page at: www.facebook.com/BeautiChineseMusic/ #chinesemusic | ["Background music", "New-age music", "Music", "Wedding music"] | ["instrumental", "qin", "dizi", "chinese", "acoustic drums", "hopeful", "optimistic"] | 9 | CEJXvm2vH_4 | 1343 | |
| Harut Hagopian - Du Batsvel Es Varti Nman - Armenian Music (Wedding Song) | This is an Armenian pop music ballad piece. The male vocalist is singing in a sentimental manner. The melody is being played by the piano and the strings section while the bass guitar plays a simple bass line composed of root notes. The rhythmic background is provided by a 6/8 slow tempo acoustic drum beat. The atmosphere is romantic. This piece would fit perfectly in an Armenian wedding. It could also be included in the soundtrack of a romance movie that takes place in Armenia. | 2010-03-02T05:42:21Z | Avik Hagopian | A classic! | ["Music", "Wedding music"] | ["armenian", "pop music", "ballad", "male vocal", "melodic singing", "piano", "strings", "bass guitar", "acoustic drums", "sentimental", "romantic", "wedding", "slow tempo"] | 9 | PF5LgwJjYuA | 2519 |
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;