musiccaps_details (view)
1 row where musiccaps_aspects contains "ambient room noises", musiccaps_aspects contains "groovy bass line" and musiccaps_aspects contains "soft background 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 |
---|---|---|---|---|---|---|---|---|---|---|
Cut perfect compound curves in glass. | The song is instrumental. The tempo is medium with keyboard accompaniment, string pad harmony, steady drumming and a strong bass line. The song is spirited and easy listening and serves as a background to a glass sculpture making video. There is hammering and glass cracking noises with ambient room sounds. The overall sound quality is poor. | 2012-01-02T01:40:04Z | karalnz | How to cut accurate compound / complex curves for stained glass. The cutter used here is a self oiling type. Glass cutters always give the best results when it is in near new condition. You will not be able to achieve the cuts I show here with a blunt, no oiled rusty ass cutter, so, buy a new one, put oil in it and you'll be good to go... :-) Good luck Suitable for the deaf, written instructions within the video. Check out my channel for other tutorials on stained glass. www.youtube/user/karalnz or see my full tutorials on stained glass at http://www.karalstudio.com/glass/stained-glass-tutorials/introduction.html | ["Glass", "Music"] | ["instrumental music", "medium tempo", "string pad section", "pop instrumental music", "soft background music", "keyboard harmony", "subtle drumming rhythm", "xylophone tones", "groovy bass line", "ambient room noises", "glass cracking tones", "banging and hammering noises", "ambient room noise", "percussion tones", "diy tutorial music track"] | 1 | xN9tKWgXLI4 | 5326 |
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;