home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "wide agressive distorted electric guitar melody" and musiccaps_author = 4

✎ 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
Theatre Of Tragedy - And When He Falleth The Metal song features a low throaty male vocal singing over widely spread, aggressive and distorted electric guitars, groovy bass guitar, punchy snare, energetic cymbals and double pedal kick. In the second part of the loop, the instrumental calms down, as there is an arpeggiated piano melody over which a soft female vocal is singing. Overall it sounds energetic, aggressive and manic. The male vocal in the first part of the loop is leaning towards the left channel of the stereo image, making it sound unbalanced and therefore low quality. 2007-12-23T07:18:07Z cristianfleitas Theatre Of Tragedy : And When He Falleth Album: Velvet Darkness They Fear ["Music", "Angry music"] ["metal", "low quality", "aggressive", "energetic", "manic", "throaty male vocal", "wide agressive distorted electric guitar melody", "arpeggiated piano melody", "soft female vocal", "punchy snare", "energetic cymbals", "double pedal kick", "groovy bass guitar", "unbalanced stereo image"] 4 RoDS0k7qrIo 2726

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