Limbo.Umbraco.DreamBroker is a package for Umbraco that features a property editor for inserting (via URL) or selecting a DreamBroker video. The property editor saves a bit of information about the video, which then will be availble in C#.
The latest version (v13.x
) supports Umbraco 13, whereas older releases support support Umbraco 10-12 (v2.x
) and Umbraco 9 (v1.x
).
License: | MIT License |
Umbraco: | Umbraco 13 |
Target Framework: | .NET 8 |
The package targets Umbraco 13 and is available via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.DreamBroker --version 13.0.1
or the NuGet Package Manager:
Install-Package Limbo.Umbraco.DreamBroker -Version 13.0.1
DreamBroker doesn't have a public API, but relies on more or less undocumented endpoints that exposes already public data, and as such doesn't require any authentication.
Future versions of this package will allow users to add channels to Umbraco, and search among the videos of those channels. With the current version, there is no interface for managing channels - but when adding a new video, the user is prompted to add the channel of the video to Umbraco if the channel hasn't already been added.