Sign inSign up

ninux/flexget

By ninux

Updated almost 11 years ago

Image
0

769

ninux/flexget repository overview

flexget

Table of Contents

##Installation

Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the Docker Trusted Build service.

docker pull ninux/flexget:<stable_version>

You can also pull the latest tag which is built from the repository HEAD

docker pull ninux/flexget:latest

Alternately you can build the image locally.

git clone https://github.com/ninuxhub/docker-flexget.git
cd docker-flexget
docker build --tag="$USER/flexget" .

Quick Start

You can launch the image using the docker command line,

docker run --rm -it \
-v $HOME/Desktop/flexget:/root/.flexget \
-v $HOME/Download:/download \
-e TRAKT=YES -e TRAKT_USER=$USER ninux/flexget:1

RSS

Default value of rss feed is http://rss.bt-chat.com/?group=3

You can overide si value with RSS variable

FTDB

Frenchtorrentdb is a private torrent tracker.

  • If you want to use this tracker, you must provide a valid coockie for authentication. You can retreive this value with a web browser inspector.
  • You must specify a valide frenchtorrentdb RSS feed.
docker run --rm -it \
-v $HOME/Desktop/flexget:/root/.flexget \
-v $HOME/Download:/download \
-e FTDB=YES -e RSS=http://www.frenchtorrentdb.com/rss/****YOUR_PERSONAL_TOKEN_HERE****/tv_hd_vostfr.rss \
-e TRAKT=YES -e TRAKT_USER=$USER ninux/flexget:1

Betaseries TODO

Trakt.tv TODO

Available Configuration Parameters

Please refer the docker run command options for the --env-file flag where you can specify all required environment variables in a single file. This will save you from writing a potentially long docker run command. Alternately you can use fig.

Below is the complete list of available options that can be used to customize your flexget installation.

  • BS: Enable Betaseries plugin. Unset by default
  • BS_USER: Betaseries username
  • BS_PASS: Betaseries password
  • BS_KEY: Betaseries API Key
  • DISABLE_PARSER: Disable a parser see issue #1. Unset by default
  • FTDB: Enable requirements for pulling a frenchtorrentdb rss feed. Unset by default
  • FTDB_COOKIE: Set the cookie value for authentication
  • RSS: Set rss feed.
  • TRAKT: Enable Trackt plugin. Unset by default
  • TRKT_USER: Trackt Username
  • TRAKT_PASS: (Optional) Trakt Password used if your trakt profile is private

Contributing

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome new features and bug fixes
  • Help new users with Issues they may encounter

References

Tag summary

Content type

Image

Digest

sha256:65a14516d

Size

301.4 MB

Last updated

almost 11 years ago

docker pull ninux/flexget