Re: [Owncloud] Rescan Pictures with a cronjob task

2012-05-25 Thread Bartek Przybylski
Hold one for a few weeks more, you will be amazed what you will see there :) 2012/5/25 Frank Karlitschek : > Just a commend from my side. > ownCloud should handle things like rescanning of file completely automatic > and transparent to the user. So a call from the outside like this should only >

Re: [Owncloud] Rescan Pictures with a cronjob task

2012-05-25 Thread Frank Karlitschek
Just a commend from my side. ownCloud should handle things like rescanning of file completely automatic and transparent to the user. So a call from the outside like this should only be important for debugging purposes or very special use cases. The real solution for this problem is that the gal

Re: [Owncloud] Rescan Pictures with a cronjob task

2012-05-25 Thread eMerzh
I'm also interrested in this information : How can we do a curl / wget on any page of owncloud I think that if we try to use a basic auth, we will keep beeing redirect to the default page (OC_Util::redirectToDefaultPage in index.php Line 112) Is it what we want? On Thu, May 24, 2012 at 12:04 A

Re: [Owncloud] Rescan Pictures with a cronjob task

2012-05-23 Thread Thomas Tanghus
On Wednesday 23 May 2012 22:23 Florian Hülsmann wrote: > Hi Niko, > > putting this command into the crontab should do the job: > > curl -s -L --max-redirs 3 --basic -u 'user:password' > 'http://host/owncloud/?app=gallery&getfile=ajax/galleryOp.php&operation=scan > ' > > But I'm not sure why it e

Re: [Owncloud] Rescan Pictures with a cronjob task

2012-05-23 Thread Florian Hülsmann
Hi Niko, putting this command into the crontab should do the job: curl -s -L --max-redirs 3 --basic -u 'user:password' 'http://host/owncloud/?app=gallery&getfile=ajax/galleryOp.php&operation=scan' But I'm not sure why it even redirects... Someone else may provide a better solution. Cheers,

[Owncloud] Rescan Pictures with a cronjob task

2012-05-23 Thread Niko Sturm
Hello together, i want rescan all pictures with a cronjob task in linux. With such a task all thumbnail creations could be in the background. Is this possible and how? Thanks for the response and the good software -- Niko Sturm ___ Owncloud mailing l