musiccaps_details (view)
1 row where musiccaps_aspects contains "folk rock", musiccaps_aspects contains "melodic singing", musiccaps_aspects contains "sentimental" and musiccaps_names contains "Exciting 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 |
---|---|---|---|---|---|---|---|---|---|---|
"2 Stroke" by RYDE Music Video | This is a folk rock/alternative music piece. There is a male vocalist singing melodically in the lead. The main tune is played by the acoustic guitar with a rather quiet bass line in the background. There is a timid acoustic drum beat in the rhythmic background. The atmosphere is sentimental and melancholic. This piece could be used in the soundtrack of a drama TV series, especially during a scene where the episode would end with the characters daydreaming. | 2006-10-23T02:12:48Z | ctheojr450 | For the MP3 of this song, visit www.myspace.com/rydewithus | ["Music", "Exciting music"] | ["folk rock", "alternative", "male vocal", "melodic singing", "acoustic guitar", "bass guitar", "acoustic drums", "sentimental", "melancholic"] | 9 | echeYDYFhlY | 3886 |
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;