http://bugs.gpodder.org/show_bug.cgi?id=340
Nick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Nick <[email protected]> 2009-04-14 17:09:33 --- How to reproduce using the database.sqlite provided by Jorge: 1) Update the "TED Talks" feed 2) Click "Never Download" in the "New episodes available" window 3) Close gPodder 4) Run the following: sqlite3 ~/.config/gpodder/database.sqlite \ 'update channels set last_modified = "", etag = "";' 5) GOTO 1 There are many duplicate items (feed has 140 items yet the DB has 228 items) which have different guids and enclosure urls. This is because they (TED) changed the enclosure urls a while ago but instead of leaving the guids alone they changed them too (new guids mean new episodes to gPodder). I really can't think of an elegant solution to this problem; in this case the TED people screwed up. The other problem is that gPodder is picking up old episodes as new; this will require more digging to find the root cause... -- Configure bugmail: http://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
