musiccaps_details (view)
1 row where musiccaps_aspects contains "commercial song", musiccaps_aspects contains "happy", musiccaps_aspects contains "joyful" and musiccaps_aspects contains "shimmering shakers"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"Happy Whistling Ukulele" - Commercial Background Music Instrumental - Happy Instrumental Music | The low quality recording features a commercial song that consists of an acoustic rhythm guitar, claps, shimmering shakers, shimmering bells melody, synth lead melody, simple bass and generic female voice tag. It sounds happy, fun and joyful. | 2013-03-11T20:26:53Z | TwisteriumMusic | Get A LICENSE to use this music in your video, listen it on Spotify and iTunes or DOWNLOAD it instantly. Link for licensing information: https://1.envato.market/OZkAZ ALSO: ★ PATREON: Become my patron and get access to dozens NO COPYRIGHTED background music tracks and new tracks every week: bit.ly/2TJ68OR ★ FIVERR: Download dozens of NO COPYRIGHTED music tracks with one click for few dollars: https://bit.ly/Feverr-Music ★★ Stream, Buy and Download my music tracks: ● Spotify: spoti.fi/2Z7Dr3e ● iTunes/Apple: apple.co/2KITefj ● Youtube music: http://bit.ly/2Tq8otW ● Amazon: amzn.to/2YG6ETa ● Deezer: bit.ly/31F3V9T --------------- ★ SUBSCRIBE FOR MORE: ● SoundCloud: http://bit.ly/2DJQskE ● YouTube: http://bit.ly/2TDC2fA ● Facebook: http://on.fb.me/1kOagsO ● Instagram: https://bit.ly/38omWmT ● Tiktok: http://bit.ly/3jpb9Zt ● Twitter: http://bit.ly/1pyrKZP Website: https://www.twisterium.com Music Licenses on Audiojungle: http://bit.ly/VMO8P7 -------------- ★ MORE SIMILAR MUSIC ON SOUNDCLOUD: - CORPORATE MUSIC - bit.ly/2eCX8EC - DOCUMENTARY MUSIC - bit.ly/31DKPAJ - INSPIRATIONAL MUSIC - bit.ly/33zMadJ - DRIVING MUSIC - bit.ly/2OZDg62 - EPIC/CINEMATIC MUSIC - bit.ly/2fCcZI5 - PIANO MUSIC - bit.ly/2H7Xg06 - FREE MUSIC - bit.ly/FreeMusicHere --------------- FAQ: ★ Can I use this music in my videos? ● Sure! This music was made for videos! You need a license to use it and you would be able to monetize your videos after that. If you download this track and use it without a license - you won't be able to monetize your videos. --------------------- ★ Does this music track have copyright? ● Yes, this track has copyrights. All Rights reserved --------------------- ★ Where can I get a license? ● This track is available for licensing if you want to monetize your video. Just follow the link in description. --------------------- ★ I received a claim for copyright infringement, What should I do? ● If you have a license - just put the text form license certificate file answering the claim. If not - you… | ["Music", "Happy music"] | ["low quality", "commercial song", "acoustic rhythm guitar", "claps", "shimmering shakers", "shimmering bells melody", "synth lead melody", "simple bass", "happy", "fun", "joyful", "generic female voice tag"] | 4 | BzM0qok5Cns | 1312 |
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;