musiccaps_details (view)
1 row where musiccaps_aspects contains "intense electric guitar", musiccaps_aspects contains "sad", musiccaps_author = 7 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 |
---|---|---|---|---|---|---|---|---|---|---|
BIPOLAR || SHORT FILM | This music is a grim instrumental. The tempo is slow with a sombre electric guitar melody with atmospheric synthesiser and mood digital drums. The music is serious, intense, melancholy, pensive, cheerless, sinister and dark. | 2013-10-18T06:04:44Z | reduxproductions | WATCH IN HD A short film about a particular man's life. Sometimes our repetitive daily functions block our way of perceiving the world through a much more versatile point of view thus leaving us unaware of our nearest surroundings and our unwilling interactions with others in general. Thank you for watching. If you liked it - feel free to show some love. A film by Janis Jurgelis and Joshua Behrens. Music can be found here _ https://www.facebook.com/pages/TTOO/185504748288143 https://www.facebook.com/OfficialLeet Equipment used _ Canon 60D using Magic Lantern Canon 50mm f/1,4 Canon 18-55mm f/3,5-5,6 Kit Lens Flycam DSLR Nano | ["Bass guitar", "Music", "Harmonic"] | ["instrumental", "slow tempo", "intense electric guitar", "atmospheric synthesiser", "digital drums", "ambient", "dark", "sombre", "grim", "intense", "depressed", "sad", "sound of metal clanging", "paper wrapper", "gloomy"] | 7 | negr4U79PUE | 4567 |
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;