• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

Where are Album alpha ID stored in the database?

ashkir

👽 Chevereto Freak
Hey quick question, does anyone know where Album names are stored in the database? For example album "pMI8P" that was automatically generated is album ID #6464, so I can easily find those. But, where do I find the "pMI8P" from the URL? myhost.com/album/pMI8P

I believe this is called id_encoded
 
Hmm... it's a guess but I think this might be encoded so you won't be able to find it.
 
Use these:

CHV\encodeID($int) and CHV\decodeID($alpha)
 
Back
Top