home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "electronic drums", musiccaps_aspects contains "hardcore hip-hop", musiccaps_aspects contains "violent" and musiccaps_author = 9

✎ 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
G Unit - 3. Round Here - Automatic Gunfire Mixtape This is a hardcore hip-hop/gangsta rap music piece. There are male vocals taking turns rapping and when they are not rapping they are shouting ad-libs. There is a fuzzy synth bass playing the repeated melodic theme of the beat while the rhythm consists of an electronic drum beat with gunshot effects every now and then. The atmosphere is urban and violent. This piece could be included in the soundtrack of a crime movie that takes place in the big city. It could also be used in the soundtrack of a crime video game. 2014-07-24T21:34:14Z The Woods ENT. This is "Round Here" off 50 Cent & G-Unit's mixtape "Automatic Gunfire" Hosted By DJ Whoo Kid, Produced by Sha Money XL. 2003, G-Unit. ["Music", "Hip hop music"] ["hardcore hip-hop", "gangsta rap", "male vocals", "rapping", "ad-libs", "fuzzy synth bass", "repeated theme", "electronic drums", "gunshot sound effect", "groovy", "urban", "violent"] 9 KxZ0yDfyaJw 2134
Nine / Make Or Take feat. Smooth Da Hustler This is a hardcore hip-hop music piece. There is a male vocal with a raspy voice rapping at the forefront. The melody is made up of a repeated keyboard sample. There is a bass guitar playing a groovy bass line. The rhythmic background is composed of a hip-hop electronic drum beat. The atmosphere is hard-hitting. This piece could be the opening theme of a crime movie that takes place in the big city. 2007-04-07T08:50:26Z sgs6009 Classic ["Rapping", "Hip hop music"] ["hardcore hip-hop", "male vocal", "raspy voice", "rapping", "electronic drums", "bass guitar", "keyboard sample", "hard-hitting", "urban", "violent"] 9 SYVcaQ1Bzu8 2775

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