https://bugs.gpodder.org/show_bug.cgi?id=255
--- Comment #8 from Harry Coal <[email protected]> 2009-07-25 18:20:30 GMT --- Created an attachment (id=338) --> (http://bugs.gpodder.org/attachment.cgi?id=338) Purge Played Podcasts when running gpodder sync from the command line I was having the same problem and patched gPodder on my machine so it deletes old Podcasts from my iPod. I'm a horrible programmer and my change is hacky, but I thought I'd share the patch anyway in case anyone else would like this functionality. Thanks for all your hard work on gPodder, it's perfect. I just copied a piece of code from gui.py and inserted it in to sync.py: if gl.config.ipod_purge_old_episodes: self.purge() Best wishes, Harry -- 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
