Age | Commit message (Collapse) | Author |
|
The purpose of this script is to update the video metadata for some videos.
Usage:
scripts/rename-videos.py <csv-file>
This script will read the csv file given on the command line.
For each row, it excepts to find:
* video id (e.g. seeker-1),
* new filename (without extension),
* new duration.
The script will find each video id in the videos/ directory and rename all
the things.
|
|
|
|
|
|
Video numbers may now be decimals (i.e. 5.1, 5.2). If the number is 0 it
is not displayed on the website.
Updating the videos-from-csv.py script to distinguish between user
facing video numbers and video ids.
Also updating urls for many videos.
|
|
|
|
|
|
Playlists are now generated from a default playlist and regularly
merged with the default playlist to get updates.
Also adding the Question tests that got left out of a previous commit.
|
|
|
|
/account redirects to either the assessment or the training page, as
appropriate.
This change adds the /accounts/UID backend resource, which simply stores
an arbitrary json document for now.
|
|
|
|
|
|
|
|
|
|
|