nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
455 stars 57 forks source link

initial generation command #409

Closed petrosmm closed 1 year ago

petrosmm commented 1 year ago

on app page it says ./occ preview:generate-all -vvv but here in the README.md it says ./occ preview:generate-all and the first works for me, the second just hangs and looks endless.... which is correct and why the difference?

petrosmm commented 1 year ago

verbosity isn't it?

st3iny commented 1 year ago

They are both the same. The first variant just prints more verbose output to the console.

st3iny commented 1 year ago

That is probably why it seems to hang but it doesn't.

petrosmm commented 1 year ago

i feel dumb already, thanks! as an idiot user who didn't notice the commands wasn't working, i recommend you keep the -vvv

st3iny commented 1 year ago

Don't worry :)