musiccaps_details (view)
1 row where musiccaps_aspects contains "harsh", musiccaps_aspects contains "low quality", musiccaps_aspects contains "shimmering shakers" and musiccaps_aspects contains "soulful"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sad TVB Background Music | The low quality recording features a breathy flute melody layered with low flute melody, followed by mellow piano melody, punchy kick, snappy rimshots and shimmering shakers. It sounds soulful and emotional, but the recording is very noisy, harsh and distorted. | 2010-01-02T05:59:20Z | rimusan | The sound clip is often played in sad scenes of TVB dramas such as: The Duke of Mount Deer, The Legendary Four Aces, and much more. Since TVB does not sell any of their Background music soundtrack (i haven't been able to find one) I extracted this from an episode of the Duke of Mount Deer (Hence the abrupt ending). Made it into a slideshow/movie file so youtube will host it. Images from Wallcoo Since I do not own the right to this song, I cannot provide a download link or send you the file. This is just a fan video. | ["Music", "Sad music"] | ["low quality", "breathy flute melody", "mellow piano melody", "low layer flute melody", "noisy", "emotional", "soulful", "punchy kick", "snappy rimshots", "shimmering shakers", "harsh", "distorted"] | 4 | 9GRNQKSsbvU | 987 |
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;