wy580477 / Leech-AIO-APP-EX

All Downloaders with Rclone auto-upload & Telegram notification on Docker | Docker 全能下载 APP + Rclone 自动上传 + 电报任务完成通知
187 stars 186 forks source link

How to stop auto upload from metube, gallery-dl,qBittorrent #115

Open WhiteBeast261 opened 8 months ago

WhiteBeast261 commented 8 months ago

i did try to change script.conf idk how i enabled autoupload rclone so i tried to comment out

Aria2 上传模式 | Aria2 auto-upload mode

aria2-upload-mode=move

yt-dlp 上传模式 | yt-dlp auto-upload mode

ytdlp-upload-mode=move

gallery-dl 上传模式 | gallery-dl auto-upload mode

gallery-dl-upload-mode=move

qBittorrent 上传模式 | qBittorrent auto-upload mode

qbit-upload-mode=move

pyLoad 下载完成后上传模式 | pyLoad auto-upload mode after download finished

pyload-download-finished-upload-mode=disable

pyLoad 下载文件解压后上传模式 | pyLoad auto-upload mode after package extracted

pyload-package-extracted-upload-mode=disable

and metube shows this error in logs 3-10-15_03:51:58.96873 10/15 11:51:58 [ERROR] 无法发送任务至 Rclone: /mnt/data/videos/Atif Aslam songs playing in another room and it's raining_Aesthetics اردو.mp4 2023-10-15_03:51:58.96993 ERROR: Postprocessing: Command returned error code 1 2023-10-15_03:51:59.00514 INFO:ytdl:waiting for item to download 2023-10-15_03:52:25.04917 INFO:aiohttp.access:127.0.0.1 [15/Oct/2023:03:52:25 +0000] "POST /delete HTTP/1.1" 200 266 "http://remote_ip:8080/beastleechbot/metube/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" 2023-10-15_03:52:48.82823 INFO:aiohttp.access:127.0.0.1 [15/Oct/2023:03:52:48 +0000] "POST /delete HTTP/1.1" 200 266 "http://remote_ip:8080/beastleechbot/metube/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" 2023-10-15_03:52:54.78905 INFO:ytdl:adding https://www.youtube.com/watch?v=mdDuuNqoUj8: quality='best' format='mp4' already=None folder=None custom_name_prefix='' 2023-10-15_03:52:55.80010 INFO:ytdl:downloading Gardishon ke Hein Maray Hoay Na ( slowed Reverb ) ustad nusrat ali khan#fyp 2023-10-15_03:52:55.81750 INFO:aiohttp.access:127.0.0.1 [15/Oct/2023:03:52:54 +0000] "POST /add HTTP/1.1" 200 266 "http://remote_ip:8080/beastleechbot/metube/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" 2023-10-15_03:53:06.15043 % Total % Received % Xferd Average Speed Time Time Time Current 2023-10-15_03:53:06.15050 Dload Upload Total Spent Left Speed 2023-10-15_03:53:06.15058 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 186 0 0 100 12 0 8935 --:--:-- --:--:-- --:--:-- 12000 2023-10-15_03:53:06.15186 curl: (22) The requested URL returned error: 400 2023-10-15_03:53:06.15503 10/15 11:53:06 [ERROR] 无法发送任务至 Rclone: /mnt/data/videos/Gardishon ke Hein Maray Hoay Na ( slowed Reverb ) ustad nusrat ali khan#fyp_Ali Jutt Saab.mp4 2023-10-15_03:53:06.15629 ERROR: Postprocessing: Command returned error code 1 2023-10-15_03:53:06.16887 INFO:ytdl:waiting for item to download

WhiteBeast261 commented 8 months ago

also commented this out. `

Rclone 自动上传设置

Rclone Auto-upload setting

默认上传网盘名称(RCLONE 配置时填写的 name)。默认值auto将从配置文件第一行中提取。

Default Rclone remote name. If set to auto, Remote name will be extracted from the first line of rclone config file.

drive-name=auto

全局上传目标目录,网盘中的文件夹路径。末尾不要有斜杠。

global Rclone remote upload path.

drive-dir=/upload

`

and getting 6 186 0 0 100 12 0 8450 --:--:-- --:--:-- --:--:-- 12000 2023-10-15_03:59:37.02952 curl: (22) The requested URL returned error: 400 2023-10-15_03:59:37.03277 10/15 11:59:37 [ERROR] 无法发送任务至 Rclone: /mnt/data/videos/Dil Kare - Atif Aslam | Aesthetics اردو_Aesthetics اردو.mp4 2023-10-15_03:59:37.03339 ERROR: Postprocessing: Command returned error code 1 2023-10-15_03:59:37.05110 INFO:ytdl:waiting for item to download

image

wy580477 commented 8 months ago

If you want to stop autoupload, do not comment out. Set value to "disable".

WhiteBeast261 commented 8 months ago

all values to disable or just one or 2 specific variables?

wy580477 commented 8 months ago

all values to disable or just one or 2 specific variables?

Depends on which downloader you want to disable autoupload.