home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "happy" and musiccaps_names contains "Rock 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
Das Leben ist ein Rodeo Schule Illingen Hiss The Rock song features a flat male vocal singing over arpeggiated electric guitar melody located in the right channel of the stereo image, groovy bass guitar, punchy kick and snare hits and shimmering hi hats. The stereo image is unbalanced because of the electric guitar, which makes it lean towards the right channel. It sounds energetic, groovy, happy and fun. 2012-04-21T15:03:23Z 55alwin Ein Stopp-Motion Projekt der Klasse H6, GHRS Illingen ["Funk", "Music", "Rock music", "Ska"] ["rock", "groovy bass guitar", "punchy snare", "flat male vocal", "shimmering hi hats", "punchy kick", "arpeggiated electric guitar melody", "energetic", "groovy", "unbalanced stereo", "happy", "fun"] 4 JNwt0afB1fQ 1998

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