home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "happy mood", musiccaps_aspects contains "repetitive vocal melody" and musiccaps_names contains "Trance 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
Rats Died~ P.I.N.A. feat. Hatsune Miku {English Sub} This electropop song features a female voice singing a repetitive melody. The voice seems like it is coming from a distance. This is accompanied by programmed percussion playing a disco beat. The kick is played at every count. The bass plays a funky bass line using octaves and filler notes in between. There are synth layers that are played in this song. One synth layer plays a piano-sounding loop only with chords. Another synth layer plays an ascending and descending loop according to the chords being played. This song has a happy mood and can be played in a club. 2013-10-31T19:58:24Z PhantomSubbing Translation and original video/MP3~ http://berrysubs.blogspot.com/2013/10/pina.html ラットが死んだ (Rats Died) Requested anonymously. Upload Date: 09/20/13 Vocals: 初音ミク - Hatsune Miku Composer: P.I.N.A. Illustrator & Movie: ngkz_ "People who are not Interesting Nor Artistic," huh? My kind of people. If you didn't know, the bird-like "mask" worn by the figure (Bernard Rieux) in the video is a plague doctor's mask. All named characters seen in the video (with the exception of the little girl) appear in the French novel "The Plague" by Albert Camus. The lyrics may possibly make more sense if you've read the book, but I haven't so...*shrug* WHo Wants to Know even MoRE AbouT The BlACk Death?~ Many doctors believed that bad smells could drive out the plague. As a result, some of the treatment for the disease included dung and urine, as well as other ingredients that were more likely to spread disease than to cure it. ["Music", "Techno", "Trance music"] ["electropop", "dance music", "female voice", "repetitive vocal melody", "distant sounding voice", "disco music", "funky bass", "programmed percussion", "fast tempo", "synth sounds", "happy mood", "club song"] 0 Q7oWXOByo28 2597

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