https://bugs.gpodder.org/show_bug.cgi?id=459
Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Neal <[email protected]> 2009-07-22 14:38:50 GMT --- I am not really a programmer , and only came here to report this as a bug. Whilst I think that gPodder is a good program, I find that the episode lists look very messy, cluttered with deleted episodes and old episodes I don't want to download. I hope you don't mind me suggesting what I would like. My thoughts on what I would like as a user are: In the "view" menu, there should be an option "Show deleted podcasts", with a tickbox. The default should be not to show deleted episodes. When right clicking on an episode that is not currently on the computer, either deleted or never downloaded, there should be an entry of "Remove episode from list" that appears on the conext menu below the greyed out "Delete" entry. Pressing the delete button should also activate this action. When right clicking on a feed in the list of podcasts that one is subscribed to, an option "Find old episodes" should appear between "Update feed" and "Visit website". This should also appear on the "Subscriptions" menu, beneath "Update selected podcast". Having had a look at he source code and the database that gpodder uses (if I understand what is going on - as I said I'm not a programmer) an extra "state" value of "STATE_HIDDEN" could be defined for the database. The "Remove episode from list" sets the state to "STATE_HIDDEN" and "Find old episodes" should set it to "STATE_NORMAL". When the program is writing the list of episodes then an episode should not be listed if either it is STATE_DELETED and the "Show deleted podcasts" is not ticked or if is STATE_HIDDEN. -- 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
