TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Get the guitar chords from your Spotify playlists

104 pointsby lucaaaover 3 years ago

17 comments

lucaaaover 3 years ago
Hello, I am the creator of the website. The main goal is not having to search on UltimateGuitar for the chords of the songs you want to play, but instead get a direct link to the song on UG. I made it because I was tired of checking my Spotify playlists for songs of which I didn't remember the title but I wanted to play and then go on UG and type the title in the search field. It's more of a "I'm lazy" tool than an actual tab website.
omarhaneefover 3 years ago
You would think getting the notes and converting them to chords, and tablature, would be one of those &quot;exactly suited for neural nets&quot; type of problem.<p>If you want the chords to &quot;Here comes the sun,&quot; you can find dozens of hits, but try something slightly obscure and they are hard to come by. (People with great ears have no idea what I am talking about.)
评论 #29461395 未加载
评论 #29462782 未加载
评论 #29461493 未加载
评论 #29462019 未加载
Y_Yover 3 years ago
Against my better judgement I actually logged in with Spotify, only to find that it just didn&#x27;t work. I&#x27;m not really sure what I was expecting anyway.<p>There used to be a great trade in guitar chords online, but then lots of small sites got taken down and ultimategyitar tried to put a big shitty paywall around years and years of high quality content made by volunteers and often scraped from other sites.
评论 #29461263 未加载
评论 #29460704 未加载
评论 #29461671 未加载
评论 #29464169 未加载
评论 #29460520 未加载
评论 #29460884 未加载
评论 #29460675 未加载
weystromover 3 years ago
UltimateGuitar is so pushy with their ads and subscriptions, it&#x27;s a crime.<p>Neat shortcut though. Thanks for the effort.
评论 #29464380 未加载
the_arunover 3 years ago
Is there a way to demo how it works, before I sign in with my Spotify account &amp; share my data?
xnzakgover 3 years ago
Wish there was some kind of example of what it looks like before I log in with my spotify account.
评论 #29460500 未加载
driekwartappelover 3 years ago
In the good old days of Winamp (15 years ago...) I created a plugin that scraped the web and showed the chord in Winamp as you played a song. The code was dead easy to implement as it was just an embedded site within Winamp (HTML &amp; Javascript &amp; Winamp JS SDK). And surprisingly the site is still running! Not sure if the scraping still works though <a href="http:&#x2F;&#x2F;pikkipowpow.davidsmit.za.net&#x2F;Home.aspx" rel="nofollow">http:&#x2F;&#x2F;pikkipowpow.davidsmit.za.net&#x2F;Home.aspx</a><p>So yes there are definitely a use case for all the new media players to show chords
zwilyover 3 years ago
Tangentially, if you want to get chords from a song (and can&#x27;t find them already written online), Capo does a pretty great job at it and is very easy to use. Mac&#x2F;iOS only, but the best I&#x27;ve seen.<p><a href="https:&#x2F;&#x2F;supermegaultragroovy.com&#x2F;products&#x2F;capo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;supermegaultragroovy.com&#x2F;products&#x2F;capo&#x2F;</a>
japersover 3 years ago
I built something similar for personal use. It&#x27;s a Mac app that uses AppleScript to poll Spotify for the track that is currently playing. It then looks for chords on Ultimate Guitar through a small NodeJS API that uses Puppeteer to scrape the site. I&#x27;ll usually just put my guitar playlist on shuffle and have this app open alongside it.
tinyhouseover 3 years ago
Oh so this is not what I thought it is. I thought it actually figures out the chords for any given song.
评论 #29463004 未加载
评论 #29462278 未加载
dvsfishover 3 years ago
Hah! I made a similar thing where I have a button in my extension bar on chrome that I click to perform a google search of [song I&#x27;m listening to on spotify] + &quot; chords&quot;. Waiting for firefox manifest v3 update to add final touches.
michaeljgeraceover 3 years ago
Hi! In terms of your credential flow - did you get a quote extension from Spotify for your use-case? I know that this kind of log in flow is really restricted without requested (at least in my experience working with the API).
评论 #29461156 未加载
Malpover 3 years ago
This is great, I was thinking of a similar idea recently- thank you for making this! If you haven&#x27;t already, I would suggest sharing it on reddit too- I think &#x2F;r&#x2F;guitar and some others would love it :)
costcopizzaover 3 years ago
Learn them by ear, no tabs, YT vids, or anything else. Much more gratifying, you&#x27;ll thank me later and become a better player.
评论 #29469252 未加载
CountDrewkuover 3 years ago
This just searches ultimate-guitar.com for you. Why do I need your app for that? I&#x27;ll just go to the source.
giantg2over 3 years ago
Anything for bass lines? I wanted to build somestuck. As a project, but I suck.
standard09over 3 years ago
This is really great product. Keep it up!