From 4696aa1fed214fe1084d7c3deecaaa289bc0a1fd Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 31 Oct 2022 21:53:15 -0400 Subject: Update OBS, renamepublish and edit --- roles/caption/tasks/main.yml | 2 +- roles/caption/templates/process-captions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/caption') diff --git a/roles/caption/tasks/main.yml b/roles/caption/tasks/main.yml index 3fa997c..c1511cf 100644 --- a/roles/caption/tasks/main.yml +++ b/roles/caption/tasks/main.yml @@ -33,7 +33,7 @@ path: "{{ emacsconf_caption_dir }}" state: directory - name: Copy the script for processing the files - tags: process-captions, wip + tags: process-captions template: src: process-captions.py dest: "{{ emacsconf_caption_dir }}/process-captions.py" diff --git a/roles/caption/templates/process-captions.py b/roles/caption/templates/process-captions.py index da99203..50c62d1 100755 --- a/roles/caption/templates/process-captions.py +++ b/roles/caption/templates/process-captions.py @@ -142,7 +142,7 @@ def generate_captions(work): result = clean_up_timestamps(result) with open(new_file, 'w') as vtt: whisper.utils.write_vtt(result['segments'], file=vtt) - with open(work['base'] + '.txt') + with open(work['base'] + '.txt'): whisper.utils.write_txt(result['segments'], file=txt) work['vtt'] = new_file if 'srv2' in work: del work['srv2'] -- cgit v1.2.3