- 05 Apr, 2019 2 commits
-
-
Dr Rich Wareham authored
Configure GitLab CI Closes #37 See merge request !41
-
msb authored
-
- 01 Apr, 2019 2 commits
- 29 Mar, 2019 1 commit
-
-
Mike Bamford authored
-
- 02 Nov, 2018 3 commits
-
-
Rich Wareham authored
Add clause to export_sms_csv.sh that excludes corrupted clips
-
Rich Wareham authored
-
Dr Rich Wareham authored
Add a property to the collection listing all the media ids for the collection in the order they should be in. This custom property is not modified by adding/removing videos to the corresponding JWP playlist unlike sms_{,failed_}media_ids and is used by the media platform to reconcile videos with playlists.
-
- 25 Oct, 2018 1 commit
-
-
msb authored
in a table named corrupted_clips.
-
- 11 Oct, 2018 2 commits
-
-
Mike Bamford authored
use media id as primary key when determining create/update
-
Dr Rich Wareham authored
We previously used the clip id as a primary key for determining if a video needed to be updated or created. Unfortunately this meant that our previous change which modified our clip id selection resulted in duplicate videos being uploaded with the same media id and differing clip id. Compounding this error was the fact that these videos had identical publication dates set which meant that, in practice, they came back from the JWP API in a semi-random order depending on the vagaries of their database. Move to using media id as the primary key which should stop this happening in future. We still need to tidy up the videos in JWP. The best approach would be to simply delete all the videos with multiple clip ids.
-
- 17 Sep, 2018 1 commit
-
-
Dr Rich Wareham authored
Empirically, we should always use MPEG4 is available since it is often the highest resolution. Tweak the order of prferred formats/qualities to reflect this.
-
- 21 Aug, 2018 1 commit
-
-
Dr Rich Wareham authored
-
- 20 Aug, 2018 2 commits
-
-
Dr Rich Wareham authored
-
Dr Abraham Martin authored
widen range of acceptable export formats
-
- 17 Aug, 2018 4 commits
-
-
Dr Rich Wareham authored
Widen the range of formats we try to upload to JWP. Some media items had neither an audio or video archive export. Modify the CSV dump script to dump *all* clips and define a preferred ordering for formats, video then audio and within each decreasing quality options. Explicitly log items with no media at all (there are some!) or ones where we could not determine a "best" format. IMPORTANT: This changes the default strip-leading path option from 1 to 0 to allow for non-archive media items to be downloaded. This needs to be combined with a change to gen_jwplayer_feed.sh to strip the "sms-archive02/" from the base URL.
-
Dr Abraham Martin authored
support empty collections
-
Dr Rich Wareham authored
Some collections may be empty, in which case the media ids prop will be blank. In this case we should parse it as the empty list but we don't since ''.split(',') returns ['']. Catch this case. Closes #32
-
Dr Rich Wareham authored
Modify the SMS export to use the associated collection ACL for a media item if it does not otherwise have an ACL. This should fix uisautomation/sms-webapp#218.
-
- 01 Aug, 2018 1 commit
-
-
Dr Abraham Martin authored
genupdatejob: make sanitize a little more forgiving
-
- 30 Jul, 2018 1 commit
-
-
Dr Rich Wareham authored
Initially we had to truncate video descriptions because the JWP client libraries would try to pass all parameters as GET requests, even when using HTTP POST. That has been fixed by later versions of the JWP client. Additionally, we want to allow for newlines in descriptions since they are usually important. Update the sanitisiation function to only strip non-newline control characters and to no-longer truncate strings.
-
- 04 Jun, 2018 1 commit
-
-
Rich Wareham authored
BUGFIX: Wrong media type imported
-
- 25 May, 2018 2 commits
-
-
Mike Bamford authored
-
Mike Bamford authored
-
- 24 May, 2018 5 commits
-
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
-
- 21 May, 2018 4 commits
-
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
Synchronisation of SMS collections to JW channels
-
Mike Bamford authored
genupdatejob: check failed_media_ids so as not to re-run failed jobs
-
- 18 May, 2018 2 commits
-
-
Mike Bamford authored
-
Mike Bamford authored
-
- 17 May, 2018 1 commit
-
-
Mike Bamford authored
/channels/videos/create (and delete) operation.
-
- 16 May, 2018 4 commits
-
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
-
Mike Bamford authored
-