Support marking episodes as played via D-Bus
commita3658b424b4ed2136acac57ce78925f383dc23d2
authorThomas Perl <thp@thpinfo.com>
Wed, 9 Sep 2009 12:06:17 +0000 (9 14:06 +0200)
committerThomas Perl <thp@thpinfo.com>
Wed, 9 Sep 2009 12:08:09 +0000 (9 14:08 +0200)
tree89ba184dccb807ef1a4752f1c141d092b8c46f98
parent1c1ce9cd84f079ec77ef93ebf4651efda1accc07
Support marking episodes as played via D-Bus

Add a D-Bus method for marking episodes as
played via the local filename and add advanced
configuration options to stop gPodder from
marking episodes as played as soon as playback
starts (audio_played_dbus, video_played_dbus).

An example script shows how it is done :)

Idea from http://linuxoutlaws.com/forums/viewtopic.php?t=1728
doc/dev/examples/gpodder_mark_played.py [new file with mode: 0644]
src/gpodder/config.py
src/gpodder/gui.py