-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guitar chord retrieval and display #83
Comments
so cool. |
How this feature works:
The site I'm using for this is http://www.guitarparty.com/en/. Hopefully they have songs you're interested in there, they seems to have a decently large collection from my quick observation. |
ill test and report back-- man, youre the best. |
Just a few things I need to clean up before I do I git push |
:3 |
OK pushed, hopefully it works. I assume you're familiar with running a git/dev version |
its been a while. lets see how that goes heh |
Running in portable mode |
I thought that might happen, if you have the aur version installed, just copy the folder "PyLyrics" in from /opt/tauon-music-box, or copy it out of https://github.com/Taiko2k/TauonMusicBox/releases/download/v4.0.0/Tauon.Music.Box.v4.0.0.Linux.Bass.64bit.zip |
ill get to it |
ok. i had to copy couple of other folders. (then i replaced the executable the other way around) then it broke when didnt find guitar-chords, so i created it. great work |
I could add a function to attempt to parse it from the format you have in that screen shot. Do you know if the chord positions are just a rough estimate... or it is accurate and using relative monospacing to give the positions? |
the difference in formats is that the usual chord found online has the letter on top of the word it should be played (as in the screenshot), whereas this guitarparty format has them before the word in brackets, like this: [F] [Gm] [Bb] [Gm] [Bb] [F] I'd [F]sit alone and watch your light so yes its accurate. for some reason, TMB is not honoring the spaces on those letters at the beginning: |
I pushed an update. Now, in the right click menu, there's an option 'Paste Chord Lyrics", which will take that 2 line format and save it. Theres also now a So, to copy your existing lyrics, you'll need do a copy then a paste. Its not perfect reading separated line format, but it seems to work most of the time. |
man, it works and its awesome! |
That makes the package manager sad. You shouldn't run pip with sudo, either run it with --user or in a virtualenv to not mess with your OS packaging. Looks like you can add Tauon to the list here - |
You're right. Pacman would get angry with me sometimes. I never realised there was a --user flag or I guess I never thought to use it, but I should. As for editing Wikipedia, I'm not sure I feel that's something I should do myself, seems like conflict of interest on my part. |
Well at least you didn't sudo pip update all packages, that was the only time I was forced to reinstall Arch. I added Tauon to the Wiki page myself then. |
hello. |
Yep - https://github.com/Taiko2k/Tauon/blob/master/CHANGELOG.md#v790 The old guitarparty.com API is completely dead now, someone would need to port things over to the new API - #1342 It was assumed that nobody was even using the chords feature, it's currently kept commented and the module is separated out (and semi-broken) here - https://github.com/Taiko2k/Tauon/blob/9afde0c4a29b9f6742d94b935ec8c28569dd565b/src/tauon/t_modules/guitar_chords.py It's not impossible to resurrect the chords feature, but someone would have to fix the API integration with guitarparty.com too to make it complete. EDIT: I fixed up the unused code (still unused) in #1405, so re-enabling it later should be easy. |
gotcha. thanks |
@legion1978 you can test the build from #1409 as per https://github.com/Taiko2k/Tauon/wiki/Development-builds |
yes, it works ;) great |
not exactly-- i often jump to the player, grab the guitar and then crank it up.. so it implies the use of a media player.
thing is, [i think all of them] players support lyrics, not chords (meaning retrieve them from some place).
consider this, but scrolling slowly up:
so it doesnt have to be a .lrc file ;) in fact, i very often paste chords and not lyrics in Taoun.
it would be an interesting addition.
Originally posted by @legion1978 in #81 (comment)
The text was updated successfully, but these errors were encountered: