musiccaps_details (view)
1 row where musiccaps_aspects contains "female vocalist", musiccaps_aspects contains "growling sound", musiccaps_aspects contains "soft" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
glasspack exhaust sound on a dodge dakota,4.7, with factory cats,air intake. | A female vocalist sings this mellow song. The tempo is slow with a subtle electric guitar accompaniment. The audio quality is inferior making it difficult to hear the song well. There is another track superimposed over the song which has sound so footsteps, metal being dragged, crickets, cricket chirping, breeze and some rustling. This is an audio of a song being played outdoors. | 2015-08-15T22:34:23Z | Stangman12 | About a week ago i installed this thrush glasspack muffler on my truck,i drove the vehicle around didn't like how it sounded, sounds muffled at start up,has a muscle car sound when driven,i decided to replace it with a chambered muffler on another video,before swapping the muffler out i decided to upload this video in case some want to go this route. | ["Music", "Scrape"] | ["female vocalist", "slow tempo", "static", "growling sound", "crickets", "ambient outdoor sounds", "rustling", "mellow", "soft", "two tracks", "outdoors", "subtle electric guitar", "metal being dragged", "white noise", "cricket chirping"] | 7 | GrbrWNohr6Y | 1756 |
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;