home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "buoyant", musiccaps_aspects contains "galloping rhythm", musiccaps_author = 7 and musiccaps_names contains "Wedding music"

✎ 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
Українська Весільна Музика 9 (Ukrainian Wedding Music 9) This song is a lively Ukrainian duet. The tempo is fast and upbeat with a bright keyboard harmony, infectious drumming , groovy bass line and rhythmic acoustic guitar. The music is energetic, enthusiastic, lively, high-spirited , cheerful, happy, warm, buoyant and catchy with a simple melody. This song is a Ukrainian Pop song. 2009-11-29T18:52:15Z UAWaveofMusic Українська Весільна Музика!!!!! ENJOY AND PLEASE SUBSCRIBE!!!!!! ["Jazz", "Music", "Wedding music", "Rhythm and blues"] ["duet", "fast tempo", "upbeat", "ukrainian song", "spirited", "enthusiastic", "energetic", "buoyant", "bright", "colourful", "catchy", "simple melody", "cheerful", "high-spirited", "pop", "foreign language", "infectious", "folk", "regional music", "keyboard harmony", "groovy bass lines", "infectious drumming", "galloping rhythm", "rhythmic acoustic guitar"] 7 0ADP-O_V3vA 129

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