home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "no voice", musiccaps_author = 2 and musiccaps_names contains "Electronic dance 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
Christian Dubstep | Wavedude | Switchfoot - Afterlife ( Wavedude Remix ) The electronic instrumental music features a melody played by a synth sound and being accompanied by other electronic sounds. In the low-register a bass electronic sound can be heard playing at times twice every beat, driving the pulse of the music. In the second half of the music excerpt another electronic sound can be heard in the upper register playing chords. 2013-10-21T16:38:43Z Zephan The Warlock Artist: Wavdedude Track: Switchfoot - Afterlife ( Wavedude Remix ) Channel: http://www.youtube.com/user/WavedudeM... Site: http://www.facebook.com/WavedudeMusic More dubstep: http://www.youtube.com/playlist?list=PLCF23C1D83EF048BE More from Wavedude: http://www.youtube.com/playlist?list=PL865097AE01EA9214&feature=view_all --------------------------------------------------------------------------------­­­­­------------------------------------------------------ Going to try to do weekly uploads from now on, starting with this amazing remix. ["Drum and bass", "Music", "Trance music", "Dubstep", "Electronic dance music", "Dance music", "Electronica"] ["electronic music genre", "low-pitch bass electronic sound", "instrumental", "no voice"] 2 Vi2posMLsrg 3022

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