home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "fast tempo" and "youtube_published" is on date 2012-04-22

✎ 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
Driftwood - Freeloader (Official Music Video) [HD] This techno song features programmed percussion playing at a fast tempo. After two bars, the percussion plays a crash cymbal and pauses. There are layers of synth sounds. One layer is playing a high pitched repetitive melody. Another layer is playing the lower octaves of the same melody but the sound is different. Another synth is playing the bass parts using the same melody. This is an instrumental song with a techno feel. This song can be used in an advertisement for a luxury item. 2012-04-22T17:40:55Z Spinnin' Records Join us on Spinnin' Facebook: http://facebook.com/spinninrecords Follow us on Twitter: http://twitter.com/spinninrecords Join us on G+ : http://gplus.to/spinninrecords Download on iTunes: http://bit.ly/I4QAv2 --- The Spinnin’ Records YouTube channel is the home for all music videos of the world’s leading dance record label! We feature the latest music videos by Spinnin’ artists like Oliver Heldens, Sam Feldt, KSHMR, Ummet Ozcan, Blasterjaxx, Merk & Kremont, Timmy Trumpet, Tujamo, Alok, Curbi, Mike Williams, Lucas & Steve and many, many more! Expect daily uploads of official music videos, lyric videos and artwork videos across genres like dance, house, electro house, future house, deep house, big room and trap. Make sure to subscribe to Spinnin' Records: http://bit.do/spinnintv ..and turn on notifications to stay updated with all new uploads!🔔 Follow Spinnin’ Records: https://open.spotify.com/user/spinninrecordsofficial https://soundcloud.com/spinninrecords https://facebook.com/SpinninRecords https://instagram.com/spinninrecords https://twitter.com/SpinninRecords https://spinninrecords.com ["Music", "Exciting music"] ["techno song", "synth sounds", "programmed percussion", "fast tempo", "no voices", "instrumental", "adverticement music"] 0 2ShO1jZYZeA 367

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