musiccaps_details (view)
1 row where musiccaps_aspects contains "medium tempo", musiccaps_aspects contains "moving", musiccaps_aspects contains "plucking" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
Top 15 Acoustic Guitar Players | This music is an acoustic guitar instrumental. The tempo is medium with the guitarist playing a dulcet harmony on an acoustic guitar. The music is calming,soothing, melodic, eloquent, moving and emotional. | 2009-03-21T20:21:51Z | alexguitarmusic | Here is my list of the top 15 acoustic guitar players 15. Petteri Sariola 14. Kotaro Oshio 13. Justin King 12. Erik Mongrain 11. Kaki King 10. Peppino D'Agostino 9. Antoine Dufour 8. Andy Mckee 7. Stephen Bennett 6. Steven King 5. Don Ross 4. Chet Atkins 3. Lenny Breau 2. Tommy Emmanuel 1. Michael Hedges I would be interested to see what other people would consider their top 15 acoustic guitar players... add your list to the comments section, or maybe make a video response! | ["Flamenco", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["instrumental", "medium tempo", "mellifluous", "calming", "soothing", "melodic", "eloquent", "moving", "emotional", "plucking", "dexterous", "mellow", "soothing", "calming"] | 7 | XS-3djsJWTA | 3185 |
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;