Skip to content

Commit b267070

Browse files
committed
extensions: make note of more symlink tricks
1 parent f9cfd14 commit b267070

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
@@ -12,6 +12,8 @@ Note that this allows for easy changing of extension priorities. Simply create a
1212

1313
As an example, if you wished to change "20_audio_converter.py" to "50_audio_converter.py", all you would need to do is, in the user extension directory, make a symbolic link called "50_audio_converter.py" which points to the original extension in the system directory.
1414

15+
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".
16+
1517
### Default Extensions Included With gPodder
1618

1719
The following extensions are included with gPodder 3:

0 commit comments

Comments
 (0)