musiccaps_details (view)
1 row where musiccaps_aspects contains "complimentary harmony", musiccaps_aspects contains "perfectly synced" and musiccaps_names contains "Bowed string instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
52. F.Gossec Gavotte trumpet & violin duet La corda d'oro primo passo out track 金色のコルダ | This song is a simple instrumental. The tempo is medium with a lively tempo and melodic violin accompaniment. The tune is simple,refreshing, emphatic and mellifluous. | 2013-11-20T22:01:55Z | TheBlessingofMusic | Edited from the 26th episode(OVA) of La corda d'oro primo passo anime. The first duet of Kazuki and Kahoko was in front of the bronze statue in the 3rd episode. But this scene of the 26th(OVA) episode is just fit for this out track. Relative my OST contents:http://youtu.be/Dkls9aAh3FE Kazuki Hihara playlist http://www.youtube.com/watch?v=erHadqauC8A&index=15&list=PLOYsUxAW0KI84Uo_NCbo2R2bCC_MpQH-d Kahoko Hino Violin playlist http://www.youtube.com/playlist?list=PLOYsUxAW0KI_LgujbXJPm6kWrsFC_mQPy | ["Brass instrument", "Trumpet", "Violin, fiddle", "Bowed string instrument"] | ["instrumental", "medium tempo", "lively tempo", "brass", "brass instrument", "brass band", "string instrument", "bow stringed instrument", "perfectly synced", "complimentary harmony", "violin accompaniment", "simple", "melodic", "harmonic"] | 7 | erHadqauC8A | 3901 |
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;