pandora_transcribe
This commit is contained in:
commit
1b5de1882a
6 changed files with 175 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# pandora_transcribe
|
||||
|
||||
use whisper_timestamped to add automatic transcriptions to pan.do/ra
|
||||
|
||||
## installation
|
||||
|
||||
cd /srv/pandora/pandora
|
||||
git clone https://code.0x2620.org/0x2620/pandora_transcribe transcribe
|
||||
|
||||
add "transcribe" to LOCAL_APPS in local_setttings.py
|
||||
|
||||
|
||||
## configuration
|
||||
|
||||
add a user called subtitles and create 2 lists for that user: Queue and Transcribed
|
||||
alternatively see options for `./manage.py transcribe` to use another user or list name
|
||||
|
||||
## run
|
||||
|
||||
in a terminal run
|
||||
./manage.py transcribe
|
||||
|
||||
|
||||
## install a service
|
||||
|
||||
copy systemd/service/pandora-transcribe.service to /etc/systemd/system/pandora-transcribe.service and
|
||||
|
||||
systemctl enable --now andora-transcribe.service
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue