musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic", musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "sentimental" and musiccaps_aspects contains "slow tempo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hotel California -Guitar Harmonica solo | This is an acoustic cover of a rock music piece. There is an acoustic guitar playing a gentle melody. The piece has a slow tempo. The atmosphere is sentimental. This piece can be included in the soundtrack of a romantic movie. | 2014-08-22T20:06:06Z | Todd Emrick | I do not make money off this song or Youtube. UMPG owns the publishing rights. Please do not take this video down. "Hotel California" is the title track from the Eagles' album of the same name and was released as a single in February 1977.[6] Writing credits for the song are shared by Don Felder (music), Don Henley, and Glenn Frey (lyrics). The Eagles' original recording of the song features Henley singing the lead vocals and concludes with an extended section of electric guitar interplay between Felder and Joe Walsh. | ["Flamenco", "Acoustic guitar", "Music", "Plucked string instrument"] | ["cover", "acoustic", "rock music", "acoustic guitar", "gentle playing", "slow tempo", "mellow", "easygoing", "sentimental"] | 9 | hbCaMcbT8to | 4120 |
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;