musiccaps_details (view)
1 row where musiccaps_aspects contains "guitar accompaniment", musiccaps_aspects contains "muted audio track" and musiccaps_aspects contains "romantic"
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 |
---|---|---|---|---|---|---|---|---|---|---|
అందాల నా కొక్క బంగ్లా | Telangana Folk Dj Video Song | Telugu Video Dj Songs 2018 | Janapad Video Dj | A male singer sings this Telugu folk song. The tempo pop is medium with a tambourine, tabla and other south Indian percussion playing steadily, along with string instrument harmony. The song is a folk tune and probably a courtship song. The song has loud sound effects which are funny. The audio quality is poor. | 2016-03-02T12:19:15Z | Telangana Folk Songs - Janapada Songs Telugu | Subscribe For More: Telangana Folk Songs: http://goo.gl/s0weMF Telangana Devotinal Songs: http://goo.gl/NjvTPR Telangana Music: https://goo.gl/FKv2fA Telangana Folk Video Songs: https://goo.gl/hhDV3c Telangana Banjara Folk Songs: https://goo.gl/Qj0p5E Telangana Folk Songs JukeBox's: https://goo.gl/Gfe8vu Like Us on FaceBook: https://www.facebook.com/TelanganaFolks మరిన్ని గీతాల కోసం: తెలంగాణ జానపద గీతాలు: http://goo.gl/s0weMF తెలంగాణ భక్తి గీతాలు: http://goo.gl/NjvTPR తెలంగాణ ఆడియో గీతాలు: https://goo.gl/FKv2fA తెలంగాణ జానపద వీడియో గీతాలు: https://goo.gl/hhDV3c తెలంగాణ బంజారా జానపద గీతాలు: https://goo.gl/Qj0p5E తెలంగాణ జానపద గీతాలు జ్యూక్ బాక్స్: https://goo.gl/Gfe8vu పేస్ బుక్ లో లైక్ చేయండి : https://www.facebook.com/TelanganaFolks | ["Singing", "Folk music", "Music", "Song"] | ["telugu comedy show", "male singer", "courtship song", "tambourine percussions", "romantic", "choreography music", "indian percussions", "tabla playing", "south indian music", "dance music", "at", "boudin’s percussions", "flute playing melodiously", "stringed instruments", "and audio quality", "muted audio track", "loud vocals", "special animated sound effects", "traditional dance music", "guitar accompaniment"] | 1 | _5fwnVeZbvI | 3442 |
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;