Automated SubtitleSeeker and Addic7ed download script for TV-Series.
100K+
This is a Dockerfile to setup https://code.google.com/p/autosub-bootstrapbill/
Build from docker file
$ git clone https://github.com/WilcoE/auto-sub.git
$ cd auto-sub
$ docker build -t wilcoe/auto-sub .
You can also obtain it with:
docker pull wilcoe/auto-sub
/storage/media/tvseriers is the location of your tvseries on your server
$ docker run -d --name="auto-sub" -v /storage/media/tvseries:/tv -p 8083:8083 wilcoe/auto-sub
Start the docker instance and it will stay as a daemon and listen on port 8083.
Browse to: http://*ipaddress*:8083
When you get: Something went wrong when traversing directory Then check with:
find /storage/media/tvseries | perl -ne 'print if /[^[:ascii:]]/'
And rename files which are showing up
to access the container please use
docker exec -it container_id /bin/bash
Content type
Image
Digest
sha256:fd7e6cd03…
Size
273.4 MB
Last updated
almost 9 years ago
docker pull wilcoe/auto-sub