home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "beeping", musiccaps_aspects contains "blasts", musiccaps_author = 7 and musiccaps_names contains "Electronica"

✎ 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
SM3DW: Beep Block Skyway- 2A03 + VRC6 + Sunsoft 5B This music is instrumental. The tempo is fast with synthesiser and electronic arrangements and a boomy bass.There are sounds of shooting, beeps, bombing, blasts and sirens in the background identical to a Video game music. The audio quality is inferior so the music is loud, jarring and unpleasant to the ears. The music is aggressive, boisterous, destructive and chaotic. 2014-12-24T23:33:28Z littlelamp100 Woo, got a Windows HATE computer (I actually like it, though). Super Mario 3D World has some good music. I needed to do this 8-Bit-ish cover. BTW, this was made with a special build of FamiTracker called 0CC, created by HertzDevil. Check it out, it's really awesome: https://www.youtube.com/watch?v=Duxlffb7RTY. FTM (also contains an unfinished cover of the snow theme): http://www.mediafire.com/download/9g6l2yn87uvr5fa/super_mario_3d_world.ftm Oh, and sorry for the lack of editing, I haven't gotten an editing software on my PC yet. ["Music", "Cacophony", "Synthesizer", "Electronica"] ["electronic music", "instrumental", "jarring", "static", "chaotic", "bustling", "destructive", "boisterous", "video game music", "shooting", "beeping", "bombing", "blasts", "synthesiser arrangements", "vigorous", "aggressive", "poor audio quality"] 7 JSdALuTneBM 2008

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