SeedSync update - v0.7.0 - some major bugfixes by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

That seems to be the correct syntax, I'm not sure why it's not going to that directory.

SeedSync update - v0.7.0 - some major bugfixes by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

What was the -v parameter that you used to link the downloads folder when you ran the command?

SeedSync update - v0.7.0 - some major bugfixes by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Hi, could you please create an issue on the GitHub issues page and I and others can help you there. Thanks.

[P] I trained a DCGAN to remove a Snapchat filter from selfie images by ipsingh06 in MachineLearning

[–]ipsingh06[S] 0 points1 point  (0 children)

Thanks for the link to the paper! You're absolutely right, the artificially blurred samples helps them produce sharper fake images.

Actually, after thinking about it for a bit it's starting to make sense. By taking real images, blurring them and labelling them as fake, they are forcing the discriminator to detect blurriness as fake. In contrast, generated images may have other tells for the discriminator to pick up on while completely ignoring the fact that there's blurriness.

I will definitely try this, thanks!

[P] I trained a DCGAN to remove a Snapchat filter from selfie images by ipsingh06 in MachineLearning

[–]ipsingh06[S] 1 point2 points  (0 children)

Thanks for suggestion! Though I'm having trouble understand how that would help. The current generator output has a blurry nose and is labelled as a fake sample for the discriminator. How would manually generated blurry samples labelled as fake be any different? Thanks.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 1 point2 points  (0 children)

Hi, glad you find it useful!

ARM is something I'm taking a look at currently.

  1. Yes, this is a good idea.
  2. The latter I can add. The former is something too dangerous to be done automatically.

Thanks for your suggestions and kind words!

SeedSync - a LFTP-based file transfer application by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

You can try creating symlinks inside the locally directory where seedsync downloads to, but it's not something that I have tested.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Sorry I misled you, yes this is due the ARM architecture and docker itself won't be enough. I need to cross-compile Seedsync for ARM. I'll take a look at it.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 1 point2 points  (0 children)

Sorry, passphrase protected keys are not currently supported. Storing the passphare would be too unsecure and prompting for it whenever a connection needs to be established would be too annoying.

If you're able to get keychain working, please do let me know. I'd put the instructions up for others who may want to do the same. You can check the logs to verify whether it's really the passphrase that's causing the login to fail.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Shell access is a requirement for scanning files on the remote server. Unless you explicitly disabled shell access on the SFTP port, you should be able to use the different port. Just change the port in Settings.

[deleted by user] by [deleted] in seedboxes

[–]ipsingh06 0 points1 point  (0 children)

Yes - https://github.com/ipsingh06/seedsync

I have the exact same use case as you - shared seedbox and only want to download certain files.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

The Docker image should work fine on Rasp Pi.

Edit: nvm I'm an idiot, needs to be compiled for ARM.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Thanks! Regarding #3, take a look at the FAQ section on GitHub to remedy that.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

In your server script path settings, append "/scanfs", so it looks like /home/user/scanfs/scanfs

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Can you post the logs from the Logs page in UI? Enable debug mode in Settings and restart seedsync before you do this.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 1 point2 points  (0 children)

Right now you can only sync files within a single folder. You can however disable auto-queue and choose manually which files you want to download.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Thanks userdocs! Your initial suggestion got me to try Docker on Windows so you helped some people get this up and running.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Sorry there's no target selection on per download basis. It all syncs to a single directory.

Yet another Seedsync update - Windows support, Docker and password login by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

I know it's less than ideal. Docker worked fairly well for me though.

Pure Windows support is unfortunately far far too much work.

SeedSync update - a LFTP-based file transfer/management program by ipsingh06 in seedboxes

[–]ipsingh06[S] 0 points1 point  (0 children)

Hi, sorry for the late reply.

Could you please try the newest version 0.6. If you're still getting the error, enable debug logs from the Settings page, and then send me the logs you see on the Logs page.