musiccaps_details (view)
1 row where musiccaps_aspects contains "synth", musiccaps_names contains "Dubstep", musiccaps_names contains "Electronica" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Maishäckseln 2015 | Maisernte | Chopping Maize | FENDT | CLAAS | DEUTZ | NEW HOLLAND | This is an electronic music piece with characteristics of the German industrial scene. A sharp synth is playing the main theme while there is a faint high-pitched pad in the background. A transition effect is used before the drum beat starts. The rhythmic background is provided by a medium tempo electronic drum beat. There is an eerie atmosphere to this piece. It could be used in the soundtrack of a dystopian-future themed movie or a video game. | 2015-09-26T20:29:00Z | LandtechnikMünsterland | Watch in 1080p! Das Lohnunternehmen Klein-Hitpaß aus Lankern häckselt Mais für einen Milchviehbetrieb im Münsterland. Gehäckselt wurde mit einem Claas Jaguar 960+ Claas Orbis 750. Abgefahren wurde mit mehreren Gespannen der Marken Fendt,Deutz,Claas,New Holland. Kamera:Sony,GoPro Musik:MachinimaSound.com Copyright by LandtechnikMünsterland | ["Sampler", "Music", "Techno", "Trance music", "Dubstep", "Electronica"] | ["electronic music", "no singer", "synth", "pad", "electronic drums", "transition effect", "eerie", "medium tempo"] | 9 | brEMnFXsTqo | 3661 |
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;