musiccaps_details (view)
1 row where musiccaps_aspects contains "flute harmony", musiccaps_aspects contains "inferior audio quality" and musiccaps_aspects contains "male vocalist"
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 |
---|---|---|---|---|---|---|---|---|---|---|
2003 Fisher-Price® Winnie The Pooh: Turbo Tail Tigger Bouncing Singing Animated | A male vocalist sings this animated song. The tempo is fast with a flute Or recorder and keyboard harmony with the sound of clapping and tapping in the background. The song is animated, spirited, enthusiastic, catchy and upbeat with rhythmic speech and childish lyrics. This is a Children’s Song. | 2012-07-04T23:44:06Z | The Silver V | 2003 Fisher-Price® Winnie The Pooh: Turbo Tail Tigger Bouncing Singing Animated Item for sale on EBAY seller silverv EBAY store The Silver V | ["Music", "Bouncing"] | ["male vocalist", "fast tempo", "rhythmic chatter", "kids song", "dissonant tapping", "bouncy", "recorder", "rhythmic speech", "vocal backup", "flute harmony", "animated", "spirited", "enthusiastic", "energetic", "sound of rattle", "sound of clapping", "children’s song", "juvenile lyrics", "inferior audio quality", "muffled audio"] | 7 | UfZP677y3Dc | 2933 |
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;