Amy Nagle

Results 35 comments of Amy Nagle

I had to switch to image `thecodingmachine/gotenberg:6` in order to get it to work. It looks like version 7 changed the conversion endpoint

> Is there any way right now to scrobble from Youtube Music to ListenBrainz on desktop? Youtube Music is a progressive web app (PWA) so you could install it that...

I was about to start a pull request for this exact issue. I'm glad I'm not the only one who was looking into this.

That's going to be a lot harder to handle since those are really YouTube videos. The only thing we're going to be able to pull from those are the title....

Try using `group_attribute member;` instead. It looks for the attribute on the _group_ rather than the _user_.

Depending on your needs, podgen really isn't a good alternative. To quote from their website: > This project is a fork of python-feedgen which cuts away everything that doesn’t serve...

As the author of the GNotifier's Windows integration, perhaps I can shed some light on why this isn't working. In order for an application to use Windows' notification system, it...

@wokawoka The Windows version of doesn't use tray popups to display notifications. Although it is an interesting idea... @tooomm That is both very awesome and very disconcerting to hear. Awesome...

Mozilla is still working on adding support for the native Windows notification API, so it looks like we're stuck with the ugly Firefox notifications until then. https://bugzilla.mozilla.org/show_bug.cgi?id=1155505

There is a workaround for this already. In the add-on options called 'Notification icon' which _should_ be set to 'default' by default. The current code has checks for Iceweasel, Thunderbird,...