home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "energetic" and musiccaps_names contains "Didgeridoo"

✎ View and edit SQL

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
App Manager 3 / Apps to SD Review The song is an instrumental. The tempo is medium fast with a strong techno drumming groove, strong bass line, keyboard harmony and various percussion hits. The song is energetic and passionate. The audio quality is poor. 2013-12-01T06:21:53Z RootJunky App Manager 3 / Apps to SD review Link to Google Play App Manger 3 https://play.google.com/store/apps/details?id=com.a0soft.gphone.app2sd&hl=en Check out PhonLab E-Campus, if you want to learn tons more about Phone repairs tips and tricks to help you repair smartphones. https://phonlabtech.com/mobile-repair-tech/ How to install Android Device drivers http://youtu.be/j_KPGUMzrjU Why Root Android devices video http://youtu.be/6vqnnLnOn3g Android device hacking explained http://youtu.be/UUTwYHfmHv4 Universal UnRoot App for all Devices http://youtu.be/ySNStU8OTuk FOLLOW ME http://RootJunky.com www.facebook.com/rootjunky https://twitter.com/Tomsgt2 youtube.com/tomsgt123 google.com/+Tomsgt123 PLEASE READ Warning... do this at your own risk. I am happy to help with any problems my subscribers are having on their android devices. I am going to need lots of info from you to help. 1. What device you are on. 2. What android version you are running. 3. What custom rom or stock rom / build number you are on. 4. What you have done to the device. 5. What recovery system you are using. With this info I will be able to help much faster.  ["Didgeridoo", "Music"] ["techno dance music", "grunge keyboard tones", "poor audio quality", "dance-off", "energetic", "trance music", "club mix", "dj", "dance floor", "people dancing", "retro techno music", "groovy music", "electronic dance music", "various percussion hits", "keyboard harmony", "home music studio", "strong bass line", "medium fast tempo", "techno drumming"] 1 769EHEG4Mqc 811
Hernan Livolsi Didgeridoo Street Performance in Palma This music is instrumental. The tempo is fast with a spirited didgeridoo harmony. The music is droning, rhythmic, deep and rich with the rhythmic tapping /clapping. This is street busking with ambient sounds of people talking, bicycle bells and feet scuffling. The music is droning, hypnotic, meditative, trance and engaging. 2007-09-11T02:26:40Z CMX4 Some friends and I were outside eating lunch one day in Palma when I heard the lovely sound of a didgeridoo start up and resonate through the square. I followed the sound with camcorder in hand and got the following footage. I apologize for the camera work -- I went from setting the camera down to holding it to resting it on my knee. To see/hear more of Hernan's amazing work, check out his YouTube Channel - http://www.youtube.com/user/hernannano ["Didgeridoo", "Music", "Speech"] ["instrumental", "fast tempo", "didgeridoo", "tapping", "bicycle bell sound", "woman talking", "hypnotic", "trance", "trippy", "psychedelic", "repetitive", "engaging", "captivating", "feet scuffling", "keeping time", "clapping", "street performance", "busking", "ambient sounds", "people talking", "energetic", "unique", "single note", "droning sound"] 7 dYVy7moyQCc 3796
Thundamentals The Groundhog song This is the intro part of a hip-hop beat. There is a rising pattern coming from a synth bass that has its low-pass filter getting dragged to higher frequencies. There is a hype feel to it. This part of the beat can be sampled and looped to be used in the soundtrack of a video game when the main character is simply walking around or exploring the area. 2014-06-01T23:02:55Z bobweasel Thundamentals new song, all rights to the group just wanting to spread the music and love, down load the song on itunes or google music. ["Didgeridoo"] ["hip-hop beat", "synth bass", "rising pattern", "intro", "hype", "energetic"] 9 iQAXwX28LLw 4182
SMILY didgeridoo Happy Birthday didgeridoo Israel The low quality recording features a didgeridoo beatboxing and it sounds crushed, distorted, but energetic - sounds like it was recorded with a phone. 2014-03-02T09:24:08Z Yogev Haruvi SMILY DIDGERIDOO giving a special solo for the "DIDGERIDOO ISRAEL " Facebook group .https://www.facebook.com/groups/144241102391584/?fref=ts SMILY DIDGE -https://soundcloud.com/kazuki-kitagawa ["Didgeridoo", "Beatboxing", "Music", "Musical instrument"] ["low quality", "didgeridoo beatboxing", "crushed", "distorted", "energetic"] 4 yTq3Kr3jkvs 5414

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 789.64ms · About: simonw/musiccaps-datasette