Human-readable media directories
# help-with-umbraco
n
Hi there 👋, I was wondering if it's possible to have human-readable / speaking media directory names, i.e.
/media/directory1/
instead of
/media/randomString/
. I get that there might be some issues with duplicate names. I search the web and found this: https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders#mediapath-scheme but
OriginalMediaPathScheme
in
builder.Services.AddUnique<IMediaPathScheme, OriginalMediaPathScheme>();
couldn't be resolved. Also because I'm fairly new to Umbraco and C# I'm not sure how to correctly implement
IMediaPathScheme
in a custom class, so that my desire of speaking directory names can be accomplished. Thanks!
3 Views