musiccaps_details (view)
1 row where musiccaps_aspects contains "lullaby", musiccaps_aspects contains "nostalgic", musiccaps_aspects contains "soft" and musiccaps_names contains "Vibraphone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
One day with The Samsung Galaxy Tab | The low quality recording features a shimmering bells alongside mellow sustained brass melody and tinny bells melody. It gives off nostalgic and euphoric vibes and it also sounds soft and mellow - almost like a lullaby. | 2010-12-20T23:40:33Z | AndroidHD | From Paris with My Samsung Galaxy Tab (unofficial Ad ) The Samsung Galaxy Tab is perfect for life on the go. The 7" touchscreen packs incredible entertainment and communication features, while a slim and light weight design ensures both comfort and portability. It features the new Android 2.2 operating system, voice and face-to-face video calling, and four new amazing Hubs (Music, Media, Readers and Social) for the ultimate tablet experience. The Galaxy Tab also supports Flash 10.1 and delivers the full web experience for you to enjoy. Enjoy life without limits with the Galaxy Tab. AndroidHD : http://androidhd.blogspot.com/2010/12/live-without-limit-with-samsung-galaxy.html SAMSUNG GALAXY Tab (GT-P1000) APPS : Google navigation , google maps , Location ,street view , Video futur , l'equipe.fr , Facebook ,Ttwitter , Swype, ExZeus , Need For Speed Shift , Gmail , Layar, Google Earth, TV-OUT, Relay.fr, 20 minutes,..... | ["Music", "Vibraphone"] | ["low quality", "shimmering bells", "tinny bells melody", "mellow sustained brass melody", "mellow", "soft", "euphoric", "nostalgic", "lullaby"] | 4 | fa0lR26K23E | 3963 |
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;