home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "slow tempo", musiccaps_aspects contains "subdued vocals" and musiccaps_names contains "Piano"

✎ 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
Renuevame Marcos Witt - Tutorial Piano Carlos A male vocalist sings a soft melody in a foreign language. The tempo is slow with a piano harmony . The vocals are soft and subdued with ambient background sounds. The song is simple, mellow , melancholic and soft. This song is soft pop. 2010-11-01T20:58:01Z CarlosMotiff https://www.paypal.com/donate/?token=W00LAy6mMt7CxoZZd2KeiULlwN4iwdinhYltfd162hwr8Tql6kSse5C6gV8qhCFxkg_YD0&country.x=CA&locale.x=CA cualquier donacion a este ministerio sera un abendicion ...y juntos podamos seguir con esta gran labor de seguir formando muchos mas musicos para el servicio de su obra https://www.paypal.com/donate/?token=W00LAy6mMt7CxoZZd2KeiULlwN4iwdinhYltfd162hwr8Tql6kSse5C6gV8qhCFxkg_YD0&country.x=CA&locale.x=CA ["Electric piano", "Keyboard (musical)", "Piano"] ["male singer", "slow tempo", "keyboard harmony", "subdued vocals", "ambient background sounds", "simple melody", "home recording", "amateur recording", "paino tutorial"] 7 gkB4KBHBV9g 4051

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