Skip to content
Snippets Groups Projects
Commit ca6f67fa authored by Tamara Gunkel's avatar Tamara Gunkel
Browse files
parents 9c17183f b08323b3
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ The filter takes in the html pasted by the opencast repository and replaces it b
The filter itself has no influence on the embedded content, but simply takes the information created by the repository.
Look into the documentation of [repository_opencast](https://github.com/Opencast-Moodle/moodle-repository_opencast) for details on that.
<img width="800" alt="Filter opencast demonstration" src="https://user-images.githubusercontent.com/28386141/137904963-968fd449-602d-40c8-99ad-c56a40fd03f0.png">
## Requirements
- [tool_opencast](https://github.com/Opencast-Moodle/moodle-tool_opencast)
......@@ -15,6 +17,8 @@ Look into the documentation of [repository_opencast](https://github.com/Opencast
## Configuration
The filter has two global configurations that can be modified by the administrator.
<img width="800" alt="Filter opencast configuration" src="https://user-images.githubusercontent.com/28386141/137904968-cacaf48f-35c0-4d15-b6d7-001ded49afc9.png">
The first configuration "URL template for filtering" specifies the URL type that is replaced by the filter. This URL should correspond to the URLs inserted by the repository plugin. In the config, you must use the placeholder [EPISODEID] to indicate where the episode id is contained in the link, e.g. `http://stable.opencast.de/play/[EPISODEID]`.
The second configuration "URL to Paella config.json" specifies the path to the Paella player config. This config can be adapted if you want to modify the look or behavior of the Paella player.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment