https://github.com/mpepping/autosub
Autosub in a container
https://github.com/mpepping/autosub
autosub docker-image subtitles
Last synced: over 1 year ago
JSON representation
Autosub in a container
- Host: GitHub
- URL: https://github.com/mpepping/autosub
- Owner: mpepping
- Created: 2020-02-22T12:50:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T23:35:21.000Z (about 3 years ago)
- Last Synced: 2025-01-27T06:35:52.095Z (over 1 year ago)
- Topics: autosub, docker-image, subtitles
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autosub
[Autosub](https://github.com/BenjV/autosub) in a container.
Autosub is seeks and downloads subtitles for media-files in configured directories. Comes with a GUI.
```
docker run -d -p 9960:9960 --restart=unless-stopped \
-v /host-path/config.properties:/opt/autosub-master/config.properties \
-v /host-path/database.db:/opt/autosub-master/database.db \
-v /host-path/series:/series mpepping/autosub
```