Skip to content

Commit 2a2caba

Browse files
committed
extensions.md: Make note of the "new" priority system
1 parent 2670473 commit 2a2caba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Extensions
44

55
Extensions are gPodder's mechanism for adding optional features and allowing easy customizability. Some extensions are already activated by default if you are running a specific environment (e.g. Ubuntu Unity support in gPodder 3 is implemented as an extension).
66

7+
Sometimes the ordering of extensions is important. gPodder parses the filenames of extensions for a prefix, like "50_". When it finds a prefix like this, it sorts according to said prefix, with lower numbers higher. *Note that this does not use "natural sorting", so "100" comes between "10" and "11".* Extensions found without a prefix will be given the lowest two-digit priority, "99". If multiple instances of an extension are desired, the base name must be different, not just the prefix.
8+
9+
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.
710

811
### Default Extensions Included With gPodder
912

0 commit comments

Comments
 (0)