musiccaps_details (view)
1 row where musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "lead", musiccaps_aspects contains "loud" and musiccaps_names contains "Effects unit"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Boss DN-2 Dyna Drive Demo: Gear Up | This music is instrumental. The tempo is medium fast with an energetic electric guitar lead. The music is minimalist with no accompaniment. It is youthful, powerful, enthusiastic, controlled, engaging and intense. This music is Hard Rock/Heavy Metal. | 2012-05-03T16:21:42Z | gearuptmntv | Let your pick set the gain. The Dyna Drive by Boss is very responsive to pick attack. This allows you to lighten up your touch and the drive will clean up. This technology was borrowed from the Roland Cube-60. So if you want a responsive distortion pedal this might be the one for you. Gear Up Be Sure You Go To The Gear Up Channel For Past Episodes http://www.youtube.com/gearuptmntv If you want to request a piece of gear you want on the show just send me a message!!! Also Go Stop By The Musician Network Channel for Other Great Content. http://www.youtube.com/tmntv | ["Echo", "Effects unit", "Electric guitar", "Music", "Distortion"] | ["instrumental", "fast tempo", "electric guitar", "metal", "heavy metal", "hard rock", "amplified guitar", "external amplification", "minimalist", "youthful", "loud", "powerful", "lead", "stringed instrument", "rock", "heavy metal"] | 7 | 9QEm6u4bowQ | 1003 |
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;