home / musiccaps

musiccaps_details (view)

3 rows where "youtube_published" is on date 2007-12-08

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: musiccaps_author, youtube_published (date)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Norske Artister - Venn The low quality recording features a live performance of a rock song that contains harmonizing background vocals, alongside passionate female vocals, singing over wide electric guitar melody, punchy snare, groovy bass, punchy kick and shimmering hi hats and crash cymbals. It sounds emotional, passionate and addictive - thanks to that cadence. 2007-12-08T21:06:41Z Primož Dimnik Norske Artister - Venn (Live) Espen Lind, Lene Marlin, Sivert Hoyem, Thomas Dybdahl; Espen Lind, Lene Marlin, Bertine Zetlitz, Sissel Kyrkjebø, Kurt Nilsen; Ravi, Morten Abel, ... ["Singing", "Music", "Choir"] ["low quality", "live performance", "rock", "harmonizing background vocals", "passionate female vocals", "wide electric guitar melody", "punchy snare", "groovy bass", "punchy kick", "shimmering hi hats", "emotional", "passionate", "addictive", "shimmering crash cymbal"] 4 EsssGCL-Axw 1597
Music using ONLY sounds from Windows XP and 98! The music features a glockenspiel playing a melody that starts off with a few notes and then develops into a fast-note arpeggio melody. Electronic sounds accompany the glockenspiel with a style that combines bass notes on beats one and three and chords on beats two and four. The whole atmosphere is playful. 2007-12-08T23:19:23Z SomethingUnreal DOWNLOADS: - 256 kbps MP3 (Original) [4.0 MB]: http://www.mediafire.com/?mb9k99x5gbsh91o - 320 kbps MP3 (Extended) [4.2 MB]: http://www.mediafire.com/?cd9zrpl7slteoqg - IT tracker file (Extended) [638 KB]: http://mediafire.com/?4prztrjqpqpvzbo - StepMania simfile (Extended), thanks to Ashpotter [4.3 MB]: http://somethingunreal.homeip.net/simfiles/WinXP98_985.zip - The version of ModPlug Tracker which I used isn't available anymore, but it's become OpenMPT, an open-source version that's even more advanced, which you can download from here: http://openmpt.org/ - A guide for getting started with ModPlug Tracker (not made by me): http://tesla.rcub.bg.ac.rs/~xpio/modplug/ - - - - - - - - - - - - - - - - - - - - EDIT 3: Just to try to avoid me having to reply to every other comment which says that it must have taken me ages to make, or that I must've been bored: This was just a way for me to pass a few hours of boredom. Yes, I WAS bored. No, I'm not trying to "prove" anything - that this is what I'm "capable of". I just thought I'd upload my music as a video here, to YouTube. I'm not the one who spread it around to Digg or random blogs, - I uploaded it here at YouTube some time back in December 2007 and it has only just "taken off", after all. EDIT 2: I'm making the IT file be available now too, don't really mind any more. I guess I'm too busy working on new things (not mod music) to worry about the 'old' ones. :P ごめん、翻訳はにくいけど、これからITファイルをダウンロードできるです。 EDIT 1: There's an extended version! (I might've gone a little over-the-top at the end...) 拡張版があります!(最後でちょっと多すぎましたかな...) - - - - - - - - - - - - - - - - - - - - - - Original description: A piece of music I made using some of the various sounds Windows XP and 98 come with. The music is about 1:31 long. After that, I show the sounds which were used. The video is screen-captured from ModPlug Tracker, the program which I made the music on. Windows XPと98で来る様々な音を使用されることで、俺が作った音楽。 音楽は長さ約1分31秒です。そのあとに、使用された音を見させて ビデオの中にはModPlug Tracker、俺が音楽を作ったプログラム。 ["Music", "Exciting music"] ["glockenspiel", "arpeggio", "electronic sounds", "playful"] 2 dsU3B0W3TMs 3821
sing music girl opera classical - Les Filles de Cadix The low quality recording features opera live performance that consists of passionate female vocal singing over groovy piano melody. The recording is very noisy, in mono and very reverberant as it was probably recorded in a medium size hall, with a poor quality microphone. 2007-12-08T02:43:23Z Sandra1290 Sandra Beraud qui chante Les Filles de Cadix de Delibes... ["Music", "Opera"] ["live performance", "low quality", "opera", "passionate female vocal", "groovy piano melody", "noisy", "reverberant"] 4 zU4mwg-HHoQ 5482

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