musiccaps_details (view)
1 row where musiccaps_aspects contains "boomy", musiccaps_aspects contains "noisy", musiccaps_aspects contains "organ keys" and musiccaps_names contains "Piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Learn FREE Gospel Organ Lessons Shouting Chords on Hammond B3 :: Gospel-Organ.com | The low quality recording features a tutorial on boomy organ keys narrated by flat male vocals. It is noisy and the recording is in mono. | 2006-10-04T18:10:16Z | Gospel Musicians | http://GospelMusicians.com/ FREE Gospel Organ Lessons Shouting Chords on the Hammond B3 | ["Organ", "Hammond organ", "Keyboard (musical)", "Piano"] | ["low quality", "flat male vocal", "tutorial", "organ keys", "mono", "boomy", "noisy"] | 4 | DU3Vlaa8rU0 | 1480 |
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;