Skip to content

Incorrect ratio for thumb images in the album view #2213

Discussion options

You must be logged in to vote

Before I regenerate the different size I had a look at the size_variants table in the database.
I have:

The sizes "small" and "small2" are missing.

I tried the generate_thumbs command but it fails:

# sudo -u www-data php artisan lychee:generate_thumbs {type : thumb name} {amount=100 : amount of photos to process} {timeout=600 : timeout time requirement}

  Too many arguments to "lychee:generate_thumbs" command, expected arguments   
  "type" "amount" "timeout".

I then used:

sudo -u www-data php artisan lychee:generate_thumbs small 1000 600
sudo -u www-data php artisan lychee:generate_thumbs small2x 1000 600

and the album view is now correct.

Maybe the missing small images could be gene…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ildyria
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Bugs
Labels
Not an Issue/Wont fix This is not an issue
2 participants
Converted from issue

This discussion was converted from issue #2198 on January 19, 2024 13:05.