Flexget Dockerfile for automated Docker builds.
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
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}}'
Content type
Image
Digest
Size
184.1 MB
Last updated
over 5 years ago
docker pull silicate/flexget-docker