Skip to content

Commit f9cfd14

Browse files
committed
extensions: note the easy sorting method via symlinks
1 parent 2a84b94 commit f9cfd14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/extensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Sometimes the ordering of extensions is important. gPodder parses the filenames
88

99
Extensions found within the user extension directory with the same base name (regardless of whether the prefix matches, or is present at all) override extensions provided with gPodder in the system directory.
1010

11+
Note that this allows for easy changing of extension priorities. Simply create a symbolic link in the user extension directory which points to the existing extension in the gPodder system directory and name it the same except with a different numerical prefix. This works even if the extension in the system directory does not have a prefix at all!
12+
13+
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.
14+
1115
### Default Extensions Included With gPodder
1216

1317
The following extensions are included with gPodder 3:

0 commit comments

Comments
 (0)