home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "cool attitude", musiccaps_names contains "Rapping" and musiccaps_names contains "Rhythm and blues"

✎ 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
Squeak Ru (Allfrumtha I) - Lockdown (1999) A digital drum is playing a simple groove with a digital bass. An e-piano is playing 2 chords to add some color to the song. A male voice is rapping with light adults in the background. In the background a female voice sample is coming in singing a little melody. This song may be playing in a car slowly riding down the streets. 2012-11-07T23:15:35Z Banginmytrackzsucka Mob Tales Compilation (1999) ["Music", "Rapping", "Rhythm and blues", "Zing"] ["hiphop", "digital drums", "e-piano", "bass", "male voice rapping", "female voice sample", "cool attitude"] 6 uy3nQ9VYE-Q 5145

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