home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "live performance" and musiccaps_names = "["Wind instrument, woodwind instrument", "Accordion"]"

✎ 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
Dj Galati - Petrecere cu lautari, Crama Lautarilor Galati, 25.11.2011 - Clip 2 - www.djgalati.ro This is a Romanian folk music piece. It is a live performance. In the background, there is a contrabass and a cimbalom playing. The main melody is being played by the violin and the accordion. The atmosphere is vibrant and cheerful. This piece could be used in the soundtrack of a comedy movie that takes place in eastern Europe or the Balkans, especially during an escape scene. 2012-01-02T00:50:03Z Dj Galati Dj Nunta Galati http://www.djgalati.ro - Sonorizare Echipa DjGalati - Petrecere cu lautari http://www.hotelmagnus.ro/crama.html - Crama Lautarilor Galati - 25.11.2011 *** Voce : Gicu Petrache - Clarinet\Saxofon : George Udila - Tambal : Florica Sandor - Acordeon : Costel de la Bolintin - Vioara : Dorel Zamfir - Bas : Tica ["Wind instrument, woodwind instrument", "Accordion"] ["romanian folk music", "live performance", "instrumental", "cimbalom", "contrabass", "violin", "accordion", "vibrant", "playful", "cheerful"] 9 0ewWspUqB6Y 195
"Eu Quero é Sossego", de K-Ximbinho, com Nonato Lima e Grupo Murmurando.mp4 The song is an instrumental. The tempo is medium with an accordion player, guitar rhythm, flute player and other percussion playing in harmony. The song is groovy and has gypsy flavour to it. The song audio quality is poor with ambient crowd noises. 2013-01-24T15:01:39Z claudeide Programa Brasileirinho, 20 de Janeiro de 2013 - Acordeonista Nonato Lima toca a música "Eu Quero é sossego", de K-Ximbinho, acompanhado pelo Quinteto Murmurando. ["Wind instrument, woodwind instrument", "Accordion"] ["accordion player", "life is good", "relaxing", "jam session", "home studio", "melancholic", "nostalgic moments", "people enjoying the music", "instrumental harmony", "folk music", "flute playing", "guitar playing", "live jam", "instrumental music", "medium tempo", "ambient crowd noise", "enthusiastic", "dance music", "gypsy music", "folk music", "ethnic instruments", "dance music", "live performance"] 1 tbovKStEnME 5051

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