home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acoustic guitar" and "youtube_published" is on date 2015-12-03

✎ 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
RFM - Musica de Natal - 2015 - Bolas de Natal This audio contains a lot of different percussive instruments spread to both sides of the speakers. In the background you can hear a laughing sample in a high pitch. A male voice is singing in a higher pitch than a female voice takes over singing. A doorbell is ringing. An acoustic guitar is strumming chords. This song may be playing at an open air festival where everybody can dance along. 2015-12-03T08:13:43Z RFM Aqui está a nossa música de natal deste ano RFM - Bolas de Natal Junta-se a família à volta da mesa, É a tradição Rimos e choramos, relembramos outros anos, uh Vemos televisão A gente come come come come come come come até se sentir mal O meu tio bebe bebe bebe bebe bebe nós somos BOLAS DE NATAL No natal, multiplicamos É normal porque é o dia em que Jesus faz anos Se tens a mais achamos bem, Que vás para a rua partilhar com quem não tem É natal x3 BOLAS DE NATAL O pai natal anda aflito Mas aprendi que quanto mais dou mais rico eu fico. Se tens a mais, tem a certeza Que o teu vizinho não passa a noite sozinho à mesa É natal x3 Já viste o tempo passa a voar Tens tudo ainda pra preparar É natal, É natal, já é natal mulher Me belisca só podes estar a sonhar se achas que não me vais ajudar Queres natal? Queres Natal? Ajuda a tua mulher FELIZ NATAL ÁTOA Carolina Deslandes Mikkel Solnado Music Landrick Diego Miranda ["Christmas music", "Christian music", "Music"] ["pop", "percussions", "acoustic guitar", "laughing sample", "doorbell ringing", "male and female voices singing", "e-bass", "uptempo", "uplifting energy"] 6 oNggxSyyyq8 4621

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