musiccaps_details (view)
1 row where musiccaps_aspects contains "dramatic", musiccaps_aspects contains "piano" and musiccaps_aspects contains "suspense"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"Breathtaking Sights" - Erik Zilliacus (Piano, Orchestral) | This is a contemporary classical music piece. It is an instrumental piece. There is a strings section playing the chords while the violin in the lead is playing a dramatic tune. The piano is playing accentuated notes. There is a percussion line in the rhythmic background. There is a dramatic atmosphere that is full of suspense. This piece could be used in the soundtrack of a sci-fi drama movie, especially during the scenes where a big revelation is about to take place. | 2014-06-26T09:56:05Z | TheMusicFlowChannel | This was composed by Erik Zilliacus. For more music by the composer: https://youtube.com/user/drunkensailorful SoundCloud: https://soundcloud.com/erik-zilliacus TheMusicFlowChannel on Facebook: https://facebook.com/TheMusicFlowChannel Wallpaper: http://mediafire.com/convkey/73fa/mr0n5n56236eea4fg.jpg?size_id=a * TMFC has the permission to promote "Breathtaking Sights" by Erik Zilliacus. * | ["Orchestra"] | ["contemporary classical", "no singer", "instrumental", "violin", "strings", "piano", "percussion", "repeated theme", "dramatic", "suspense"] | 9 | 7JE2eBK1f9M | 828 |
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;