Jeremy Majors wrote: > I always wanted to setup gPodder on a scheduler and I finally got around > to it today. I'm running Ubuntu and added a line to crontab > (/etc/crontab). The line I added is included below > > 53 0 * * * jeremy /usr/bin/gpodder --run --verbose > > /home/jeremy/logs.log
This is the way to do it (although better use "crontab -e" like Sebastian suggested). Just make sure that you don't accidentally start gPodder while this console process is running. Currently, we do not check for other running instances, so if you happen to have gPodder running while this command is executed, expect unexpected behaviour :) Thomas PS: You might also want to add this to http://wiki.gpodder.org/wiki/User_Manual so other users do not have to figure this out by themselves _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
