podsync 0.1.0

A server to sync podcasts with, mirroring the gpodder API. Designed for use with AntennaPod
podsync-0.1.0 is not a library.

podsync

A HTTP server for syncing podcast app state, mirroring the gpodder API. Designed for use with AntennaPod.

Building

podsync uses sqlx in offline mode for builds.

To update the schema:

  • cargo install sqlx-cli
  • cargo sqlx prepare (with a present database)
  • Commit in sqlx-data.json
  • Unset DATABASE_URL during compilation