musiccaps_details (view)
1 row where musiccaps_aspects contains "male voice" and musiccaps_author = 8
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| FREE LESSON: Myles Kennedy - Alter Bridge: The Sound and The Story | An instructional guitar lesson featuring a male instructor speaking over nylon string guitar playing a picked single note melody featuring slurring, or hammer-ons and pull-offs. | 2014-09-03T21:03:23Z | FRET12 | Learn the intro to Cry of Achilles off 'Fortress' from Myles Kennedy himself, for FREE! GET THE FULL "Alter Bridge Fortress: The Sound and The Story": https://frettwelve.com/collections/the-sound-and-the-story Visit https://frettwelve.com/collections/the-sound-and-the-story and purchase the full length Alter Bridge - The Sound and The Story DVD to learn ALL 12 tracks off 'Fortress'...learn from the masters Mark Tremonti and Myles Kennedy. | ["Guitar", "Music", "Musical instrument", "Speech", "Electronic tuner", "Plucked string instrument", "Inside, small room"] | ["guitar lesson", "nylon string acoustic guitar", "picked", "single note melody", "male voice", "instructional", "slurring", "hammer-on", "pull-off"] | 8 | 7NF2kcEfMBI | 839 |
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;