chore: update project structure and workflows
Some checks failed
Build_Subgen_Dockerfile_CPU / docker (push) Failing after 20s
Build_Subgen_Dockerfile_GPU / docker (push) Has been cancelled

- Update .gitignore for new backend structure
- Update GitHub workflows for transcriptarr rename
- Update launcher.py to use new module name
This commit is contained in:
2026-01-11 21:24:11 +01:00
parent 529af217e9
commit 4b451aa7a6
5 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Get version from subgen.py
- name: Get version from transcriptarr.py
id: get_version
run: |
version=$(grep -oP "subgen_version\s*=\s*'\K[^']+" subgen.py)