castopod/themes/cp_admin/episode
Yassine Doghri 7f7c878cb6 fix(video-clips): create unique temporary files for resources to be deleted after generation
- tempfile uniqueness ensures that each process lives in its independent context
- add
writable/temp folder to store video clips temporary resources
- add videoClipWorkers config to
Admin for specifying the number of ffmpeg processes to run in parallel
- update video clip preview
background to better suit the end result
2022-01-21 12:35:50 +00:00
..
_card.php feat(themes): set different default banner per theme 2022-01-20 14:51:31 +00:00
_sidebar.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
create.php feat(transcript): parse srt subtitles into json file + add max file size info below audio file input 2022-01-09 16:37:13 +00:00
delete.php fix: unpublish episode before deleting it + add validation step before deletion 2021-12-29 12:00:55 +00:00
edit.php feat(transcript): parse srt subtitles into json file + add max file size info below audio file input 2022-01-09 16:37:13 +00:00
embed.php refactor: replace "embeddable-player" occurrences to "embed" 2021-12-29 12:02:53 +00:00
list.php refactor: harmonize redirects after submitting forms 2022-01-05 14:58:53 +00:00
persons.php refactor: harmonize redirects after submitting forms 2022-01-05 14:58:53 +00:00
publish_edit.php feat(media): clean media api + create an entity per media type 2021-12-29 12:10:13 +00:00
publish.php feat(media): clean media api + create an entity per media type 2021-12-29 12:10:13 +00:00
soundbites_list.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
soundbites_new.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
unpublish.php fix: unpublish episode before deleting it + add validation step before deletion 2021-12-29 12:00:55 +00:00
video_clip.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
video_clips_list.php fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +00:00
video_clips_new.php fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +00:00
video_clips_requirements.php fix(audio-clipper): add mouse position offset when stretching clip to prevent content from jumping 2022-01-02 14:11:05 +00:00
view.php feat(media): clean media api + create an entity per media type 2021-12-29 12:10:13 +00:00