musiccaps_details (view)
1 row where musiccaps_aspects contains "medieval sounding", musiccaps_aspects contains "story-telling mood", musiccaps_author = 9 and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
Lara Croft, Tomb Raider: Magnus Choir, Syntheway Strings, Brass, Flute, Chordophonet Virtual Harp | This is a medieval sounding music piece. There is a virtual harp playing the main melody while strings are holding the root notes of the tune. The use of these sounds induces a story-telling atmosphere similar to a bard's song. This piece would suit well with historical/adventure movies or video games. It could also be used in the background at a theater play. | 2013-03-03T05:20:57Z | Syntheway Virtual Musical Instruments | http://syntheway.net - Lara Croft, Tomb Raider VG (Main Theme) Cover with Aeternus Brass, Magnus Choir, Syntheway Strings, DAL Flute, Chordophonet Virtual Harp & Hammered Dulcimer VST Software (Windows, Mac OS X see Requirements below) - Aeternus Brass http://aeternusbrass.syntheway.net - Magnus Choir http://magnus.syntheway.net - Syntheway Strings http://strings.syntheway.net - DAL Flute http://dalflute.syntheway.net - Chordophonet Virtual Harp & Hammered Dulcimer (Harp mode) http://chordophonet.syntheway.net -------------------------------------------------------------------------------------------------------------------------------- Aeternus Brass is a Virtual Brass instrument, featuring solo Trumpet, Cornet, Trombone, Tuba, French Horn, Flugelhorn as well as Brass Sections and Orchestral Ensemble. ................................................................................ Syntheway Strings is a "rich-sounding" sample based string VST instrument. Ensemble Strings features: Violin, Viola, Cello & Double Bass ................................................................................ DAL Flute is a virtual woodwind instrument combining multi-samples of real flutes with a Digital Signal Processing (DSP) engine. Offers control over several parameters allowing you to sculpt new and interesting sounds. Flute Selector: Normal, Bright, Pan Flute (aka: Pan pipe, Pandean Pipe) and Shakuhachi modes. ................................................................................ Magnus Choir is a virtual instrument (choral software plug-in) which can be used to create natural and synthetic choirs, using a combination of synthesis and sampling. ........................................................................................................ Chordophonet is a Virtual Harp and Hammered Dulcimer sample based software instrument, featuring Celtic and Concert Harps, Pre-recorded Harp Glissando and Upward-Downward Harp Glissando, and Hammered Dulcimer modes. ...............................… | ["Background music", "New-age music", "Music"] | ["harp", "strings", "medieval sounding", "story-telling mood", "enticing", "movie music", "video game music"] | 9 | Ife1WaGirdQ | 1928 |
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;