Readit News logoReadit News
BowBun · 2 years ago
This is pretty nice, and there's already a lot of tools out there. I've built some of my own tools to scrape their tabs and store all my own stuff since I expect they will continue locking tabs down more like they already have. I'm a lifetime UG pro member but they keep pushing the envelope too far to monetize more.

There's no path for OSS in this domain unfortunately because tabs are often licensed and owned by the publishing companies (or the artists at the very least). Oliver Tree is one dingbat who had most of his tabs taken down at one point despite being a total of 4 chords per song.

I'm pretty unhappy with the state of the space considering anyone can listen to a song and write a tab out.

rozab · 2 years ago
I suspect it would take a long while for an open source project to run into this limitation, especially if the tabs were distributed soulseek-style.

Has anyone attempted to make a fair use for education argument about this? Tabs aren't so much an actual creative work as instructions for how best to play a work. Because there's no timing information it's often impossible to reconstruct the actual music just from them.

Chords have even less information, a guitar chord transcription may have no resemblance to the notes actually played in a recording.

qwery · 2 years ago
The transcriptions (created by people) are always going to be seen as derivative works, unfortunately. It doesn't matter how closely it matches the recorded performance. But the fact that text-based tabs remained online (at least more so than transcriptions, powertabs, etc.) is likely because of the lower fidelity.

It's not just that the transcription is a (transformed) reproduction of the original piece. The record companies have the (exclusive) right to (sell) the transcriptions, sheet music, etc. of music they hold the rights to. They have that right, regardless of if they are actively or ever going to actually publish any.

I would guess a fair use defence would be feasible in the right case, but I'm not sure if that was ever tested in court. Most of the operators of tab websites were just people, they didn't stand a chance. If I remember correctly, Ultimate Guitar was/is one of the few sites that was big enough to negotiate with the MPA.

nyjah · 2 years ago
Dang, that’s a bummer to hear about Oliver Tree. Love his schtick, never realized he was taking the music so seriously. I always assumed it was intentionally simple to the point of mockery.
doublemint2203 · 2 years ago
microeconomics man. the product is not optimized for you, it's a tool to scrape $ out of ya.

I expect they're just gonna keep going till we're barely happy with it, or a little under that.

doakes · 2 years ago
Artists and/or their publisher own all tabs made for their song? How does that work?
duped · 2 years ago
They don't own the tabs, they own the rights to publish transcriptions of the music.
immibis · 2 years ago
There are spaces where free copies of licensed content are widespread. Of course, I don't know anything about them, but I'm sure they provide a valuable force against capitalism.
beowulfey · 2 years ago
I've gone to ultimate-guitar since the early 2000s. Some of my tabs are still on there. Visiting it today is a god-damn tragedy. What a mess of a site. I'll definitely be trying this.
marricks · 2 years ago
The only things from that era that didn’t get outright worse stayed the same (Craigslist).

What was beautiful about the internet then was there were so many corners were monetization either wasn’t easy or wasn’t chased so things could just exist.

Not so anymore!

FredPret · 2 years ago
Sites need to monetize because how else will they pay for Amazon ElasticLambda to serve their users’ click X-Y coordinates to T5 FireAnt, their distributed backend, on a planetary scale?
berniedurfee · 2 years ago
Craigslist needs to be added to the list of national historical sites and should _never ever_ be allowed to change.
whoisthemachine · 2 years ago
You have forgotten Bonzi Buddy.
lhnz · 2 years ago
Yes, it's very sad to see work you provided for free to a community used to exploit these people.
gspencley · 2 years ago
Same. I made many online friends on the forum and it used to be my e-hangout in the early to mid 00s. I fondly remember the IRC channel we used to hang out in. I think I have a tab or two published on the site as well. Every time I pop back in for a visit these past few years it always pushes me back away.
lamp_book · 2 years ago
Rest in peace, mxtabs.

I guess the upside to UG is that it encouraged me to learn by ear.

vr46 · 2 years ago
Oh hallelujah, I've got a lifetime sub due to buying their app back in the day and was grandfathered in, so I can escape some of the marketing, but their crazy, pants-on-head UI makes guitar harder a lot of the time.
pknopf · 2 years ago
I did the same! I'm so happy I did!
nativeit · 2 years ago
I remember OLGA, the On-Line Guitar Archive. In the 1990’s when I was learning to play guitar in my teens, OLGA hosted enough user-generated text-based tabs for me to learn every song I’d ever heard/wanted to play, for free.
KerrAvon · 2 years ago
The core of UltimateGuitar is the content from OLGA, which is why this particular enshittification is so ludicrous.
namanyayg · 2 years ago
This is absolutely awesome. I've been learning guitar since ~15 months now and I strongly dislike the ads and popups in all (most?) of the guitar sites, and this is a perfect simple interface that does the job and doesn't waste time. Great idea and great execution.
namanyayg · 2 years ago
PS @kmille I was missing sorting the table, so I took some code off of SO and made a pull request. It isn't using jQuery so it might break some code conventions you have, but I'll be glad to have the sorting feature if you can merge and deploy the new code! Again thanks for ideating and making this.
user3939382 · 2 years ago
This is great. The original has become pretty hostile to users over the years, which is especially unacceptable since users have contributed most of the content that defines the site.
FigurativeVoid · 2 years ago
Two things:

1. This is really excellent. I looked up some tab that I had added to the site, and it does a great job presenting it. Most importantly, it does it in a very printable format.

2. If you a classical guitarist, or interested in classical guitar, you should check out https://www.classtab.org/ which is a gem of the internet.

ctenb · 2 years ago
I made a similar web app a few years ago. I think it competes quite well with this one. It has syntax highlighting :) https://tabviewer.app/
certifiedloud · 2 years ago
Love it. Is it open source? The only thing missing imo is a chord viewer.
ctenb · 2 years ago
Clicking the readme takes you to the repo
mdaniel · 2 years ago
relevant: https://github.com/tablature-viewer/tablature-viewer.github....

WRT the sibling comment, and your "click for the repo" comment, unless we're now honoring the "license":"ISC" in package.json as formally legal, there is no license in your repo

ctenb · 2 years ago
I added an explicit LICENSE file with the ISC text now. It's mentioned in the README that we use UG for searching tabs currently.