home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "female vocal" and musiccaps_names contains "Progressive rock"

✎ 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
7 o'clock Teaser นี่เธอไม่รู้หรือแกล้งไม่รู้ This is a rock music piece. It starts with a clock. There is a female vocalist singing melodically in the Thai language. The overdriven electric guitar is strumming the chords of the main tune while the bass guitar is supporting it in the background. The acoustic drum is playing a simple but powerful beat. The general atmosphere is energetic. The piece can be used as a soundtrack in a coming-of-age drama taking place in Thailand. 2009-09-03T06:40:52Z Chanin Yanyong The complete teaser of 7 o'clock นี่เธอไม่รู้หรือแกล้งไม่รู้ ["Heavy metal", "Music", "Independent music", "Pop music", "Tick-tock", "Progressive rock"] ["rock music", "thai", "female vocal", "melodic singing", "electric guitar", "bass guitar", "acoustic drums", "normal tempo", "sound effects", "energetic"] 9 B1beLwV4yzw 1193
RUIDO ROSA - MIEDO A CAER This is an energetic rock music piece with a female vocalist singing in the Spanish language. The repeated theme is played by a strong electric bass guitar. There is a loud and simple rock drum beat in the background. A distorted electric guitar can also be heard holding a sustained note. All these components result in a rebellious atmosphere. This song could be used in rock bars. 2011-08-26T07:45:49Z Ruido Rosa Miedo a caer es el segundo sencillo que se desprende del primer EP homónimo de la banda Ruido Rosa. www.ruidorosa.com.mx contacto: ruidorosaa@gmail.com ["Music", "Rock music", "Progressive rock"] ["rock music", "bass guitar", "repeated theme", "drums", "electric guitar", "female vocal", "spanish", "loud", "rebellious", "energetic"] 9 rs5ecH8Lh3s 4906

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