Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<img src="https://github.com/ponzischeme89/Sublogue/blob/master/docs/sublogue_logo.png" height="700" width="456">
|
<img src="https://github.com/ponzischeme89/Sublogue/blob/master/docs/sublogue_v2.png" height="256" width="456">
|
||||||
|
|
||||||
<h4>Your subtitles deserve metadata. Sublogue adds it.</h4>
|
<h4>Your subtitles deserve metadata. Sublogue adds it.</h4>
|
||||||
|
|
||||||
@@ -13,8 +13,7 @@ Sublogue is a lightweight open-source tool for enriching SRT files. Pull metadat
|
|||||||
- Fetch metadata from OMDb, TMDb, and TVMaze
|
- Fetch metadata from OMDb, TMDb, and TVMaze
|
||||||
- Add runtime, director, cast, and ratings to subtitle headers
|
- Add runtime, director, cast, and ratings to subtitle headers
|
||||||
- Preserve original dialogue and timing with safe insertion logic
|
- Preserve original dialogue and timing with safe insertion logic
|
||||||
- Clean, fast web UI for scanning and batch processing
|
- Clean, fast web UI for scanning and batch processing built in Svelte
|
||||||
- Docker-first deployment with persistent storage
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
@@ -26,7 +25,7 @@ Create `data/` and `media/` folders next to the compose file, then run:
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
sublogue:
|
sublogue:
|
||||||
image: ponzischeme89/sublogue:latest
|
image: ghcr.io/onzischeme89/sublogue:latest
|
||||||
container_name: sublogue
|
container_name: sublogue
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -65,7 +64,7 @@ Create a new stack and paste a Komodo template like this:
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
sublogue:
|
sublogue:
|
||||||
image: ponzischeme89/sublogue:latest
|
image: ghcr.io/onzischeme89/sublogue:latest
|
||||||
container_name: sublogue
|
container_name: sublogue
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
Reference in New Issue
Block a user