Everything posted by DigitalDivide
-
[Support] binhex - Sonarr
Did you enable Labels in Deluge by going to preferences, plugins? My sonarr downloads in Deluge are all labelled tv-sonarr. When you enable plugins, go to the label section on the left in the main panel and create a label called tv-sonarr.
-
[Plugin] CA User Scripts
seems to work. I'll have to do some testing to see. Much appreciated the assistance!
-
[Plugin] CA User Scripts
It didn't work, got the following error Script location: /tmp/user.scripts/tmpScripts/SonarrCopy/script Note that closing this window will abort the execution of this script /tmp/user.scripts/tmpScripts/SonarrCopy/script: line 2: syntax error near unexpected token `(' /tmp/user.scripts/tmpScripts/SonarrCopy/script: line 2: `mv /mnt/disks/DELUGETorrents/Seedbox_Downloads/!(.syncthing.*) /mnt/disks/DELUGETorrents/Sonarr_Pickup/' I tried with !(.sync*.*) and got the same error as above.
-
[Plugin] CA User Scripts
Could I change that to !(.sync*.*) Would that work?
-
[Plugin] CA User Scripts
I think I didn't explain that properly. The file starts with .sync so I think in the case of *.synch, that's looking for all files with .synch extension. That won't work. All files end in .mkv including the ones being written. I think I need something that excludes all .syncthing.* Just not sure how to do it.
-
[Plugin] CA User Scripts
Just another question on my script, mv /mnt/disks/DELUGETorrents/Seedbox_Downloads/* /mnt/disks/DELUGETorrents/Sonarr_Pickup/ If a file is being written to the /seedbox_downloads/ folder and the script above runs, will it try to copy the file while it's still being written? When a files is being written (synched) to the folder, Syncthing names it .sync(filename). Would I need to put in the move to exclue anything that starts with ".synch"? If so, what would I need to add to the above script.
-
[Plugin] CA User Scripts
Removed the -r and it worked.
-
[Plugin] CA User Scripts
Hmm got an error running the script Script location: /tmp/user.scripts/tmpScripts/SonarrCopy/script Note that closing this window will abort the execution of this script mv: invalid option -- 'R' Try 'mv --help' for more information. I had mv -R /mnt/disks/DELUGETorrents/Seedbox_Downloads/* /mnt/disks/DELUGETorrents/Sonarr_Pickup/ I'm guessing the -R was for copy only?
-
[Plugin] CA User Scripts
Well, not sure if hard linking would be best. Once the files are copied (just for now will eventually move them) to the sonarr pick up folder, sonarr will do a move and rename from there to the final destination. So in the pickup folder and in the syncthing folder there will be no files once sonarr has done it's job. Then when a new episode of a watched show is grabbed by sonarr and passed to deluge, it will be donwloaded and grabbed by syncthing and the process starts over with the script....or I hope it works anyhow. That's the idea.
-
[Plugin] CA User Scripts
Not sure what you mean? The folder is where I have my seedbox syncthing copying files to on my local server. I then want a job to run that will grab those files and move them to a different foler where sonarr will pick them up. If it runs every hour, I would expect it do have nothing to move once the files have been already moved. THen when syncthing dumps a new file there, it will get moved again. The problem I am having is Sonarr is trying to copy the files from the sync folder as they are being synched with gives an error. The only way around this that I know of is to move them to a diff folder and have sonarr grab them from there. Can't find a way to have Sonarr exclude the sync files. When syncthing is synching, it temporarily names the files .sync<filename>. If I could find a way for Sonarr to disregard files that start with .sync I'd be more than happy.
-
[Plugin] CA User Scripts
Thanks! Very much appreciated! Just one other question, when I create the text file, does it require an extension or simply leave it blank? Edit: nevermind, saw I can create it in the app.
-
[Plugin] CA User Scripts
Hi, I just installed this but can see I am way out of my depth. I know absolultely nothing about writing scripts. Would someone be able to help me with a very minor one? I would like to copy all files from /mnt/disks/DELUGETorrents/Seedbox_Downloads to /mnt/disks/DELUGETorrents/Sonarr_Pickup/ for now I need a copy but will eventually change to move
-
[Support] Linuxserver.io - Resilio Sync
I'm having a problem trying to figure out what I should put for the paths when installing this. I have syncthing installed and am using the following paths. For Resilio I'm just not sure what to put for the /download path. The delugetorrents is the name of an unassigned disk and on there is a folder where I have syncthing downloading the files to so Sonarr picks them up. I'd like Resilio to use the same. Can I have the /sync and /downloads the same? Syncthing Resilio
-
[Support] Linuxserver.io - Sonarr
I'm hoping someone might be able to provide some assistance on the following I’m having an issue with Sonarr not copying all the files over in a downloaded folder. I have Sonarr docker running on my local server and Deluge on a seedbox. I’m also using Syncthing to move the data from the speedbox to my local server. What’s happening i as an example, I dowloaded Space Force Season 1. Sonarr is only copying two episodes from the downloaded folder on my local server even thought there are about 10 episodes. when I check the debug I see the following error below. This happens whenever there is more than one episode. I’m not sure if the issue is Sonarr trying to grab the files as they are still being copied to the synched folder or some type of rights issue to the folder. 0-5-29 14:08:31.0|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /data/Seedbox_Downloads/Space.Force.S01.1080p.NF.WEB-DL.DDP5.1.x264-NTG 20-5-29 14:09:58.7|Debug|X509CertificateValidationPolicy|Certificate validation for https://85.17.64.50/deluge/json failed. RemoteCertificateChainErrors.
-
[Support] binhex - Krusader
Hmm now I seem to have another problem. I clicked quit and closed the webpage...then wanted to go back but only get a blank screen. I disconnected, closed the screen, tried going back in and still just get a blank screen. Is there a specific way to close the app?
-
[Support] binhex - Krusader
Looks like that worked. I can browse up to my disks now. Thanks
-
[Support] binhex - Krusader
I just installed this and must have done something wrong with the paths as I can't see any of my drives. I've included my settings and what I see...any assistance would be appreciated
-
[Support] Linuxserver.io - Jackett
The issue has been resolved. Updated the docker and got it working once I added the PID. They did make a change to Jackett where you have to go into the config and now add in the PID from AvistaZ, PrivateHD and CinemaZ
-
[Support] Linuxserver.io - Jackett
Is there an update to the docker coming. There was an updatet to Jackett yesterday due to some issues impacting AvistaZ, PrivateHD and CinemaZ indexers. See here https://github.com/Jackett/Jackett/issues/8727 AvistaZ, PrivateHD and CinemaZ are fixed in Jackett v0.16.526 You have to configure the indexers in Jackett again because the PID is now required. Read the notes in the configuration!!! Edit: looks like I may have been asking the same question as above.
-
[Support] binhex - DelugeVPN
That worked! Now I guess to get Sonarr working properly with it I need to change the sonarr path container path that reads /mnt/user/Downloads/ to the same as what I have for deluge /mnt/disks/unassndisk/test/. If I have more than one unassigned disk, will they be labeled unassigned disk1 and disk2?
-
[Support] binhex - DelugeVPN
So I tried going into deluge preferences and put in /mnt/unassndisk/test/downloads for downloads and /mnt/unassndisk/test/completed for move to when completed. The download doesn't work..it grabs the file then goes to 0 for downloading
-
[Support] binhex - DelugeVPN
I want to separate the dockers from the download data. I have the dockers on the cache drive and the tv shows that I watch and delete are all sitting on my unassigned drive. Right now I don't have to touch anything. I have Sonarr passing the tv shows I want to deluge (jackett) is involved. When deluge downloads the file it moves it to completed folder and sonarr picks it up and moves it to my unassigned drive that I use for just watching tv shows. Emby on my nvidia shield sees the new episode or show and I just start watching. Deluge continues seeding the files unti the ratio is reached. I will eventually go into deluge and remove the data I no longer want sitting there. Other than that I don't do anything, it all works flawlessy. From what I'm reading from your post and above it, the docker and deluge files have to be on the same drive unless I'm misunderstanding I'm wondering if I can pop in another unassigned device and have deluge download the files to that and seed from that...?? Right now I have in deluge Downloads go to /data/downloads Completed go to /data/completed Can I just put in /mnt/disks/unassigndisk/media/tv for the downloads?
-
[Support] binhex - DelugeVPN
If I have two cache drives, does anyone know if I can install the dockers on one and use deluge to download and seed off of the other one? I think having all the dockers and deluge torrenting all off one drive is causing some issues. I'd like to separate them. Is this possible?
-
[Support] Linuxserver.io - Sonarr
I'm hoping someone can give me some advice on using Sonarr with a Seedbox. I had Sonarr, Deluge, Jacket, all working perfectly fine on my unraid server via dockers. However, I think deluge was taxing my system or specifically my cache drive. So I decided to trial a seedbox. I have everything working, I have Deluge and SyncThing running on the seedbox and Sonarr, Jacket and SyncThing dockers on my unraid server. My problem is getting the files from the seedbox to my unraid server. I do have it working via SyncThing but the problem is when SyncThing downloads to the unraid server and Sonarr picks up the files and moves them to the desired movie or tv folder, if I then delete the files from the folder that SyncThing downloads to, SyncThing on my seedbox will downloads those files again to my unraid server. I can't figure a way around this. Thought someone here might have a better idea. My other idea would be to buy an extra hard drive and use two cache drives. Problem is I'm not sure if I can the dockers all installed on one cache drive but have deluge download and seed the files from the other cache drive. That way my dockers are never impacted by all the torrenting. Suggestions?
-
New Emby Docker
~sigh~ still having problems. For whatever reason embserver docker keeps stopping every 4-7 days. Once it does I cannot restart it and have to unmount my drives. I replaced the cache drive (granted, with a used drive), deleted the docker image and created a new one and reinstalled the dockers. Problem still occurs If I upload the diagnostics file, can I do so after a reboot (or does the reboot clear everything out) or do I need to wait until the problem happens again, then download the diagnostics, then upload here? I'm just getting frustrated with this. I've attached the diagnostics but this is after I rebooted the server so not sure if it will be helpful. tower-diagnostics-20200516-1915.zip