Sign inSign up

silicate/flexget-docker

By silicate

•Updated over 5 years ago

Image
0

256

silicate/flexget-docker repository overview

Docker Stars Shield Docker Pulls Shield License

⁠flexget-dockerfile

Flexget Dockerfile for automated Docker builds.

⁠What is Flexget?

From Flexget⁠:

FlexGet is a multipurpose automation tool for all of your media.

Support for torrents, nzbs, podcasts, comics, TV, movies, RSS, HTML, CSV, and more.

Refer to: https://github.com/wiserain/docker-flexget⁠

This guy is on top of it

⁠Configuration

Because of the way the volumes are attached to the host, paths can be very simple. An example of a task configuration that sorts tv episode looks like so:

sort-tvseries:
  find:
    path: /input/tv
    regexp: '.*\.(mkv|mp4)$'
    recursive: yes
  template: tv
  move:
    to: /output/video/tv/{{series_name}}/Season {{series_season|pad(2)}}
    filename: 'S{{series_season|pad(2)}} E{{series_episode|pad(2)}} {{tvdb_ep_name}}'

Tag summary

Content type

Image

Digest

Size

184.1 MB

Last updated

over 5 years ago

docker pull silicate/flexget-docker