Commit Graph

8 Commits

Author SHA1 Message Date
9655686a50 chore: cleanup legacy files and update gitignore
- Remove obsolete Docker files (will be recreated later)
- Remove legacy launcher.py and transcriptarr.py
- Remove subgen.xml configuration
- Remove test_backend.py (tests will be restructured)
- Remove language_code.py from root (moved to backend/core/)
- Update .gitignore for Python project structure
2026-01-16 15:10:14 +01:00
8acbe84b15 chore: update project structure and workflows
- Update .gitignore for new backend structure
- Update GitHub workflows for transcriptarr rename
- Update launcher.py to use new module name
2026-01-11 21:37:23 +01:00
McCloudS
688719925b Muisje/issue143 (#144)
* * Handle multiple audio tracks
* Improved skipping

* Added language code class for more robustness and flexibility

* extract audio to bytes instead of file in case of multiple audio
2024-11-30 18:23:53 +00:00
McCloudS
e16becbe74 Update .gitignore 2024-03-21 09:02:50 -06:00
McCloudS
45ef08778f Update .gitignore 2024-03-20 15:48:40 -06:00
McCloudS
50cf9f3f94 Create .gitignore 2024-03-20 15:33:22 -06:00
McCloudS
b176ef1094 Delete .gitignore 2023-12-19 12:07:23 -07:00
Rikiar
5c5fe8d114 Improve webhook error handling and URL building
Adjusted indentation in the webhook receiver to correctly fall back to a
warning message when receiving a misconfigured webhook. Also, updated
metadata refresh function to construct the request URL dynamically,
allowing for more robust handling of server addresses, including those
served over HTTPS. These changes ensure better user feedback and improve
compatibility with secure Plex server configurations.
2023-12-19 11:55:54 +01:00