musiccaps_details (view)
1 row where musiccaps_aspects contains "christmas", musiccaps_aspects contains "christmas classics", musiccaps_aspects contains "passionate" and musiccaps_aspects contains "snow"
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 Polar Express- "Believe" | A male singer sings this passionate and emotional melody. The song is medium tempo with a groovy bass line, steady drumming rhythm, piano accompaniment and an emotional string section harmony. The song is inspiring and emotional. The song is a Christmas classic and movie soundtrack. The audio quality is poor with a lot of hissing noises. | 2009-11-16T04:28:03Z | MECFilmProductions | Wow, almost 50,000 views! Thank you everyone! This took two weeks because of Windows Movie Maker, which kept malfunctioning. Then when I upload WMG Copyright kicks in. Ya well it can't beat me;) Anyway here it is in all it's splendor. It didn't turn out as well as I hoped but I have no more patience with it. Enjoy! I do not own anything, movie and music belong to respectful owners! | ["Christian music", "Music"] | ["male singer", "soaring vocals", "hissing noise", "string section harmony", "medium tempo", "movie soundtrack", "christmas", "inspiring", "steady drumming rhythm", "groovy bass line", "piano accompaniment", "orchestra playing", "inspiring", "motivational", "devotional", "christmas time", "winter wonderland", "poor quality audio", "pop hits", "christmas classics", "miracles", "santa claus", "christmas ade nature", "christmas carols", "emotional", "passionate", "reindeers", "snow", "philharmonic orchestra"] | 1 | nZ19mW-TMRk | 4551 |
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;