mpepping / autosub

Autosub in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autosub

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

About

Autosub in a container


Languages

Language:Dockerfile 100.0%