musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic folk", musiccaps_aspects contains "gentle", musiccaps_aspects contains "mellow" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Folk Alley Sessions: Mandolin Orange - "Waltz About Whiskey" | This is an acoustic folk piece. The main melody is being played with a mandolin while there is an acoustic guitar backing. A male vocalist is singing in a story-telling mood. The overall atmosphere of the piece is mellow. This piece could definitely be used in the soundtracks of romantic movies. It could also be played in sequences that emphasize longing and loneliness. | 2013-11-25T16:52:45Z | FolkAlleydotCom | Mandolin Orange performs "Waltz About Whiskey" for Folk Alley Recorded in Saranac Lake, NY October, 2013 Emily Franz (guitar, vocals) Andrew Marlin (mandolin, vocals) More Folk Alley Sessions at http://www.folkalley.com/music/extras/ Mandolin Orange: http://www.MandolinOrange.com Filmed and recorded by Beehive Productions in collaboration with FolkAlley.com (http://www.beehivepro.com/) | ["Singing", "Music", "Mandolin", "Ukulele"] | ["acoustic folk", "mandolin", "acoustic guitar", "male vocal", "story-telling mood", "mellow", "gentle", "cozy", "easygoing", "american"] | 9 | DAPGvg8qOAU | 1448 |
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;