Extension Video


Extension Basics

Title
Video
Name
ckanext-video
Type
Public extension
Description
A CKAN extension for embedding Youtube or Vimeo videos as views.
CKAN versions
Download-Url (zip)
Last commit
7 months ago (2025-06-09 11:20:51)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

The Natural History Museum logo.

ckanext-video

Tests Coveralls CKAN Python Docs

A CKAN extension for embedding Youtube or Vimeo videos as views.

Overview

Adds an ‘Embedded Video’ view type, which displays a video from YouTube or Vimeo (either using the resource URL or a different URL).

Installation

Path variables used below: - $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default - $CONFIG_FILE, e.g. /etc/ckan/default/development.ini

Installing from PyPI

pip install ckanext-video

Installing from source

  1. Clone the repository into the src folder:

    cd $INSTALL_FOLDER/src
    git clone https://github.com/NaturalHistoryMuseum/ckanext-video.git
    
  2. Activate the virtual env:

    . $INSTALL_FOLDER/bin/activate
    
  3. Inst

Version
2.1.11
Version release date
2025-06-09
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Path variables used below: - $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default - $CONFIG_FILE, e.g. /etc/ckan/default/development.ini

Plugins to configure (ckan.ini)
video
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions