home / musiccaps

musiccaps_details (view)

2 rows where search matches "opera", musiccaps_aspects contains "instrumental" and musiccaps_names contains "Music"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: musiccaps_aspects (array)

musiccaps_names (array) 5 ✖

  • Music · 2 ✖
  • Accordion 1
  • Musical instrument 1
  • Sad music 1
  • Traditional music 1

youtube_published (date) 2 ✖

  • 2008-04-25 1
  • 2015-12-14 1

musiccaps_author 1 ✖

  • 9 2
video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Kiralık Aşk - Enstrümantal Fon Müzik 2 || Instrumental Background Music 2 This is an instrumental piece from a soap opera soundtrack. The violin and the acoustic guitar are playing a mellow tune while there is an occasional piano tune in the background. The rhythm is kept by a very quiet acoustic drum beat. The atmosphere is gentle and romantic. This piece could be used in the soundtrack of romance movies where the characters are having a good time in the presence of each other. 2015-12-14T11:19:46Z Kiralık Aşk Soundtrack ABONE OL tuşuna basarak kanalıma abone olmayı unutmayın! Please do not forget to SUBSCRIBE my channel! ["Music", "Sad music"] ["soap opera soundtrack", "instrumental", "violin", "acoustic guitar", "piano", "acoustic drums", "gentle", "emotional", "romantic"] 9 7eZTmLV9gcY 871
Vagif Bagirov "Segah" This is an Azerbaijani folk music piece. It is an instrumental piece. The only instrument being played is a garmon which has a sound that resembles an accordion. There is a lively atmosphere in the recording. This piece can be played in the soundtrack of a documentary that takes place in the Caucasus region. It could also be used in the soundtrack of an Azerbaijani soap opera. 2008-04-25T07:36:13Z Hal Karim This video was taking by me, Vagif Bagirov one of the proffesional Garmon Maker and he can also play Garmon. ["Traditional music", "Music", "Musical instrument", "Accordion"] ["azerbaijani folk music", "instrumental", "single instrument", "garmon", "lively", "vibrant"] 9 tv14XEQcY0c 5076

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