musiccaps_details (view)
1 row where musiccaps_aspects contains "brass section", musiccaps_aspects contains "tv series music" and musiccaps_names contains "Wind instrument, woodwind 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 |
---|---|---|---|---|---|---|---|---|---|---|
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;