musiccaps_details (view)
1 row where musiccaps_aspects contains "dramatic music playing", musiccaps_aspects contains "om chant" and musiccaps_names contains "Shofar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Bibi Chowdhurani | Bangla Serial | Full Episode - 23 | Nibedita Biswas | Zee Bangla | This music is instrumental. The tempo is medium with a dramatic, intense and suspenseful synthesiser arrangement, cymbal riff and conch shell sound. The music is a background score for a Bengali movie / TV series with a male voice giving instructions, a Hindu priest chanting Om with women joining in with the chant and vocalisations and the sound of the conch shell. | 2014-05-23T17:43:06Z | Zee Bangla | Paid Subscription Zee5 click here: https://bit.ly/32gxIJ4 বিবি চৌধুরানী - Bibi Chowdhurani | Bangla TV Serial | Full Epi - 23 | Zee বাংলা To Free Download ZEE5 Mobile app click the link below Playstore: http://bit.ly/Zee5PlayStore iTunes: http://bit.ly/Zee5ITune | ["Wind instrument, woodwind instrument", "Shofar"] | ["instrumental", "vocalisation", "male voice speaking", "shell trumpet", "hindu rituals", "hindu puja", "bengali pujo", "chanting", "conch shell", "shell trumpet", "dramatic music playing", "intense music", "cymbal riff", "synthesiser harmony", "indian language", "bengali", "om chant", "women chanting"] | 7 | I6eU2qRjJ7Y | 1875 |
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;