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

Support for unraid? #16

Open
JohnnyT009 opened this issue Nov 4, 2016 · 2 comments
Open

Support for unraid? #16

JohnnyT009 opened this issue Nov 4, 2016 · 2 comments

Comments

@JohnnyT009
Copy link

I am running unraid and would love to use your plugin as everything else seems to be a clunky mess. Any way you could work on that. I would be willing to test it and work with you. I have deluge set as a docker and filebot is a plugin. The only access to deluge is through the webui.

@Laharah
Copy link
Owner

Laharah commented Nov 4, 2016

I'd like to get this working, but unfortunately it's unlikely. The majority of the code for this project is UI code, and would have to be rewritten in javascript to work with the webUI, which I don't have a lot of experience writing. Also, because of the way unraid sandboxes programs, it is very hard to spawn and communicate with other installed programs.

Does the standard deluge container on unraid only allow connections to the webUI? the deluge server should be listening on port 58846 for the deluge client.

@demonspork
Copy link

Deluge by default doesn't listen to outside console connections. There are two ways, one: stop deluge and edit core.conf to "allow_remote: True" or option two: get a shell in your docker container
docker exec -it deluge /bin/bash
and enter the deluge console
deluge-console -c /config
and then set allow_remote to True
config -s allow_remote True

then restart deluge container.

The next step is where I am stuck. It just errors out loading the filebottool plugin saying that it cannot find /config/filebottool.conf
But even if it could load, that Docker container doesn't currently contain Filebot, so I am not sure how to fix that other than spinning up an alternate docker container with this plugin and Filebot pre-configured.

Any input @Laharah ?

My next option is to run an Ubuntu VM on unraid that will have these toolsets, Deluge, Filebot, this plugin. My issue with this is that the unraid server is a low powered AMD embedded chipset that I don't want to run a full VM on if I can avoid it.

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

No branches or pull requests

3 participants