Eric Le Lay
Eric Le Lay
@Snippet24816 what do you have in *Preferences* > *Updating* ? **When New Episodes are found** You should select *Download Immediately*.
Do you have an account on gpodder.net and enabled it? It could be a cause of lockup but manually starting downloads would also hang...
Hi @falcorr, an alternative would be to edit [share/gpodder/extensions/notification-win32.py](https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/notification-win32.py#L70) in gPodder's install directory to add a `return` line, like this (mind the 8 spaces before the `return` keyword): ```` def...
Yes, it can be done: 1. it's mandatory for windows (per attribute in the file). So it requires editing the file to remove the `__mandatory_in_` line 2. restart gpodder 3....
get_entropy is available in the sdk but not available at runtime on macOS 10.11 ([3d206623cfffc9481c962061dcc4f604014e77ca](https://github.com/gpodder/gpodder-osx-bundle/commit/3d206623cfffc9481c962061dcc4f604014e77ca) fixes it). We will try to build an updated macOS base for next gPodder release,...
Hi, it doesn't replicate the gPodder api: devices are not implemented and paths for the two endpoints they reimplemented are different. It can't work as-is. The Nextcloud 2FA or Nextcloud...
That said an easy self-hosted version of mygpo for basic sync is really a worthy goal!
Hi, not on my side: the nextcloud app developer unfortunately didn't implement the api enough for gPodder and then made changes to antennapod and kasts to make them work.
There seems to be interest in syncing from different tools various servers in https://github.com/thrillfall/nextcloud-gpodder/discussions/91#
I don't see a way for the gPodder app to do it easily