musiccaps_details (view)
1 row where musiccaps_aspects contains "lively", musiccaps_aspects contains "suggestive" and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
Minecraft Song ♪ "All About My Base" Minecraft Song Parody (Minecraft Animation) | A female vocalist sings this spirited pop. The tempo is fast with infectious piano melody, slick drumming, funky bass, baritone saxophone, Hammond organ accompaniment with enthusiastic vocals. The song is fresh, youthful, buoyant; energetic, high-spirited, cheeky, suggestive, playful and groovy. This is a hit Pop Song. | 2015-06-15T01:55:28Z | Lachlan | Download the Minecraft Song "All About My Base" on Itunes: http://bit.ly/AllAboutMyBase Come play Minecraft Factions with me on Treasure Wars! IP: Treasurewars.net Subscribe for more Awesome Minecraft Content http://bit.ly/LachlanSubscribe Gaming Channel: https://www.youtube.com/LachlanPlayz Lachlan All About My Bass (The original to the Parody): https://www.youtube.com/watch?v=7PCkvCPvDXk Credits: Animation: Latez Animations https://www.youtube.com/user/Boxmen6661 https://twitter.com/Boxm3n666 Vocals + Instrumentals + Lyrics by ShadyVox http://www.shadyvox.com https://twitter.com/ShadyVox http://www.youtube.com/user/ShadyVoxYT Singers: https://www.youtube.com/EileMontyVA/ www.twitter.com/EileMonty The Pack: Vik: https://www.youtube.com/user/Vikkstar123HD Rob: https://www.youtube.com/user/MrWoofless Preston: https://www.youtube.com/user/PrestonPlayz Mitch: https://www.youtube.com/user/TheBajanCanadian Jerome: https://www.youtube.com/user/JeromeASF My Links Twitter: https://twitter.com/LachlanYT Instagram: http://instagram.com/lachlanpower | ["Music", "Independent music"] | ["female vocalist", "fast tempo", "slick drumming", "punchy", "buoyant", "fun", "fresh", "suggestive", "enthusiastic electric guitar", "funky bass lines", "piano accompaniment", "lively baritone saxophone", "hammond organ", "lively", "enthusiastic", "youthful", "cheeky", "playful", "fun"] | 7 | YVEqyQjyy1Q | 3289 |
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;