Skip to content

Commit

Permalink
adds docs on how to use with Antennapod
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrivnak committed Dec 14, 2024
1 parent c2a1b3b commit 9b546da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ These features are all working with Antennapod:
- Device API
- Device Synchronization API

To start using with two devices, especially if you want to transfer state
from old_phone to new_phone:

#. Log in with old_phone and force a full sync.
#. Log in with new_phone, but select old_phone as the device. Subscriptions will sync.
#. Log out with new_phone.
#. Log in with new_phone and create a new device ID for it.
#. Use the API (such as with curl) to [create a sync group](https://gpoddernet.readthedocs.io/en/latest/api/reference/sync.html#device-synchronization-api) with both devices.

After that, episode state will sync between them, and a new subscription on
either one will propagate to the other.

### Development

```
Expand Down

0 comments on commit 9b546da

Please sign in to comment.