Initial support for user extensions (bug 435)
commitef81517f6dd108cf7c197a54fa64492d82fd90b2
authorJustin Forest <justin.forest@gmail.com>
Sat, 3 Jul 2010 10:43:33 +0000 (3 14:43 +0400)
committerThomas Perl <thp@thpinfo.com>
Mon, 5 Jul 2010 13:03:32 +0000 (5 15:03 +0200)
treeb1a17e06850dccaaae65e310184e3f58d940833e
parent017f98aa829d90670fc5635a29905d065f228049
Initial support for user extensions (bug 435)

Currently this only lets you do something with
channels and episodes before they are saved,
e.g. modify titles. Can be extended easily to
provide more functions.

Loads $GPODDER_HOME/extensions/*.py, see src/gpodder/userext.py
for details.
doc/dev/examples/extension.py [new file with mode: 0644]
src/gpodder/__init__.py
src/gpodder/extensions.py [new file with mode: 0644]
src/gpodder/gui.py
src/gpodder/model.py