bakerboy448

Results 606 comments of bakerboy448

alright I think I see it `GET https://localhost:32400/ net::ERR_CONNECTION_REFUSED` That makes sense if it's trying to connect via my local browser to localhost given the server is remote. on a...

Any updates or any additional information I can provide?

``` # /etc/systemd/system/xseed.service [Unit] Description=Cross Seed Search Daemon After=network.target qbittorrent.service prowlarr.ser>Wants=network-online.target qbittorrent.service prowl>[Service] User=bakerboy448 Group=bakerboy448 Restart=always Type=simple ExecStart=cross-seed daemon [Install] WantedBy=multi-user.target ``` Works fine to start the daemon

-1 for Hardlinks When combined with qbit manage cleaning up no longer hardlinked files this would mean files removed from \*arrs would never be deleted torrent wise -1 for Automatic...

Here's Sab's environmental variables. https://sabnzbd.org/wiki/scripts/post-processing-scripts#env_vars Would need a script built out that SAB calls that calls exes or the ability to call X-seed via the post processing script which will...

At a glance for the concept it seems so that #53 could handle it - my only question is if it finds data in the data directory - can an...

> There's a new tool replacing jackett and nzbhydra, it integrates directly into the arrs etc. Has an api and such, you could probably integrate this with it and so...

a post processing script that sab or get can call, copy the new file temporarily (so *arr sab/get do not delete it), calls the x-seed daemon - passing the release...

Rough POC Script for use with SABNzbd and the Daemon ```bash #!/bin/bash # Seed Path to copy files to qbitBase="/data/media/downloads/torrents/seeds" pythonPath="/home/bakerboy448/QbitManage/qbit-venv/bin/python" qbitManagePath="/home/bakerboy448/QbitManage/qbit_manage.py" qbitManageConfig="/data/media/.config/QbitMngr/config.yml" # SABnzbd Vars usenetPath=$1 jobName=$3 usenetCat=$5 #...