dannn-o

Results 11 comments of dannn-o

Though I don't know Python coding (yet), I'm willing to dig into the code and try some debugging to narrow the scope of the problem. I'm not sure if you...

Cool - sounds easy enough! I will try to carve out time during the next few days to do some trouble-shooting and will post back once I have more data....

Quick update with minor progress: I added some "print" lines before and after line 536 I suspected above, and the first lesson I learned with Python is that indentation is...

Though I had limited time tonight, I'm pretty confident that the section of lyrics is being lost during execution of this line of code: https://github.com/beetbox/beets/blob/aad5253c875d13c396a43c80b30ad9cd3aab0dba/beetsplug/lyrics.py#L558 A quick Internet search seems...

That's precisely what it seemed like when I was reviewing the data. Even now having had some time to look through the Beautiful Soup documentation, I'm still unclear on how...

So, I imported a song off of the album that doesn't encounter the problem, and as I think was expected from analysis above, the entire lyrics' text was contained within...

From additional testing I've done so far, it seems the code is, in fact, expecting the entire set of lyrics to be contained within one of the `soup` string elements...

Point well taken. Before discovering Beets (and Linux), I had been using MediaMonkey for ID3 tag management, and it had a plug-in named Lyricator that was fairly decent. I learned...

Thanks for joining in, @Kraymer . I totally understand your comments about thorough testing being needed to ensure there is no regression to other functionality. I believe I have a...

I think I encountered the same issue described here, and found what appears to be a workaround: By unchecking the "Create chapters per clip" option (General tab in "Settings"), the...