musiccaps_details (view)
1 row where musiccaps_author = 7, musiccaps_names contains "Music" and youtube_description = "I loved this song when i was little! its a great song! **I do not own the music or lyrics in this song**"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
You feel the same way too The Rankin family Lyrics | A female vocalist sings this sweet Country song. The music is fast with lively banjo, mandolin, acoustic guitar , dobro and Auto harp harmony, steady bass and rhythmic drumming . The song is emotional, sentimental, pensive, reflective, with a catchy beat. This song is classic Country Pop. | 2012-03-15T01:17:59Z | Kristi Nickerson | I loved this song when i was little! its a great song! **I do not own the music or lyrics in this song** | ["Music", "Happy music"] | ["female singer", "fast tempo", "country music", "emotional", "sentimental", "reflective lyrics", "pensive", "catchy melody", "emphatic vocals", "auto harp", "dog barking sound", "banjo", "mandolin", "fiddle", "love song", "country pop", "country hits", "regional music", "dobro", "resonator"] | 7 | qDSvHlHbAqM | 4764 |
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;