musiccaps_details (view)
1 row where musiccaps_aspects contains "male actor voice", musiccaps_aspects contains "string section harmony" and musiccaps_names contains "Scary 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 |
---|---|---|---|---|---|---|---|---|---|---|
Ep 3: Mastering the King | Paddle Pop | DinoTerra | The soundtrack is mysterious and builds anticipation. The tempo is medium with male actors vocalising a monologue, along with a terse string section harmony. The soundtrack builds anticipation and fear. The audio quality is bad. | 2013-10-15T07:20:58Z | PaddlePopEpisodes | Paddle Pop and friends meet Nikko, a spunky little turtle. They help Nikko to save the Hard Shell tribe’s village from a giant crocodile. Paddle Pop Adventures: DinoTerra is an exciting animated adventure series for kids aged 6 to 12. Starring the heroic young king of the Lion Kingdom, Paddle Pop Lion; his loyal friend Leena; as well as a cast of humorous and fun-loving companions, these episodic tales entertain young minds while showing the importance of friendship and teamwork. In this season, our heroes travel back in time to the age of dinosaurs to prevent Shadow Master from gaining the power of the Dino Crystals and changing history. Join Paddle Pop in your own multiplayer online game adventure — http://www.paddlepop.co.za/ Want more videos and games? — http://www.paddlepop.co.za/kids-games/default.aspx Subscribe: http://www.youtube.com/subscription_center?add_user=PaddlePopEpisodes | ["Music", "Speech", "Scary music"] | ["tense music", "movie soundtrack", "bad audio quality", "animated movie soundtrack", "children’s movie", "great adventure", "scary", "monsters", "vocal monologue", "deteriorated audio quality", "sunday cartoons", "breathy villainous voice", "male actor voice", "building tension", "scary", "mysterious", "string section harmony", "no percussion instruments"] | 1 | itT0_RhSipQ | 4221 |
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;