nextcloud-gpodder
nextcloud-gpodder copied to clipboard
nextcloud app that replicates basic gpodder.net api
- PHP changes: - Added endpoint: `/apps/gpoddersync/personal_settings/metrics` via new `lib/Controller/PersonalSettingsController.php` - Added service `lib/Service/PodcastCacheService.php` that fetches the RSS XML and extracts metadata. - Added personal settings page to `appinfo/info.xml` that...
I'm debugging the syncing state of a few curious feeds with Kasts. There seem to be a few feeds which have duplicate entries of the same episode. These episodes have...
Hello! I'd really like a status page to understand if the synced podcasts are actually synced. I've already started implementing this and I am preparing a PR. I'm making this...
That`s the only error i get after sucessfull login. ``java.io.IOException: Response code: 500``
https://github.com/lucasasselli/garmin-podcasts Supports nextcloud-gpodder now.
Nextcloud Hub 8 (version > 29) just released and the GPodder Sync app is shown to be not compatible with this version. Would be awesome if you could release a...
Description on Nextcloud says I need a lower server version than 28? It worked just fine until last NC update. 
Using gpodder Sync 3.8.3 with Nextcloud 28.0.3 i get this parsing errors. I'm using AntennaPod 3.2.0 and tried a "forced synch". ``` SimpleXMLElement::__construct(): </div> at /var/www/nextcloud/apps/gpoddersync/lib/Core/PodcastData/PodcastData.php#42 ``` ``` SimpleXMLElement::__construct(): Entity:...
https://github.com/AntennaPod/AntennaPod/issues/6957#issuecomment-2050513363 spec: https://gpoddernet.readthedocs.io/en/latest/api/reference/events.html Nextcloud-gpodder seems to ignore the episode action type and just stores the data from the request. However, the playback position and other fields are "only valid for...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.16 to 9.6.19. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 9.6.19 Changed The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the...