musiccaps_details (view)
1 row where musiccaps_aspects contains "profound" and "youtube_published" is on date 2012-11-25
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Thin Red Line - Unreleased Music - Death of Pvt. Witt (Original Long Version) | This is a movie music piece. The theme is being played by an orchestra. There is a wide array of cinematic strings playing a gentle yet profound tune. The atmosphere is heart-touching. It could be used in the soundtrack of a drama movie at a scene where the characters are reminiscing the good memories they experienced with a character that has passed away. | 2012-11-25T19:01:08Z | metalsolid1321 | This is a long, unreleased version of Private Witts Death from the full recording material of The Thin Red Line, which was "found" in November 2012. All Rights at Sony! | ["Music", "Sad music"] | ["movie music", "classical", "instrumental", "orchestra", "cinematic strings", "powerful", "profound", "heart-touching"] | 9 | WAxDN-FyPn8 | 3071 |
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;