home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "punchy kick", musiccaps_names contains "Music" and musiccaps_names contains "Soundtrack 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
Lost Odyssey Soundtrack: Howl of The Departed (Final Boss) The Alternative/Indie song features a mixed background choir singing over punchy kick and snare hits, energetic cymbals that include crashes and ride hits, followed by groovy bass and strings section melody. The instrumental probably contains more instruments in the background, like a brass section or something orchestral, but due to the low quality mix of the song, it is not audible. Sounds epic and energetic, almost like a final boss theme song for video games. 2009-10-14T19:02:21Z VGWguy This is the music that plays durring the epic final battle for imortals. Gongora was a badass yet reminded me a bit of a Dr. Robotnik with his time schemes... haha... Anyways Rate, Comment, And Enjoy ["Music", "Soundtrack music", "Angry music"] ["alternative/indie", "low quality", "epic", "energetic", "mixed background choir", "punchy snare", "punchy kick", "groovy bass", "energetic cymbals", "strings section melody"] 4 9vbsI9xFuo8 1049

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