home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_names contains "Music" and "youtube_published" is on date 2014-01-10

✎ 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
Make your own music beats anywhere you are - Beat maker download This instrumental contains a digital piano playing a beautiful melody that sounds a little bit like standing in the rain on a summer day. The electronic drums sound without dynamics but with a strong kick that gets supported by the bassline. A snare hit stands in the foreground. A hi-hat fills the space in between and gets surrounded by stringsounds playing a minimalist melody with a lot of reverb on it. A short snappy pluck sound is also playing a melody. barely noticeable. This song may be playing in a chapter of a video game. 2014-01-10T09:48:22Z Joycelyn Balser http://tinyurl.com/mesrr2s Make your own music beats anywhere you are - Beat maker download You can copy one or several tracks and duplicate them, delete or adjust them as needed, all in a simple one-click process. You can change sounds and patters in just a couple clicks, it's all as simple as can be, and you get detailed video tutorials to help guide you so you will be making awesome music right from the start. ["Sampler", "Drum and bass", "Music", "Techno", "Dubstep", "Drum machine", "Hip hop music", "Electronica"] ["electronic/rapbeat", "synthetic strings and pads", "sampled piano", "digital bass", "digital drums", "amateur recording"] 6 GQPOpFX20Gw 1719
The Wolf of Wall Street: Chest beat Chant Song (Full) The low quality recording features a fruity male vocal humming. In the first half of the loop, there is a lot of reverb on it, which progressively disappears. The recording is a bit noisy. 2014-01-10T22:28:38Z Jordan Wolf Epic, motivating and uplifting chanting song from the movie: The Wolf of Wall Street! If you haven't watched the movie, go watch it! ["Chant", "Music"] ["fruity male vocal", "humming", "reverberant", "noisy", "low quality"] 4 Kqo7am5oq0U 2124
Music Video HD ခ်စ္ခ့ဲဖူးသမ်ွ New song ပိုပို FT The low quality recording features a pop song sung by flat female vocalists singing over sustained strings melody, smooth bass, punchy snare, soft kick hits and simple hi hats. It sounds distorted and messy, since the frequencies are clashing with each other due to the bad mix. It also sounds a bit repetitive. 2014-01-10T17:34:48Z mr.KhantLay KhantLay   ["Music", "Sad music"] ["low quality", "smooth bass", "flat female vocal", "pop", "sustained strings melody", "punchy snare", "soft kick hits", "simple hi hats", "muddy", "messy", "repetitive", "distorted"] 4 yNIZaqTHUnc 5402

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 803.118ms · About: simonw/musiccaps-datasette