dotnet add OrchardCore.MediaThe media module adds media management support.
Features
Media
The media module adds media management support. Its manifest-backed feature ID is OrchardCore.Media, and it is categorized as Content Management. It depends on OrchardCore.ContentTypes, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Media Indexing
Provides a way to index media files with common format in search providers. Its manifest-backed feature ID is OrchardCore.Media.Indexing, and it is categorized as Search. It depends on OrchardCore.Media, so Orchard Core enables that dependency when this feature is enabled. The manifest marks it as enabled by dependency only, so it is intended to support other features rather than be selected as a standalone end-user feature. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Text Media Indexing
Provides a way to index common text files like (.txt and .md) in search providers. Its manifest-backed feature ID is OrchardCore.Media.Indexing.Text, and it is categorized as Search. It depends on OrchardCore.Media.Indexing, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Media Cache
The media cache module adds remote file store cache support. Its manifest-backed feature ID is OrchardCore.Media.Cache, and it is categorized as Content Management. It depends on OrchardCore.Media, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Media Slugify
The media slugify module transforms newly created folders and files into SEO-friendly versions by generating slugs. Its manifest-backed feature ID is OrchardCore.Media.Slugify, and it is categorized as Content Management. It depends on OrchardCore.Media, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Secure Media
Adds permissions to restrict access to media folders. Its manifest-backed feature ID is OrchardCore.Media.Security, and it is categorized as Content Management. It depends on OrchardCore.Media, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Media TUS Uploads
Enables resumable file uploads using the TUS protocol. When enabled, replaces the default chunked upload mechanism with the TUS standard, allowing uploads to be paused and resumed. Its manifest-backed feature ID is OrchardCore.Media.Tus, and it is categorized as Content Management. It depends on OrchardCore.Media, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Media SignalR
Enables real-time media updates via SignalR. When enabled, changes to media files and folders are broadcast to connected clients. Its manifest-backed feature ID is OrchardCore.Media.SignalR, and it is categorized as Content Management. It depends on OrchardCore.Media, and OrchardCore.SignalR, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause