Jump to content

rednoah

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by rednoah

  1. If you want to use my docker images, then you need basic command-line skills.

     

    Running docker will automatically download images from Docker Hub. It'll work on any Linux device regardless of whether or not it's Unraid.

     

    e.g.

    docker run -it -v $PWD:/volume1 -v data:/data rednoah/filebot -script fn:sysinfo
    

     

     

    EDIT:

     

    Creating docker-template files for the community repository for my docker containers is left to the unRAID community. I'm happy to accept pull requests.

  2. I've been playing with docker myself and libmediainfo seems to have a few transitive dependencies that may not have been installed on a minimal docker image.

     

    This directive will add lots libraries to the image:

    RUN apt-get install -y mediainfo libchromaprint-tools

  3. To be honest I'm kinda shocked that anyone is using the UI version. I never figured out how to get it to save my settings, which was a deal breaker for me. I'm not going to re-enter my crazy formatting string every time I use the thing.

    It's probably a container issue. By default, on Linux, depending on your filebot.sh options, you might find them here:

    ~/.java/.userPrefs

     

    You can change the default location by passing in certain Java system properties:

    http://stackoverflow.com/a/1320798/1514467

×
×
  • Create New...