Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 82.182.65.50: http://freevo.sourceforge.net/cgi-bin/moin.cgi/TipsAndTricks ------------------------------------------------------------------------------ @@ -5,19 +5,25 @@ (By Tom Van den Bon) 1. Create your own cartoons folder: + mkdir /pictures/cartoons 2. Edit your local_conf.py to point to your picture folder: + DIR_IMAGES = [ ('Cartoons', '/pictures/cartoons'), ... ] 3. After you have installed dailycartoons use dailycartoons -list to get a list of all available cartoons. 4. Create a script called getcartoons containing the following: + #!/bin/sh + # get my fav cartoons + dailystrips --local -stripdir -save -basedir /pictures/cartoons dilbert garfield thefifthwave 5. Add it to your cron jobs. Depending on your distro either add a link to it in your cron.daily or add a line like this to your crontab: + 0 4 * * * /usr/local/bin/getcartoons Dailystrips will put all the cartoons in their own respective directory and you can navigate it via the freevo ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
