home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "live performance", musiccaps_aspects contains "muffled", musiccaps_aspects contains "rock" and "youtube_published" is on date 2007-12-02

✎ 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
I Love Rock'n Roll - Anna-Maria Zimmermann The low quality recording features a live performance of a rock song that consists of an energetic female vocal singing over electric guitar chords, punchy snare and kick hits and distorted bass guitar. The recording is very noisy and buzzy, in mono, muffled and messy, as it was probably recorded with a phone. It still sounds energetic. 2007-12-02T10:34:45Z Leni281 Anna-Maria Zimmermann (von DSDS 2006) singt "I Love Rock'n Roll" Livemitschnitt vom Nevio Konzert vom 09.04.06 in Hirschaid ["Singing", "Music", "Rock music", "Roll"] ["low quality", "buzzy", "noisy", "rock", "mono", "energetic", "muffled", "messy", "distorted", "live performance", "punchy kick", "punchy snare", "distorted bass", "energetic female vocal", "electric guitar chords"] 4 7Mv4eKPe850 838

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