• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Can album images be manually sorted?

schwim

Chevereto Member
Hi there everyone!

I'm importing my Flickr albums and since they all have the same creation date, the logical sorting doesn't work. I've tried to find a way to manually sort but if it's possible, I'm failing at finding it.

Does such a feature exist?

Thanks for your help!
 
A follow-up question: When sorted by "most recent" or "oldest", does it use the "date taken" value if available or file creation date?

If date taken, I could modify them to sort the way I need them to.
 
A follow-up question: When sorted by "most recent" or "oldest", does it use the "date taken" value if available or file creation date?

If date taken, I could modify them to sort the way I need them to.
It uses the ID, so it accounts based on the row insertion. You can't use date taken because that value isn't stored in any column. Since the only date stored is the insertion date, I use the ID because the index should be a little faster.
 
Back
Top