|
26 | 26 |
|
27 | 27 | <!-- mdpo-enable -->
|
28 | 28 |
|
29 |
| -AntennaPod currently supports two synchronization options: via [gpodder.net](https://gpodder.net/) and the [gPodder Sync app for Nextcloud](https://apps.nextcloud.com/apps/gpoddersync). |
30 |
| - |
31 |
| -On gpodder.net anyone can create an account relatively easily and the service is free to use. Unfortunately the service has large numbers of users, limited funding and a lack of volunteer contributions. This means the server often is overloaded, leading to errors in AntennaPod. If possible, we therefore recommend that you use an existing account on a Nextcloud instance or start self-hosting either gpodder.net or Nextcloud. |
32 |
| - |
33 |
| -## gPodder Sync app for Nextcloud |
34 |
| -If you have a Nextcloud account, install the gPodder Sync app or ask your server admin to do so. Once that is installed, simply go to `Settings` » `Synchronization` in AntennaPod, choose the relevant provider and enter the server address. |
35 |
| - |
36 |
| -## gpodder.net & your own gpodder server |
37 |
| -- Create an account on gpodder.net or log in if you have one already. |
38 |
| - |
39 |
| -- After you created the account, we suggest to create a device on gpodder.net/devices/ for each client that you use: |
40 |
| - <!-- mdpo-disable-next-line --> |
41 |
| - <br />{{ img-devices | strip }} |
42 |
| - |
43 |
| -- When you have added the devices to your account, link them using the "Configure" button. This way, gpodder.net automatically keeps the subscriptions of the activated devices synchronized. |
| 29 | +AntennaPod can synchronise your subscriptions and listening progress with other AntennaPod installations as well as other (desktop) apps. To set up synchronisation, you need a server - the central point through which your data is shared with other devices. You have several options for this: |
| 30 | +* [gpodder.net](https://gpodder.net/) provides a free gPodder synchronization server that **anyone can sign up** for. Unfortunately, due to the popularity of the service and its limited funding, this server is often overloaded, leading to errors in AntennaPod. |
| 31 | +* More technically inclined users are strongly encouraged to **self-host a synchronization server**. A self-hosted server is more reliable and helps reduce the load on free, public services. There are several options: [Nextcloud](https://nextcloud.com/install/#instructions-server) with the [gPodder Sync app](https://apps.nextcloud.com/apps/gpoddersync), a full [gPodder](https://gpoddernet.readthedocs.io/en/latest/dev/installation.html) server, or the [Micro GPodder server](https://github.com/bohwaz/micro-gpodder-server). |
| 32 | + |
| 33 | + |
| 34 | +## Enable synchronization via Nextcloud |
| 35 | +1. If you have a Nextcloud account, install the gPodder Sync app or ask your server admin to do so |
| 36 | +2. Go to `Settings` » `Synchronization` in AntennaPod and tap `Choose synchronization provider` |
| 37 | +3. Select 'Nextcloud' |
| 38 | +4. Enter the 'Server address' (the URL or IP address of the server) and tap `Proceed` |
| 39 | +5. Log in on the browser window that opens and authorize AntennaPod |
| 40 | + |
| 41 | +## Enable synchronization via gPodder |
| 42 | +1. Create an account on the server www.gpodder.net or on your own server |
| 43 | +2. When you have an account, log in on the webserver and create a device under `Subscriptions` » `Devices` for each client that you use: |
| 44 | + <!-- mdpo-disable-next-line --> |
| 45 | + <br />{{ img-devices | strip }} |
| 46 | +3. When you have added the devices to your account, link them using the "Configure" button. This way, gpodder.net automatically keeps the activated devices synchronized. |
44 | 47 | <!-- mdpo-disable-next-line -->
|
45 | 48 | <br />{{ img-synchronize | strip }}
|
| 49 | +4. Go to `Settings` » `Synchronization` in AntennaPod and tap `Choose synchronization provider` |
| 50 | +5. Select 'gPodder' |
| 51 | +6. Enter the 'Server address' (e.g. www.gpodder.net) and tap `Proceed to login` |
| 52 | +7. Enter the 'Username' and 'Password' and tap `Log in` |
| 53 | +8. Select the device that you created on the server |
46 | 54 |
|
47 |
| -- Then go to AntennaPod's `Settings` » `Synchronization`. There you can log in to gpodder.net or even provide an alternative server if you want to host it yourself. During login, AntennaPod asks what device you are currently logged into. Select your newly created device. |
48 |
| - |
49 |
| -*Did you create a device while logging in, rather than in advance as suggested above?* Then be sure to press the `Force sync` button in AntennaPod to upload the played state of all the episodes you listened to earlier. If you don't do this, only podcasts that were added **after** linking the devices are synchronized. There is an [open issue for gpodder.net](https://github.com/gpodder/mygpo/issues/388) that requests to change the behavior. |
| 55 | +**NOTE:** Did you create a device while setting up synchronisation in AntennaPod, rather creating a device in advance on the website? Then be sure to press the `Force sync` button upload the played state of all previously listened to episodes. If you don't do this, only podcasts that were added **after** linking the devices will be synchronized. There is an [open issue for gpodder.net](https://github.com/gpodder/mygpo/issues/388) that requests to change the behavior. |
0 commit comments