musiccaps_details (view)
1 row where musiccaps_aspects contains "dance", musiccaps_aspects contains "strong bass" and musiccaps_names contains "Trance 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 |
---|---|---|---|---|---|---|---|---|---|---|
Trance Techno - Last Ninja (The Palace) | This is a techno trance music piece. Multiple synths are used to create the repetitive theme of a multi-layered melodic background. There is a strong fuzzy synth bass sound. A piano can be heard playing a leading tune. The atmosphere is loud and vibrant and danceable. It could be played at nightclubs and DJ playlists. | 2009-05-17T01:06:57Z | Izzy Armendariz | Click here for High Definition http://www.youtube.com/watch?v=DO8Db_i7IVc&fmt=22, great track made by Instant Remedy! http://www.c64audio.com/ , once you buy the song their DRM free, meaning you can download the songs from different computers unlimited times under the same account! | ["Drum and bass", "House music", "Music", "Techno", "Trance music", "Electronic dance music", "Electronica"] | ["techno trance", "no singer", "electronic dance music", "synth", "piano", "strong bass", "loud", "vibrant", "dance", "repeated theme"] | 9 | DO8Db_i7IVc | 1469 |
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;