GUIDE Download-Automation Flexget -> pyLoad -> Filebot

  • Hello.


    like i promised. English tutorial HowTo setup Flexget along with pyLoad and a automated sorting/renaming with Filebot


    [*] Install pyLoad along with the Miller Script

    Code
    cd /
    wget https://raw.github.com/cptjhmiller/OMV_Installers/master/omv.sh
    chmod +x /omv.sh
    ./omv.sh


    [*] Configure pyLoad
    edit fstab and add a line to have the stuff downloaded to your DATA-Drive instead of loading it defaultly to your OS_drive

    Code
    sudo nano /etc/fstab


    - add this line and make sure it fits your Environment

    Code
    /media/xxxx-xxx-xx-xx-x-x/Media/Downloads// /root/.pyload/Downloads/ none bind 0 0


    - open Browser "NAS-IP:8888"
    - LOGIN: User: admin ; pwd: admin
    - config - accounts - add [add your OCH accounts]
    - General - Menu - General - create folder for each package - on
    - plugins - externalscripts - on
    - plugins - extractarchive


      - blank
      - off
      - on
      - on
      - blank
      - on
      - off
      - 0
      - unrar_passwords.txt
      - on
      - on


    [*]install Filebot

    Code
    cd /
    wget http://downloads.sourceforge.net/project/filebot/filebot/FileBot_3.8/filebot_3.8_amd64.deb
    sudo dpkg -i filebot_3.8_amd64.deb
    sudo apt-get -f install


    Externalscripts Bash-Scripts

    Code
    cd /root/.pyload/scripts/unrar_finished/
    wget https://github.com/Gutz-Pilz/pyLoad-stuff/blob/master/unrar_finished_filebot.sh


    Code
    cd /root/.pyload/scripts/package_finished/
    wget https://github.com/Gutz-Pilz/pyLoad-stuff/blob/master/package_finished_filebot.sh


    !!!dont forget to edit the code to suite your needs - usually just "Global Variables" needs tweaking!!!

    Code
    nano /root/.pyload/scripts/package_finished/package_finished_filebot.sh
    nano /root/.pyload/scripts/unrar_finished/unrar_finished_filebot.sh


    her some Research sites to see whats possible and not


    [*]Install Flexget

    Code
    apt-get install python-setuptools
    pip install flexget
    pip install --upgrade flexget


    Create Config
    http://flexget.com/wiki/Cookbook
    my Config as Example

  • Hi!


    wenn ich das richtig sehe sucht flexget ja nach den Serien/Filmen in der config datei?
    d.h. ich müsste bei "neuen" Serien/Filmen diese immer manuell anpassen?


    Gibt es da auch was komfortableres ? z.B. eine Wunschliste die man irgendwo pflegen kann und flexget gleicht sich damit ab? (wie bei couchpotato / sickbeard?)


    ----


    Hi!


    if I understood correctly examined flexget yes after the series / movies in the config file?
    that is, I would have to adapt to "new" series / movies this always manually?


    Is there also something more comfortable? e.g. a wish list that you can be anywhere and maintain flexget syncs itself with it? ((like couchpotato / sickbeard?)

Jetzt mitmachen!

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