musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy rhythm", musiccaps_aspects contains "poor video quality" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Strobe Light by Luke Janela - Cello Rock Music | Male singers sing this vocal harmony. The song is medium tempo with steady drumming rhythm, cello playing the bass line, guitars strumming rhythm and various percussion hits. The song is chaotic and exciting. The song is an amateur band playing a retro pop song with audio quality. | 2009-10-14T23:46:39Z | Luke Janela | Buy the album, REDWOOD SUMMER on iTunes at: http://itunes.apple.com/us/album/redwood-summer/id336710013 or order the cd at: http://www.cdbaby.com/cd/lukejanela5 Cellist/Songwriter Luke Janela performs the song "Strobe Light" off his album REDWOOD SUMMER. | ["Music", "Punk rock", "Independent music", "Psychedelic rock"] | ["cello playing", "discordant harmonies", "offbeat", "groovy rhythm", "old world charm", "indie music", "poor video quality", "male singers", "vocal harmony", "strumming guitars", "medium tempo", "groovy cello bass", "quirky and eccentric", "badly tuned strings", "cheerful", "happy", "story telling", "psychedelic pop"] | 1 | oYECB7KFJgU | 4639 |
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;