musiccaps_details (view)
1 row where musiccaps_aspects contains "cinematic/orchestral", musiccaps_aspects contains "upright bass" and musiccaps_author = 6
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 |
---|---|---|---|---|---|---|---|---|---|---|
Poirot Themes - The Mystery of the Blue Train | This song contains a timpani hit going along with single notes of an upright bass. A string section is playing a simple melody in a higher key while an oboe/flute is playing the lead melody. In the background you can hear a brass section playing along with the strings rising and falling in volume. This song may be playing in a sad and mystic movie scene. | 2010-11-07T02:15:28Z | OldFashionedCharm | Beginning and end themes from Agatha Christie's The Mystery of the Blue Train, starring David Suchet as Hercule Poirot. Also starring James D'Arcy, Lindsey Duncan and Nicholas Farrell. ******* Download Themes: -Beginning Theme: http://www.mediafire.com/?h96vbhl6sbgyn91 -End Theme: http://www.mediafire.com/?0f2op4b7vqo3p2y | ["Organ", "Bell", "Music"] | ["cinematic/orchestral", "oboe", "strings", "upright bass", "timpani", "brass", "marimba/xylophone", "mystic", "sad atmosphere"] | 6 | CpHRQ-f4UtA | 1404 |
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;