home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Whir"

✎ 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
Whir - Daria's Theme (Live at Circus Bar - 2001) The rock music features a male voice singing a repeating melody and being backed by other male vocals. The electric guitar plays fast chords with a distortion effect on and the bass guitar follows with the same speed. The drums play a fast repeating rhythm. The quality of the audio is really low and so this leads me to believe this is an amateur recording. 2007-12-16T16:36:07Z Rety Matos É isso aí: Show do Whir - Torto, mal gravado, com erros, muitos amigos e foda. Bem, pelo menos pra mim era muito foda... :) Sétima música do show: 7) Daria's Theme (Splendora Cover) Ah, show gravado no Circus Bar em 2001, dia do meu aniversário \o/ Abertura do Fuss. ["Music", "Whir", "Rock and roll"] ["low quality recording", "male voice", "male backing vocals", "electric guitar", "distortion effect", "drums", "bass guitar", "rock genre", "fast tempo"] 2 3sIlpn9nvKU 510
GTA IV Mercedes vs BMW Test Drive Sound mod & Music Theme A classical composition containing strings playing a short repeating melody. You can hear a lot of background noises that seem to come from cars racing. This is an amateur recording. This song may be playing sitting in a limousine. 2013-05-09T18:22:51Z oi3 GTA IV Mercedes vs BMW Test Drive Sound mod & Music Theme Mod Pack includes ClockWorkMountain Retextured st_clkmnt04txd.wtd & objects4.ini Mercedes Sound Note! noise bug is from my Buged Engine resident.ivaud not included... Subaru impreza WRC Sound with Engine Resident.ivaud transmission whine turbo & shoting flames sounds & WRC Final PaintJob Preview on YouTube 1 »»» http://www.youtube.com/watch?v=VdYakZ4Yciw & 2 »»» http://www.youtube.com/watch?v=9_hiieGR2MA Download Now!»»» https://docs.google.com/file/d/0BzAYAOV1um71OHh0QlNFWXlVYnc/edit?usp=sharing ["Theme music", "Music", "Whir"] ["classical music", "string composition", "background car driving sounds", "amateur recording", "slow tempo"] 6 VdYakZ4Yciw 3014

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