home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "slow to medium tempo", musiccaps_aspects contains "synth saw sound", musiccaps_names contains "Electronica" and musiccaps_names contains "Trance music"

✎ 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
Dark Dubstep/Rap Beat - Psychos (RockItPro.com) A digital drum beat repeats the same pattern with a strong and reverbed snare sound. An aggressive low to mid range sound is playing a melody underlined by a sub bass. On top of that a synth lead sound is playing a melody in the higher register that repeats itself the whole time. This song may be playing in an action video-game. 2013-04-20T22:34:03Z RockItPro "Psychos" - Purchase at http://buybe.at/IGiG3y Visit our website for hundreds of Rap Beats, R&B Beats, Hip Hop Instrumentals, and Beats with Hooks https://www.RockItPro.com ► Website: https://www.RockItPro.com ► Facebook: https://www.facebook.com/RockItProductions ► Instagram: https://instagram.com/rockitpro/ ► Twitter: https://twitter.com/RockItPro ► Soundcloud: https://soundcloud.com/rockitpro ["Music", "Trance music", "Dubstep", "Electronic dance music", "Hip hop music", "Electronica"] ["dubstep", "dark", "digital drums", "synth saw sound", "sub bass", "slow to medium tempo"] 6 B41tuPoJ61c 1202

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