https://bugs.gpodder.org/show_bug.cgi?id=1180

Thomas Perl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CLOSED
         Resolution|                            |WONTFIX

--- Comment #5 from Thomas Perl <[email protected]> 2010-11-22 19:39:04 GMT ---
(In reply to comment #4)
> Yes, I'd like to learn more about using hooks. I'm using the latest gPodder
> version, 2.9.

See the file "doc/dev/examples/hooks.py" in the source directory. There you
have a on_episode_save() method that gets the episode object as parameter. You
can do something like this:

  if episode.channel.title == 'TED Talks':
      episode.is_played = True

As this feature request is currently fixed with the hooks system, I'm closing
it as WONTFIX. This does not mean that such a feature won't be implemented
inside gPodder in the future, but due to limited resources, this should do the
trick for you until we come up with a better solution :)

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to