Giter Club home page Giter Club logo

plugins's Introduction

Plugins and shell scripts for integrating 3rd party tools with FileBot

plugins's People

Contributors

b2un0 avatar rednoah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plugins's Issues

Failure: java.nio.file.FileSystemException - Operation non permitted.

I was getting this error on my filebot-node docker instance, and I figured out why, and wanted to document it for others who stumble across this thread. For me, the error was that input and output were on different filesystems (not really, but with the way docker was mounting bind volumes, it appeared that way to the app.

From a docker point of view, I was mounting source and destination as separate volumes:

 - /mnt/nas/media/video/todo:/volume1/input
 - /mnt/nas/media/video:/volume1/output

even though todo is just a peer level directory to Movies.

Before:
Input folder: /volume1/intput
Output folder: /volume1/output

resulted in:
[COPY] Failure: java.nio.file.FileSystemException: /volume1/output/Movies/someVideoName.avi: Operation not permitted

After:
Input folder: /volume1/output/todo
Output folder: /volume1/output

That change had it appear to Filebot & Java that it was working on the same volume / filesystem and the program ran without a problem and moved my files where I expected.

Hope this helps someone!

installer/portable.sh doesn't work

Hi @rednoah

I'm trying to use portable.sh in order to download and install filebot automatically.
Furthermore the download fails creating a corrupted FileBot.tar.xz.gpg file (that contain the string "NOT FOUND").

Thanks in advance,

luigi

break out the docker files into separate repos?

I want to fork these and modify them a bit so they automatically check/pull the latest version of filebot on restart. I dont want to fork your entire plugins repo to do this as it seems like overkill and not very clean.

I would appreciate it if you could create one for each docker image...filebot, filebot-node and filebot-watcher.

Thank you!

filebot-watcher docker run command doesn't complete

I am attempting to install the filebot-watcher docker instance. I am using the following command:

docker run -it -v /apps/docker/:/volume1 \
-v data:/data rednoah/filebot:watcher \
/volume1/plex/data --output /volume1/deluge/data/completed

when I do this, I get the following output:

Setting up watches.
Watches established.

After these two lines of output, the command just sits and does nothing further.

Environment:
OS: Ubuntu 16.04
Docker Version output:

Client:
 Version:           18.09.0
 API version:       1.39
 Go version:        go1.10.4
 Git commit:        4d60db4
 Built:             Wed Nov  7 00:48:57 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.0
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.4
  Git commit:       4d60db4
  Built:            Wed Nov  7 00:16:44 2018
  OS/Arch:          linux/amd64
  Experimental:     false

Any and all help is appreciated!

portable.sh Out Of Date

The portable.sh script is out of date and is not updating to the newest version of filebot.
Also, can you get it to automatically update to the latest version without having to manually update the script by changing the variables.
Thanks

installer/deb.sh error in source.list

W: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://get.filebot.net/deb universal InRelease' does not seem to provide it (sources.list entry misspelt?)

portable.sh tries to download a package that isn't available anymore

I recently tried to setup FileBot as a post-processing step on my server, but so far I've been unable to download the portable package. The portable.sh script in this repository points to http://get.filebot.net/filebot/latest/FileBot_4.7.14_r5241-portable.tar.xz.gpg, which just returns 404 for me. Should this package still be available? The portable version isn't really mentioned on the main site.

The SourceForge version of 4.7.9 portable is also unavailable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.