Installation tutorial Autosub-bootstrapbill

  • Autosub-bootstrapbill is an automatic subtitle downloader for TV-series with a nice web interface. It downloads only english and dutch but i can imagine with some modifications you can maybe download also other language. It uses subtitleseeker.com as source


    It support the next online database:
    - Open Subtitles (new)
    - Addic7ed
    - Podnapsi
    - SubScene
    - UnderTexter


    I was trying to install it in OMV. The next tutorial (https://kriskras.info/2014/10/19/autosub-bootstrap-bill/) was helpfull so i translated a bit and did some minor modifications. So credits to the original writer.


    Install Python

    Code
    apt-get install python-cheetah


    Install Mercurial

    Code
    apt-get install mercurial


    Go to a dir where you prefer, i choosed /usr/bin in this tutorial

    Code
    cd /usr/bin


    Clone autosub-bootstrapbill

    Code
    hg clone https://code.google.com/p/autosub-bootstrapbill/


    Go inside the directory

    Code
    cd /usr/bin/autosub-bootstrapbill/


    Start autosub-bootstrapbill

    Code
    python AutoSub.py


    Open autosub-bootstrapbill: http://yourinternalIP:8083


    Configuration-> Fill in the neccesary fields
    Home-> Shutdown autosub-bootstrapbill


    Go inside the directory

    Code
    cd /usr/bin/autosub-bootstrapbill/


    Rename init.ubuntu

    Code
    mv init.ubuntu auto-sub


    Copy autosub /etc/init.d

    Code
    cp auto-sub /etc/init.d/


    Change the Directory DAEMON_OPTS to autosub-bootstrapbill location.


    Code
    nano /etc/init.d/auto-sub


    If you used the directory in the tutorial it is


    Code
    DAEMON_OPTS=" /usr/bin/autosub-bootstrapbill/AutoSub.py -c/usr/bin/autosub-bootstrapbill/config.properties -d -l"


    Make autosub-bootstrapbill excecutable

    Code
    chmod +x /etc/init.d/auto-sub


    Make autosub-bootstrapbill starting at reboot

    Code
    update-rc.d auto-sub defaults


    Start autosub

    Code
    service auto-sub start

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!