• 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

Storage mode: Album

immewnity

Chevereto Noob
Is there any way to store files on the drive in a hierarchical structure other than date? For example, by album ID. Something like...

  • 1
    • Apple.jpg
    • Banana.jpg
  • 2
    • Sunrise.jpg
  • 3
    • Dog.jpg
    • Cat.jpg
    • Horse.jpg
Storing by date doesn't always make sense, and having all files in the same directory can make for a very file list.
 
I don't think that this will be wise to implement directly in the file system as images can be moved from one album to another, which spawns the responsibility of having to deal with broken links when you move Cat.jpg to 1. In a system where users can move entities it won't be practical to spawn all the hassle of having to touch the file system and all what it propagates.

However, this could be implemented as an addon providing virtual routing as you describe. But it will only work for URL, not to browse images in your storage.
 
Back
Top