home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "acoustic piano", musiccaps_aspects contains "electric piano" and musiccaps_aspects contains "medium to uptempo"

✎ 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
Teri Aahatein-Full Original Video Song-Ek Mein Aur Ekk Tu ft Imran Khan Kareena Kapoor An acoustic piano is playing a melody along with a flute-sound and an acoustic guitar picking two notes repeatedly. Then the song breaks softly into a new part as the acoustic guitar and piano are fading out. In the background you can hear some insects chirping. Now an electric piano sound is playing a melody along with a male voice singing. His voice sounds sensitive. This song may be playing for a movie scene. 2012-01-14T08:17:35Z rfication rakesh Ek Mein Aur Ekk Tu songs 2012 Teri Aahatein kareena Kapoor Imran Khan new bollywood songs 2012 2011 movies trailers karan johar ["Singing", "Music", "Sad music"] ["pop", "acoustic piano", "flute", "acoustic guitar", "electric piano", "male voice singing", "mid-range voice", "sensitive", "medium to uptempo", "background noises"] 6 lmrzR9cSMRY 4419

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