http://bugs.gpodder.org/show_bug.cgi?id=259
Cory Albrecht <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |high Severity|normal |major --- Comment #5 from Cory Albrecht <[email protected]> 2008-12-30 21:31:53 --- This problem doesn't seem to have been fixed with the revamped database code in 0.14. The file dbsqlite.py is more difficult for me to follow along with my generic programming knowledge than database.py was, but it still only seems to use only the url parameter and not the guid to determine episode uniqueness. Because GPodder was slowing down horribly (taking 10+ minutes to respond t some mouse clicks in the GUI) with nearly 1000 episdes listed for this pod, I had to use sqlite from teh command line and I deleted all from the episodes table from database.sqlite all the rows of episodes for the feed causing the problems. Delete all those episodes returned Gpodder to it's usually snappy responses. If all the listed episodes are showing the trashcan+checkmark icon and I right click on the any one to chose download, the context menu is the expected download/details/vist menu. On choosing download, the icons of *all* episodes change to the download icon. In the download tab, the episode name shown is that of the oldest episode listed for this feed, rather than the episode for which download was chosen. After download is finished, the icon of the oldest episode listed changes to notes+checkmark while all the rest revert to trashcan+checkmark. Now, regardless of which episode you right click on - even one with a traschan+checkmark icon, the context menu shown is the expanded one with play, delete, save to disk, etc... >From this state, the following things happen when you chose certain item from the larger context menu: If you choose Delete, even on an episode with a trashcan+checkmark icon, the oldest episodes icon changes from notes+checkmark to trashcan+checkmark. After, the smaller context menu with the download open appear son right click for all episodes. If you chose "Mark as played" then all episode icons change to the plain notes icon. If you chose "Prohibit Deletion" then all episode icons change to the notes+checkmark+lock icon. I am surprised and dismayed that this bug did not get fixed with the revamped database code. -- 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
