musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_author = 6, musiccaps_names contains "Electronic tuner" and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Your Call [Guitar Lesson/Gitarren Tutorial] by SoundElement T#08 | This audio contains someone slowly finger picking a chord up and down ending on the root note. This is an amateur recording and may be used for educational purposes. | 2014-10-10T08:19:18Z | SoundElement | Gitarren/Guitar Tutorial T#08 by SoundElement ▼▼▼--------------Playlist-------------▼▼▼ ►Your Call - Second Serenade https://www.youtube.com/watch?v=GkuypwKUX2Y ►Playlist ________________________ 2x Intro 6x Verse 2x Chorus 2x Chorus 4x Bridge 4x Chorus _______________________ ►we would appreciate if you subscribe our channel https://www.youtube.com/channel/UC_iuZb3zICKWT454sInuWrA extra tags: how to play Your Call how to play Second Serenade how to learn to play Gitarre spielen lernen Gitarre lernen Spielen lernen Gitarre lernen Anfänger Gitarre anfänger gitarren kurs akkord einfache gitarren lieder easy guitar songs | ["Guitar", "Acoustic guitar", "Music", "Musical instrument", "Electronic tuner", "Plucked string instrument"] | ["amateur recording", "acoustic guitar", "slow tempo"] | 6 | PkkhCW04O9k | 2561 |
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;