Skip to content
Snippets Groups Projects
Commit 5eacca6b authored by Richard Zameitat's avatar Richard Zameitat :cat2:
Browse files

fix ext id and update README

parent 3cf8582c
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,10 @@ Nevertheless, in the code it is called _Open Excellence Media_ or for short **O ...@@ -22,8 +22,10 @@ Nevertheless, in the code it is called _Open Excellence Media_ or for short **O
### what is it good for? ### what is it good for?
A huge portion of videos in RWTH moodle are hosted on RWTH's OpenCast instance.
The way it is set up prevents (likely intentionally) a user-friendly approach to downloading videos. Most videos (eg. lecture recordings) embedded in RWTH Aachen University's moodle are hosted on an OpenCast.
These videos are usually embedded using an iframe, which makes it (intentionally) hard to download them for offline use.
This extension want's to help by liberating lecture recordings and other videos provided in this rather restrictive manner. This extension want's to help by liberating lecture recordings and other videos provided in this rather restrictive manner.
How? How?
...@@ -35,6 +37,18 @@ By placing a bow with direct links to the videos above them. ...@@ -35,6 +37,18 @@ By placing a bow with direct links to the videos above them.
- personal archive to re-watch lecture contents in a few semesters (relevant for exams, personal interest, …) - personal archive to re-watch lecture contents in a few semesters (relevant for exams, personal interest, …)
- -
### where to get it?
Sadly, this extension was not accepted into Mozilla's offizial addon gallery, because the target audience is too limited.
Nevertheless it is possible to get extensions signed by Mozilla and self-distribute them.
(With a bit of luck even automated updates should work just fine.)
You should (hopefully) be able to get the latest version from <https://dev.sudo42.de/public/ff-addons/openexcellencemedia-latest.xpi>.
The [releases page of this project](https://git.fsmpi.rwth-aachen.de/moodleOpenCastDownloads/ff-ext/-/releases) should contain them as well.
And, of course, you can build this extension from source on your own.
Or modify it to work as user script.
This project is licensed unser EUPL, so feel free to use, read, adapt, or share the code.
### 2do ### 2do
- [X] going to bed - [X] going to bed
- [ ] styling (I love CSS, not joking here!) - [ ] styling (I love CSS, not joking here!)
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
], ],
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "{cc975a31-cc03-49ce-8c82-2b265f327227}", "id": "{ad4c20e4-957a-45ff-a48e-a5497ccd59d5}",
"strict_min_version": "60.0", "strict_min_version": "60.0",
"update_url": "https://dev.sudo42.de/public/ff-addons/updates.json" "update_url": "https://dev.sudo42.de/public/ff-addons/updates.json"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment