auouymous

Results 503 comments of auouymous

I assume https://github.com/gpodder/mygpo/blob/80c41dc0c9a58dc0e85f6ef56662cdfd0d6e3b16/mygpo/web/forms.py#L105 is the same uid.

I also changed `-%08X` to `-%X` which will reduce the size below 9 extra digits on ~50% of installs.

I just noticed that https://github.com/gpodder/mygpo/blob/80c41dc0c9a58dc0e85f6ef56662cdfd0d6e3b16/mygpo/web/forms.py#L105 in my comment above was never resolved, is it being limited to 50 there?

You must manually add a line to `share/gpodder/extensions/enqueue_in_mediaplayer.py` (https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/enqueue_in_mediaplayer.py#L228) for a new player. The Windows version of gpodder does not support dbus, so it is not possible to add a...

I broke the Windows build when adding Python 3.12 support, after 1093. I got it working again in 1118, but I am not able to test the binary, so it...

The Windows build is now working again thanks to @masoudd. https://ci.appveyor.com/project/elelay/gpodder/builds/50709611/artifacts

You might have to edit https://github.com/gpodder/gpodder/blob/master/src/gpodder/gtkui/desktopfile.py#L110 to add other media players on Windows. First you will need to find "desktopfile.py" in gpodder's installed files. If you get it working, please...

Do the logs show a useful HKEY error when running gpodder in debug mode https://gpodder.github.io/docs/windows.html#debugging-gpodder-on-windows?

There are some "shell\open\command" entries at https://learn.microsoft.com/en-us/answers/questions/241852/use-windows-media-plaeyer-64-bit-by-default, does one of them work?

#1657 is required to fix the Windows build. #1652 is probably required to fix syncing via gpo on Mac. I can't do much of anything right now due to health...