musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "digital strings", musiccaps_aspects contains "piano" and musiccaps_aspects contains "synthesizer"
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 |
---|---|---|---|---|---|---|---|---|---|---|
2.7" LCD Glowing LED Change 7 Color Digital Clock + Alarm + Calendar + Thermometer (2*AG13+4*AAA) | This song contains a wide analog synthpad playing along with a piano and rhythmic strings in the background. Then an acoustic drum comes along playing with an e-bass and an e-guitar is picking single notes as a melody. The whole recording is full of reverb. This song may be playing at a festival. | 2012-04-10T21:01:03Z | TheTurmun | 2.7" LCD Glowing LED Change 7 Color Digital Clock + Alarm + Calendar + Thermometer (2*AG13+4*AAA) - Display 12-hour and 24-hour time format, calendar, temperature and alarm - Glowing LED with different color change - LED power by 4 * AAA batteries (not included) - LCD screen powered by 2 * AG13 batteries (included) http://dx.com/2-7-lcd-glowing-led-change-7-color-digital-clock-alarm-calendar-thermometer-2-ag13-4-aaa-36045 | ["Music", "Music of Latin America"] | ["pop", "synthesizer", "digital strings", "piano", "acoustic drums", "e-guitar", "e-bass", "spherical", "medium tempo"] | 6 | SGF4N3JHF7Y | 2753 |
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;