Some quick 'n dirty tools for TUM students
Converts slides to 2x2 landscape with a border for the punchers holes.
Enables the download button at TUM mediasite (if disabled by default)
- Download Greasemonkey (for Firefox) or Tampermonkey (for Chrome)
- Download mediasite_download_enabler.js from GitHub
- Edit the settings in the .js-file (e.g. the URL)
- Navigate to the HTTP- (not HTTPS-) Mediasite and click on the newly created "Create Downloadlinks" button
Helps to playback the slides-video and the camera-recording synchronously using vlc.star
- Download each lectures video files into a separate folder (like the 001/ one)
- Start the
./play.sh
script - Choose a lecture and select the master video (e.g. the slides)
- When the video is over, the script will let you move the lecture into one of two directories:
_SEEN
and_SKIPPED
Enables you to download a list of files (links.txt) from moodle.tum.de using your console.
- Make a list of files on moodle -> save as links.txt
- Make moodle_grabber.sh executable (if not yet):
chmod +x ./moodle_grabber.sh
- Run
./moodle_grabber.sh
- Enter your credentials
- Wait till it's finished