home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "impactful", musiccaps_aspects contains "recurring" and musiccaps_aspects contains "untiring"

✎ 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
Stratovarius - S.O.S. This music is an animated instrumental. The. Tempo is fast with an intense electric guitar feedback, powerful backup vocalisation, boomy bass drops, intense drumming, tambourine or shaker beats, keyboard harmony and electric guitar riff. The music is engaging, bustling, energetic, melodious and seems to be burgeoning and increasing. The vocalisation is the backbone of this music, giving it an intense, mystical, impactful and enigmatic vibe. This music is Alternative Rock. 2008-01-16T01:32:23Z ggonza43 I'm waiting for the rain now To settle the dusty air Clearing up my emotions Facing it all if I dare I've been thinking I've been trying But I've always been denying Wasted days are still inside of me It's time to set them free Why don't we see what is going on? There are not so many years to be wasted Until the damage is done and the beauty is gone Save Our Souls What is the price that we pay? Save Our Souls Do we have nothing to say? ["Music", "Angry music"] ["instrumental", "fast tempo", "animated backup vocalisation", "powerful electric guitar feed back", "intense drumming", "electric guitar harmony", "cymbal rides", "keyboard accompaniment", "boomy bass line", "tambourine beats", "energetic", "ethereal", "enigmatic", "insistent", "recurring", "passionate", "mystical", "untiring", "impactful", "flourishing"] 7 dNOHIxD0j_Q 3780

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