-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Lyrics plugin returning false positives and Polish text again #4704
Comments
Hi! Could you please fill out the issue template? It provides quite a bit of context and can help diagnosis of the issue. Specifically we're interested in:
|
Sure. Here you go: Problembeet -vv ls maggie rogers honey Generated this output:
And returned lyrics to a different song, with Polish text appended to the beginning and end:
This problem occurred over dozens of files that I've seen so far, and likely hundreds more. Setup
My configuration (output of lyrics:
bing_lang_from: []
auto: yes
force: yes
google_API_key: REDACTED
sources:
- google
- musixmatch
- genius
- tekstowo
bing_client_secret: REDACTED
bing_lang_to:
google_engine_ID: REDACTED
genius_api_key: REDACTED
fallback:
local: no
directory: C:/Dropbox (BDB)/MML2/Music/
library: C:/Users/bdb48/AppData/Roaming/beets/library.db
import:
copy: no
write: yes
plugins: lyrics lastgenre
lastgenre:
auto: yes
count: 3
force: yes
prefer_specific: yes
source: album
separator: '; '
title_case: yes
canonical: yes
whitelist: yes
min_weight: 10
fallback: |
The latest fix for the issue (#4229) hasn't made it into any releases yet. To use it, you'll need to upgrade to the latest source version of beets (be sure to take backups!). |
Thanks. My understanding of programming is basically nothing, so maybe you can help me understand something. I see that those fixes are marked as "merged," which I thought meant they had been incorporated into whatever I would install when I use pip. Is that not correct? |
I just ran the lyrics plugin on a set of about 25,000 files, and it's returning lots of false positives from tekstowo, and it's appending the Polish text to the beginning and end of the lyrics, as well.
As an example, running:
beet lyrics maggie rogers honey
returns the following lyrics:
It looks like these issues were spotted -- and addressed -- in #4228 and #3905. Are they back, or am I using old code somehow?
The text was updated successfully, but these errors were encountered: