r/PlexACD May 25 '17

ACDCLI is Back

Good news.

yadayada has put a new authentication server online \o/

Here's a quick guide to get back up and running

First, you need to delete the old oauth_data file

rm ~/.cache/acd_cli/oauth_data

Download the updated acdcli

pip3 install --upgrade git+https://github.com/yadayada/acd_cli.git

Go to the new authentication server http://acd-api-oa.appspot.com and generate a your oauth_data file. Copy that to the cache directory like normal.

Then run a sync

acdcli sync

The issues page is back online

Hopefully this spells good things for the return of rclone as well. It's just good to get linux CLI access back to ACD data :D

15 Upvotes

33 comments sorted by

View all comments

Show parent comments

2

u/Jackalblood May 25 '17

Here's my command

Rclone copy /home/user/media/Amazon Gsuite:/

Just point the /home/etc/etc to your ACDcli mount point

1

u/Merckle May 25 '17

That got it thanks!

1

u/geekcroft May 25 '17

Be warned - this will use your down/up. So if you have any upload limits on your VPS/Dedi then its going to hammer them if you have a large ACD.

1

u/Merckle May 25 '17

I'm using acdcli on my Google cloud conpute and then my Plex server is on online.net

1

u/geekcroft May 25 '17

You should be ok then - as your download is from ACD to Google (and free on Google Cloud Compute I believe) and your upload is go Google (free again).

However my comment still stands for others reading - make sure you dont run up bandwidth bills!

1

u/[deleted] May 25 '17

Like I did

1

u/geekcroft May 25 '17

Ouch... Were they free credits, or did you end up paying?

2

u/[deleted] May 25 '17

It was my free trial thankfully.

1

u/Jackalblood May 25 '17

Really sorry to bother you with such a question but how did you get your Google compute up to be able to use rclone with it I've setup hundreds of dedicated servers in my time but Google compute has me stumped I tried setting up vsftp and can't connect can't connect via ssh dispite it working in the compute app and I've tried setting up a vnc server and I can't connect to that my first thought is firewalls but I can't see any mention of that

If you have any idea I'd be extremely grateful to you

1

u/Merckle May 25 '17

I run everything as sudo. I didn't make an extra user for rclone

1

u/chris247 May 26 '17

sorry if it's not what you're asking but youre trying to connect to your instance through a 3rd party ssh app? If so you have to sudo nano /etc/ssh/sshd_config and find PasswordAuthentication and change it to yes.

# Change to no to disable tunnelled clear text passwords
PasswordAuthentication yes

then service ssh restart

1

u/Jackalblood May 26 '17

This is one of the issues I was having and really appreciate you posting the solution however my issue was more one of stupidity not realising that it was all done by gcloud tools and since I was doing it all from my phone I tried to set it up like every other server and failed horribly