musiccaps_details (view)
2 rows where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "percussion" 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 | |
Siya Ke Ram - Visit hotstar.com for full episodes | This is the theme playing in the background of a mythological TV series episode. It is an instrumental piece. There is a brass section playing a loud and dramatic melody. The rhythmic accompaniment is composed of the drums and some sort of big cymbal that is most probably a gong. The atmosphere is dramatic and full of suspense. There is an implied moment of revelation in the scene. The piece could be used in the soundtrack of a mystery movie during a scene where the plot begins to unfold and the secrets are revealed. | 2016-02-12T00:40:33Z | StarPlus | Click here to watch SIYA KE RAM - SITA BAALYAKAAL on hotstar - http://www.hotstar.com/tv/siya-ke-ram/6363/the-grooms-procession-arrives/1000084500 To download the hotstar App on you Android/iOS Device, Click here - http://hyperurl.co/hotstar Siya Ke Ram is the classic epic of Ramayana retold through the eyes of the righteous, beautiful and brave Sita and her immense love for Ram! Mythology| Star Plus|Triangle Films | ["Wind instrument, woodwind instrument", "Shofar"] | ["tv series music", "instrumental", "orchestral", "brass section", "percussion", "gong", "dramatic", "suspense", "revelation", "movie music"] | 9 | CCFYOw8keiI | 1341 |
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;