https://bugs.gpodder.org/show_bug.cgi?id=1676
--- Comment #3 from Thomas Perl <[email protected]> 2012-09-29 08:03:17 BST --- Thanks for the initial patch. Some questions and comments: - Wouldn't it make more sense to update "every 2 or 3 or 4 days" instead of choosing the weekdays? With your implementation, you can either have daily updates or updates every 7 days. - Don't do "from datetime import date" and "import datetime" - only do "import datetime" and then use "datetime.date" to use a date object. - In src/gpodder/qmlui/model.py you don't need to add the update_day attribute - there's some magic code that will automatically forward requests for any missing attributes to the wrapped class. The rest (QML and Gtk UI) I can do for you when the patch is cleaned up. Maybe we should discuss the frequency (whether it should be day-of-week or "every X days") on the mailing list? Would be great if you could create a thread and link here. The mailing list is here: http://www.freelists.org/list/gpodder -- 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
