home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "fast tempo", musiccaps_author = 6 and musiccaps_names contains "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
Rock around the Jukebox Open Air 2015- Rock 'n Roll Dance (1) An acoustic drum is playing a rock groove with a big emphasis on the ride and silent hits on the crash. Along with the drums a electric bass is playing a bluesy line and so does the guitar. Another e-guitar is strumming chords. The whole song sounds fast and may be playing at a local festival where people are dancing. 2015-05-11T13:01:14Z Rubens Agaatsz Rock Around The Jukebox Open Air 10 May 2015 Rock 'n' Roll with The Stingraybop (part 1) ["Blues", "Music", "Rock and roll"] ["blues/rock", "e-bass", "acoustic drums", "e-guitar", "fast tempo", "dance"] 6 4BIIFU_b6BY 544

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