-
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
Remove Tekstowo extraneous text from lyricstext.yaml
to fix test_lyrics
#4344
Conversation
lyricstext.yaml
lyricstext.yaml
to fix test_lyrics
Changing "first" and "second" in the following lines to "expected" and "result" would have made this error more apparent, I think. Lines 248 to 249 in e52b598
|
Good catch! I opened the other issue in response to the comments in #4228, but looking at that again, I can't tell whether @hlubach was actually running the latest development version. So, probably there was no issue beyond what #4229 already fixed.
Any chance you could open a PR for this? |
Thanks! I agree, I can't find any issue with the lyrics in my Tekstowo tracks.
Sure, done #4345 |
beets version 1.6.0
Python version 3.8.10
plugins: convert, discogs, duplicates, embedart, fetchart, ftintitle, info, lastgenre, lyrics, missing, permissions, scrub, zero
"Benedikt" ***@***.*** ***@***.******@***.***>)> schreef op 6 mei 2022 00:24:
Good catch! I opened the other issue in response to the comments in #4228 (#4228), but looking at that again, I can't tell whether @hlubach (https://github.com/hlubach) was actually running the latest development version. So, probably there was no issue beyond what #4229 (#4229) already fixed.
Changing "first" and "second" in the following lines to "expected" and "result" would have made this error more apparent, I think.
Any chance you could open a PR for this?
—
Reply to this email directly, view it on GitHub (#4344 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AB344IDGIDQBLEKLXNAEEB3VIRDATANCNFSM5VGI3MIQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Now I got a little bit lost |
No, there's no other relevant branch except for master. Did you actually install from source, as explained at https://beets.readthedocs.io/en/stable/faq.html?highlight=master#run-the-latest-source-version-of-beets? What I meant above is that that's not really stated in the other thread. If you did indeed, it would be great to know a specific song that exhibits this issue; otherwise we can't really track down what the problem might be. |
I installed this one
pip install https://github.com/beetbox/beets/tarball/master
"Benedikt" ***@***.*** ***@***.******@***.***>)> schreef op 6 mei 2022 20:42:
Now I got a little bit lost For as far I can see beet lyrics , will still give the text Piosenki etc. To know it for sure I run Beet lyrics -f with the same result I think i use the latest version of Beets Or is there an other then the master
No, there's no other relevant branch except for master. Did you actually install from source, as explained at https://beets.readthedocs.io/en/stable/faq.html?highlight=master#run-the-latest-source-version-of-beets (https://beets.readthedocs.io/en/stable/faq.html?highlight=master#run-the-latest-source-version-of-beets)? What I meant above is that that's not really stated in the other thread. If you did indeed, it would be great to know a specific song that exhibits this issue; otherwise we can't really track down what the problem might be.
—
Reply to this email directly, view it on GitHub (#4344 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AB344IF6CIANCCJM4JJ6LC3VIVRZLANCNFSM5VGI3MIQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
example after impoting
Exple "Benedikt" ***@***.*** ***@***.******@***.***>)> schreef op 6 mei 2022 20:42:
Now I got a little bit lost For as far I can see beet lyrics , will still give the text Piosenki etc. To know it for sure I run Beet lyrics -f with the same result I think i use the latest version of Beets Or is there an other then the master
No, there's no other relevant branch except for master. Did you actually install from source, as explained at https://beets.readthedocs.io/en/stable/faq.html?highlight=master#run-the-latest-source-version-of-beets (https://beets.readthedocs.io/en/stable/faq.html?highlight=master#run-the-latest-source-version-of-beets)? What I meant above is that that's not really stated in the other thread. If you did indeed, it would be great to know a specific song that exhibits this issue; otherwise we can't really track down what the problem might be.
—
Reply to this email directly, view it on GitHub (#4344 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AB344IF6CIANCCJM4JJ6LC3VIVRZLANCNFSM5VGI3MIQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
That should indeed be the latest version (at the time you installed it).
The example seems to be missing from your reply? In any case, what we really need to know is the URL for a problematic song on tekstowo. Just the end result without knowing where the incorrect lyrics came from is unfortunately not very useful. |
Let me try to explain how it works for me .
Organized my music library via Musicbrainz and Jaikoz .
Then I imported the lyrics via Beet imp -A. In the config for the lyrics I did the following
lyrics:
auto: yes
fallback: ''
Then in my music program I saw several songs with the Polish lyrics.
Then tried one more time with beet lyrics -f to see if there was any change, stag result no difference.
Then just use verbose and see what becomes visible.
beet --vv lyrics
lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Earth-And-Fire/Only-Time-Will-Tell (404)
lyrics: Genius failed to find a matching artist for 'Earth and Fire'
lyrics: got lyrics from backend: Tekstowo
Translated with www.DeepL.com/Translator (free version)
"Benedikt" ***@***.*** ***@***.******@***.***>)> schreef op 7 mei 2022 12:32:
I installed this one pip install https://github.com/beetbox/beets/tarball/master (https://github.com/beetbox/beets/tarball/master)
That should indeed be the latest version (at the time you installed it).
example after impoting
The example seems to be missing from your reply? In any case, what we really need to know is the URL for a problematic song on tekstowo. Just the end result without knowing where the incorrect lyrics came from is unfortunately not very useful.
—
Reply to this email directly, view it on GitHub (#4344 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AB344IAYOAMOJHRCII2P3CDVIZBDTANCNFSM5VGI3MIQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Description
Fixes #4334
3f896ab fixed the plugin
lyrics
for Tekstowo. However the current test suite expects the extraneous text, which is why it's failing.This PR removes the extraneous text from this particular song's definition.
beets/test/rsrc/lyricstext.yaml
Lines 57 to 62 in e52b598
To Do
docs/
to describe it.)docs/changelog.rst
near the top of the document.)