Skip to content

limbo-works/Limbo.Umbraco.DreamBroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limbo DreamBroker

GitHub license NuGet NuGet Our Umbraco Umbraco Marketplace

Limbo.Umbraco.DreamBroker is a package for Umbraco 10+ that features a property editor for inserting (via URL) or selecting a Dream Broker video. The property editor saves a bit of information about the video, which then will be availble in C#.

The latest version (v2.x) supports Umbraco 10, 11 and 12, whereas older releases (v1.x) supports Umbraco 9.

License: MIT License
Umbraco: Umbraco 10, 11 and 12
Target Framework: .NET 6



Installation

The package targets Umbraco 10+ and is available via NuGet. To install the package, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.DreamBroker --version 2.0.3

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.DreamBroker -Version 2.0.3

For Umbraco 9, see the v1/main branch instead.



Configuration

Authentication

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.

Channels

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.