Giter VIP home page Giter VIP logo

docker-pyload's People

Contributors

dovry avatar gissehel avatar obi12341 avatar pyblub avatar thomasgroch 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docker-pyload's Issues

.pid-file doesn't get deleted

Whenever the container restarts the pyload.pid file doesn't get deleted (on mounted volume), so the application can't start anymore until I manually delete it.

Use unrar instead of unrar-free

Unrar free has some issues with password-protected archives created by more recent unrar versions. I would like it to be replaced by the nonfree version of unrar.

SSL/HTTPS and timezone support

Would writl/pyload with python-openssl for SSL/HTTPS support be possible?

apt-get update && apt-get install -y python-openssl

Support for setting your own time zone would also be great, python-openssl for your Docker container would be fantastic.

Thanks

gnutls_handshake failed

Hi,

when I try to download a link beginning with https. I get the following error:
pycurl error 35: gnutls_handshake() failed: The TLS connection was non-properly terminated.
Help is highly appreciated.

ExtractArchive plugin not working @all

Unfortunately the plugin ExtractAchive is not working until install unrar in Dockerfile.

Working workaround is:
disable option config: Delete archive after extraction

Add a file under: "scripts/package_extracted" eg "notify_and_delete_sh"
Has to be executable by the pyload user
`
#!/usr/bin/env bash

if [ $# -eq 1 ]
then
FOLDER="$1"
elif [ $# -eq 2 ]
then
FOLDER="$2"
if [ $1 == '-t' ]
then
ACTION_AMC=test
ACTION_CLEANER=test
else
ACTION_AMC=move
ACTION_CLEANER=move
fi
elif [ $# -ge 3 ]
then
FOLDER="$3"
fi

if [[ -d $FOLDER ]]; then
rm -rf $FOLDER
fi

`

My personally use is, to delete the *.rar Files after extract Archive and notify me by email:
`
ARG_1=$1
ARG_2=$2
ARG_3=$3

EMAIL=[email protected]
echo -e "Pyload download finished..$ARG_1 - $ARG_2 - $ARG_3" | /usr/bin/mutt -F /opt/pyload/pyload-config/muttrc -s "Pyload download finished - $ARG_2" $EMAIL
`

Playing around a couple of hours with the ExtractArchive Plugin.. and have no other solution. Maybe this helped other..

Webinterface not working

Dockerimage: writl/pyload:latest
Webinterface not working:

Critical error while processing request: /login

Configure default user with environment variables.

Would it be possible to configure the default user with environment variables like "PYLOAD_USER, PYLOAD_PASSWORD" ? At the moment I always end up doing a "docker exec...." and changing it from inside.

Please add SSL-support

Support for HTTPS would be nice but module python-openssl is not available. The "builtin" server in pyload should also be changed in "threaded".

XMPP Plugin is not working

I'm running the pyload container on a NAS and wanted to use the XMPP Plugin for notifications.
The plugin can not be started due the lack of the module pyxmpp.

ExtractArchive - SevenZip missing

After the friendly support of a pyload developer:

https://github.com/pyload/pyload/issues/3872

Is there a way to add "SevenZip" to an update so that folders can be excluded after extracting a file (and not just individual files)? I mean this function: "Don't extract the following files:".

DEBUG ADDON ExtractArchive: Found HjSplit 0.02 | Found UnRar 5.50 | Found UnZip 2.7.17 | Found UnTar 2.7.17

Add curl to installed packages

Maybe you could add 'curl' to the installed packages of this image. Since the reconnect function is a central part of the application, and as i would suspect 'curl' is used in many scenarios to send an appropriate request to the modem/router, it would be great to have this command initially at hand in the docker container.

Make testing branch

Could you please create a testing branch that gets the development source for the next pyload version?

Keep2share

Hi,
i installed writl/pyload on my QNAP-NAS fpr a long time and i had never issues with the accounts. Today, i tried to add an k2s-account and pyload freezes. Whats wrong.

omv + docker + pyload 1080p merge problem

I use omv + docker + pyload
When I set the Quality Setting to 1080p , pyload download the video and audio desperately. There are two file, one is xxx.video.mp4, the other is xxx.audio.webm. Can they merge to one file?
And I install ffmpeg in root command line. Is that something with the docker?

Python: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
OS: posix linux2 Linux 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64
pyLoad version: 0.4.9
Installation Folder: /opt/pyload
Config Folder: /opt/pyload/pyload-config
Download Folder: /opt/pyload/Downloads
Free Space: 5.46 TiB
Language: en
Webinterface Port: 8187
Remote Interface Port: 7227

Add js engine

Currently some CAPTCHA plugins dont work because no javascript engine is installed. This could be fixed by installing spidermonkey or rhino.

Would a writl/pyload update be possible?

In the meantime there were a few commits again.

Would a writl update be possible? It would also be great to add the ability to set your own time zone.
writl/pyload is without a doubt the best PyLoad docker! Thanks for your great work!

:)

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.