aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/create-move-video-storage-job.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't process live when moving to external storageChocobozzz2023-03-071-0/+2
|
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-1/+1
|
* Rename video full loadingChocobozzz2022-06-281-1/+1
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+1
|
* Stop using tsconfig registerChocobozzz2022-01-061-7/+4
| | | | Prefer to replace paths at compile time
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-1/+6
|
* Ensure we don't move live to object storageChocobozzz2021-12-171-0/+5
|
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-0/+86
* add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com>