home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "ballad/pop"

✎ 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
Melodies Of Life (OST Final Fantasy IX) | AMV - Emiko Shiratori An acoustic guitar is playing single notes of a minor chord progression alongside an acoustic piano playing a melody on itself. Then a string-section comes in for a moment elevating the emotional piece giving it a beauty and soft sadness. The instruments are slightly panned to the left and right side of the speakers. The female voice is softly singing with a little bit of reverb on her voice. This song may be playing at a theater-performance. 2006-01-25T14:25:37Z geekster129 This AMV is dedicated to all Final Fantasy IX and Final Fantasy fans around the world, and to the geniuses behind the Final Fantasy series: Hironobu Sakaguchi, Yoshitaka Amano,Tetsuya Nomura, Yoshinori Kitase, the musical genius, Nobuo Uematsu, and all the members of the Final Fantasy development team who have put their countless efforts on creating such a beautiful masterpiece. And, most of all... To all the viewers of this AMV, thank you very very much for all the kind words on the comments, and all the stories that you share. Thank you again. You can find the karaoke version: https://www.youtube.com/watch?v=u4bqksY_6JM ["Music", "Tender music"] ["ballad/pop", "acoustic piano", "acoustic guitar", "string section", "female voice singing", "slow tempo", "soft sounding"] 6 3mNOJpN_qOQ 499
Minsan ♥ ( ROSELL GiMO ) An acoustic piano is playing a sad piece accompanied by a female singer. A simple digital drum with crash hits rounds up the composition. This song is an amateur recording but of decent quality. This song may be playing at a talent show. 2013-10-28T07:32:08Z Rosell Gimo   ["Music", "Zing"] ["ballad/pop", "acoustic piano", "female singer", "digital drums", "amateur recording", "uptempo", "sad"] 6 BWKQXn5xDwo 1248
Wedding Music - The Cathedral Quartet This audio contains a simple drum groove along with a bassline playing long notes. A piano and keyboard are playing chords and melodies panned to the left and right side of the speakers. Male voices are singing a melody together. Some in the mid and high range and one as a bass voice. This audio may be playing at a celebration event. 2009-10-18T03:21:22Z ClassicGospel From the VHS "The Cathedral Quartet - A Reunion" ["Gospel music", "Christian music", "Music", "Song"] ["ballad/pop", "mixed male voices singing", "e-bass", "piano", "keyboard", "acoustic drums", "medium tempo"] 6 k4ttuqKjiw0 4297

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