https://bugs.gpodder.org/show_bug.cgi?id=997
--- Comment #7 from Thomas Perl <[email protected]> 2010-06-04 19:16:26 BST --- (In reply to comment #6) > (In reply to comment #5) > > Merging of episode actions into gPodder's database is now implemented: > > http://gpodder.org/commit/d5945d2ad3 > > Very cool! So it will be relatively safe to keep using gPodder as normal > without the current episode status being reset for all subscribed podcasts? Yes, that's the plan :) Right now, only play and delete actions are processed, all others are discarded. In case of play actions, the "played" or "new" status of the episode is updated (i.e. removed) and the new position is set (but only if the received action has a newer timestamp than the last play action saved locally) and the total time is also updated. In case of delete actions, the episode is marked as deleted, except if it exists as a file (it's not deleted in this case, as this could lead to lots of angry users ;). -- 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
