home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Tools"

✎ 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
JS-7 Japanese Hand Saw The song is an instrumental. The tempo is medium with ambient sounds like a sawing tool sounds, guitar rhythm, bass guitar solo and a steady drumming with various percussion hits. The song is an advertisement jingle for a tool works company. The sound quality is average with ambient room sounds. 2009-03-24T01:04:51Z Bridge City Tool Works A look at Bridge City Tool Works Adjustable Back Rip and Crosscut Japanese Saw. ["Sawing", "Cymbal", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Snare drum", "Tools", "Rub", "Wood", "Bass drum", "Percussion"] ["hand saw", "instrumental music", "documentary video soundtrack", "advertisement jingle", "poor audio quality", "bouncy rhythm", "tom sounds", "sawing noise", "medium tempo", "cool bass solo", "steady drumming rhythm", "groovy rhythm", "video soundtrack’ toms sounds", "drum sticks", "cool drum roll", "bass drum hits", "exciting", "positive", "cheerful", "funky groove", "funk pop music"] 1 ZCR7qJ2IgGI 3347
Festool Kapex The low quality recording features a loud, buzzing saw machine cutting wood. There is a muffled rock song playing in the background. The recording is mono and noisy. It sounds like it is a tutorial video. 2010-07-01T19:32:31Z de Mors De KS 120: een afkort-trekzaag die een grote zaagcapaciteit van 120 mm verenigt met een compacte, lichte constructie. Die exact de precisie biedt die u nodig heeft om tot hoogwaardige resultaten te komen en daarbij detailoplossingen heeft waarvoor u warm zult lopen. Inpassen van plinten en sierlijsten tot een hoogte van 120 mm -- zonder berekenen. Pas zagen van planken en panelen tot 305 x 88 mm. Inpassen van randprofielen tot 168 mm in „iedere opgemeten hoek". Afkorten van balken tot een dikte van 88 mm. Onderstel vergemakkelijkt en ondersteunt de toepassingen van de KAPEX. Comfortabel transport op de bouw en bij de montage dankzij het KAPEX onderstel. Eenvoudig inklappen voor het transport dankzij het KAPEX onderstel. http://www.festool.nl/ _ ["Music", "Tools", "Dental drill, dentist's drill"] ["buzzing saw machine", "loud", "noisy", "mono", "low quality", "muffled rock music", "tutorial"] 4 nnUva-yCR08 4577

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