Skip to content

Commit ab14de0

Browse files
authored
Add documentation articles (#338)
* Bugs/First aid: can't resume from notifiation & workaround * Podcastsers: update feed URLs
1 parent 17b0455 commit ab14de0

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: documentation.categories.bugs-first-aid.cannot-resume-playback
3+
layout: doc
4+
level: "2"
5+
group: "bugs-first-aid"
6+
icon: "fa-solid fa-pause"
7+
order: 06
8+
---
9+
10+
# {% t {{ page.title }} %}
11+
12+
{% tf documentation/{{ page.group }}/{{ page.slug }}.md %}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: documentation.categories.podcasters-hosters.update-feed-urls
3+
layout: doc
4+
level: "2"
5+
group: "podcasters-hosters"
6+
icon: "fa-solid fa-arrow-right-arrow-left"
7+
---
8+
9+
# {% t {{ page.title }} %}
10+
11+
{% tf documentation/{{ page.group }}/{{ page.slug }}.md %}

_i18n/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ documentation:
178178
episodes-missing: "Old episodes are missing"
179179
playback-stops: "Playback suddenly stops"
180180
refresh-download-errors: "Download or feed refresh error"
181+
cannot-resume-playback: "Can't resume playback from lock screen / notification"
181182
podcasters-hosters:
182183
title: "For Podcasters & Hosters"
183184
intro: "Below, you can find our support information for podcasters & hosting providers."
184185
add-on-antennapod: "Create an 'Open in AntennaPod' link"
185186
list-podcast: "Getting your podcast listed"
187+
update-feed-urls: "Updating feed URLs"
186188

187189
## Events
188190
events:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
In Android 13 and Android 14 it is not always possible to resume playback from the lock screen or media notification. This occurs specifically if playback has been paused for a while.
2+
3+
It currently is not clear why this issue occurs. We have established the same problem affects other apps, including Google's apps. We suspect, therefore, that this is an issue with Android.
4+
5+
## Workaround
6+
7+
In order to still be able to resume playback, you can add the so-called AntennaPod 'tile' on your device. Tiles are essentially the buttons that you see when you pull down from the top of the screen. You probably know the Internet or Flashlight tile. The AntennaPod tile allows you play and pause playback, even if playback has been paused for a while.
8+
9+
To add the AntennaPod tile:
10+
1. **Pull down twice** from the top of the screen, so you see the full buttons (below the brightness indicator)
11+
2. **Tap on the pencil icon** at the bottom of the tiles section to edit the tiles
12+
3. Scroll down the list of tiles, **tap on the AntennaPod tile and drag it** up into the list of active tiles
13+
4. Tap the back arrow to exit the tile editing
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
When you change hoster, the URL of your RSS feed often changes as well. In this situation, we strongly recommend that you organize a proper 'redirect' from the old to the new feed with either of these HTTP response status codes:
2+
* [301 Moved Permanently](https://developer.mozilla.org/docs/Web/HTTP/Status/301)
3+
* [308 Permanent Redirect](https://developer.mozilla.org/docs/Web/HTTP/Status/308)
4+
5+
This way you make sure that AntennaPod users get this change applied in their app. Your audience will then continue to receive your episodes, without having to subscribe again to the new feed.
6+
7+
Don't forget also to update your entry in [the directories](/documentation/podcasters-hosters/list-podcast) AntennaPod uses for its search functionality.

0 commit comments

Comments
 (0)