https://bugs.gpodder.org/show_bug.cgi?id=1107
--- Comment #2 from Thomas Perl <[email protected]> 2010-08-20 14:29:48 BST --- This is not planned, as the feeds are to blame in this case. If the episode disappears and then re-appears, the intention of the feed author might even be that they *want* it to re-appear as new (yes, some feed authors re-use URLs - not good, but we have to handle that too). If you want, you can easily patch gPodder to remember all episodes. The relevant code is in src/gpodder/model.py - search for "unreachable" there and you will come to the part where it removes old episodes. You can disable the removal of episode metadata there. (We remove episode metadata as soon as it disappers from the feed in order to have a performance and space gain on low-powered devices such as mobile phones and tablets.) -- 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
