Benedikt

Results 165 comments of Benedikt

Here is the deezer api response if someone is going to look into this in detail: http://api.deezer.com/album/43959881. A first step would probably to research how deezers `contributors` and `artist` should...

> Right, so this is a Deezer related bug. I'll change the issue name Yes, but I don't know whether it's simply beets not interpreting the deezer data very well,...

> Hi, I'd like to look into this. Just to make sure I understand the issue, is it specifically with compilation videos from the Deezer API? Where the 'Contributors' section...

Please run beets in verbose mode, i.e. `beet -vv lyrics Garbage Queer Danny Saber mix -f -p`, that should make the lyrics plugin (and all other components of beets) log...

> I just found it crashing while searching tekstowo.pl That sounds very much like a different problem, could you open a separate issue to track it? @xhocquet that's probably your...

> The -vv argument gave me the info I need. Looks like [Genius is the culprit](https://genius.com/Garbage-garbage-20th-anniversary-edition-tracklist-album-art-annotated). (I thought I tried a manual search there earlier, but I guess I missed...

Actually, the issue appears to be different: Genius used to use song pages with "Tracklist + album art" in the title, which is now deprecated, https://genius.com/Genius-how-to-annotate-artwork-on-genius-annotated, > Additionally, NEVER create...

```sh curl \ -H "Authorization: Bearer " -H "User-Agent: beets/1.5.0" --get https://api.genius.com/search -d q=garbage ``` yields ```json { "error":"invalid_token", "error_description":"The access token provided is expired, revoked, malformed or invalid for...

> I quickly test both. Both projects are quite active. **audio** was a bit simpler to install and to test. It could be installed as a standalone command as well,...

Sorry @ribeaud for not replying for such a long time here! > Having a deeper look at it... If we go the way @wisp3rwind is suggesting, then we end up...