musiccaps_details (view)
1 row where musiccaps_author = 4, musiccaps_names contains "Music" and "youtube_published" is on date 2013-04-07
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
SONG N°30 OCEAN MUSIC By Michael FRAYSSE COMPOSER MUSIC SACEM FRANCE le 7 AVRIL 2013 Music | The low quality recording features wide synth chords, sustained synth bass and mellow bells melody, followed by low tom hits located in the left channel of the stereo image. It sounds emotional, passionate, powerful and soulful. | 2013-04-07T16:57:25Z | Michael Fraysse | Total Video Views : 6.641.150 Since 2011 On YouTube - Total 53 Single Music By Michael FRAYSSE Composer Musician Pianist Producer Composer SACEM France -iTunes Album 20 Music « New Emotion » : Michael FRAYSSE Composer https://itunes.apple.com/fr/album/new-emotion/id893795936 -Facebook Fan Page : Michael FRAYSSE Composition Piano https://www.facebook.com/MichaelFraysseCompositionPiano -Facebook : Michael FRAYSSE Composer https://www.facebook.com/MichaelFRAYSSEComposer -ReverbNation : Michael FRAYSSE Composer http://www.reverbnation.com/michaelfraysse -Twitter : Michael FRAYSSE Composer https://twitter.com/MichaelFRAYSSE -SounCloud : Michael FRAYSSE Composer https://soundcloud.com/michael-fraysse-composer -Viadeo : Michael FRAYSSE Composer http://www.viadeo.com/profile/0026zopon6ovjem -Linkedin : Michael FRAYSSE Composer https://www.linkedin.com/pub/michael-fraysse/22/40/180 | ["Music", "Scary music"] | ["low quality", "sustained synth bass", "wide synth chords", "low tom hits", "mellow bells melody", "emotional", "powerful", "passionate", "soulful"] | 4 | VTagIq90b7s | 3005 |
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;