Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds FileBot support #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds FileBot support #26

wants to merge 1 commit into from

Conversation

Esya
Copy link

@Esya Esya commented Sep 22, 2015

In case someone wants Filebot along with utf8 support feel free to pull this or docker pull esya/docktorrent. This does require java 8 so it boosts the size of the image a little bit but I think it's worth it and that every linux seedbox should have filebot as well.

Then, in /rtorrent it creates a sorted folder that contains "Tv Shows", "Anime", "Movies" folders with symlinks to the downloads.

RUN echo debconf shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y oracle-java8-installer wget
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there really a need for oracle-java8? Did you try OpenJDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants