musiccaps_details (view)
1 row where musiccaps_aspects contains "buzzing saw machine", musiccaps_aspects contains "muffled rock music" and musiccaps_names contains "Tools"
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 |
---|---|---|---|---|---|---|---|---|---|---|
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
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;