Conor
Conor
its also failing to detect the docker install on unraid
Is it possible to disable it as a requirement? I am happy to manually automate. Tis the official image Does it need to be set up on both, Is setting...
@justinsangoi very same set up here. After a night of sleep I came up with a few quick solutions, I have a local copy of the install script that I...
@justinsangoi there is a .gs fodler in /etc/gravity-sync that contains gravity sync. So just the whole directory so it like this. `rsync -av /mnt/user/scripts/Gravity/gravity-sync /etc/gravity-sync/ chmod +x /etc/gravity-sync/.gs/gravity-sync /etc/gravity-sync/.gs/Waitgravity-sync`
Oh you have to reverse that rsync command first. Then the command is run on array start up
Download the https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh script locally. Preferably somewhere on the array so it exists in between boots. Edit it and set CROSSCOUNT="0" to -"1". Install as the guide here shows. To...
wget [https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh script](https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh%C2%A0script) nano gs-install.sh Edit it and set CROSSCOUNT="0" to "-1" save. chmod +x gs-install.sh ./gs-install.sh That should install it. Make sure you do it somewhere that won't get...
Try crosscount="-1" and leave PHFAILCOUNt="0"
This looks related to https://github.com/HaveAGitGat/Tdarr/issues/304. The plugin needs to be updated to use the solution https://stackoverflow.com/questions/61000319/ffmpeg-doesnt-detect-the-subtitle-format-webvtt-and-refuses-to-copy-it
Just to run on the back of this. Following homebrew ect. My terminal spits this out Traceback (most recent call last): File "/Users/conorhughes/Downloads/slouchy-master/slouchy.py", line 8, in from config import setup...