Skip to content

Commit 20f8f43

Browse files
committed
extensions: make note of default priority
1 parent b267070 commit 20f8f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ As an example, if you wished to change "20_audio_converter.py" to "50_audio_conv
1414

1515
This would also work if you wished to create multiple instances of the same extension. For example, if you wished to have a "command_on_download.py" which runs early and one which runs late, you could create two symlinks in the user extension directory, "10_command_on_download.py" and "80_command_on_download_late.py".
1616

17+
Extensions with no priority prefix automatically get priority 99. Therefore if an extension needs to run later than everything, use a value of 100 or greater.
18+
1719
### Default Extensions Included With gPodder
1820

1921
The following extensions are included with gPodder 3:

0 commit comments

Comments
 (0)