home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "keyboard harmony" and "youtube_published" is on date 2008-07-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
Spider-man theme song (new) The song is an instrumental. The tempo is medium with a heavily doctored guitar playing lead with strong rock drumming. The song is highly distorted with hissing and crackling audio. The audio quality is very poor and the song is a tv show tune. 2008-07-10T21:48:43Z marvelcreations Spider-man 90's theme song with pictures of it. ["Music", "Cacophony"] ["bad audio quality", "guitar playing lead", "drum rhythm", "energetic", "high on adrenaline", "superhero show", "children’s show", "cartoon show", "crashing noises", "instrumental music", "hissing noise", "districted audio", "tv show tune", "keyboard harmony"] 1 Fa1KdG8niq0 1651

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