Torrent app

Hello,

is it possible to install apps like sonarr and transmission for downloading torrents directly to my cloud home so that i could automatise torrent downloading?

Thanks

9 Likes

Iā€™m wondering the same thing. If there is for example transmission and then combined with Plex then this product could replace pc/Mac that are only used for this.

2 Likes

Iā€™m interested to know as well. I canā€™t find any info specifically referring to installing a torrent client on the My Cloud Home device.

2 Likes

I am interested too. I think that this kind of App is a must have in this type of device. Is there any roadmap to include it?

Thanks in advance,

Regards

1 Like

I have ported nzbget and transmission to the MCH so it will come eventuallyā€¦

Can you explain what you mean by that? Do you have transmission running on MHC?

Yes, Iā€™ve built Transmission 2.84 for Android M (arm7a) and it runs on MCH.

Can you share it?

Unfortunately no, not in its current state.

i hope they add a utorrent app or service

I saw that the dev portal has been updated. You can now upload a test app to your MCH device with a python script. Time to blow the dust off my old projectsā€¦ stay tuned!

1 Like

Thank you. Iā€™m paying attention to you

1 Like

I have upgraded the latest version, but the port is not open yet. How do you upload app?
thanks

First experimental alpha version available here.
Get the python installer script.
For more info on MCH apps, see the official documentation.

  • package name: com.transmissionbt.wd

If you donā€™t know how to run a python script, use google or wait for the beta release.

  • The installer script may not work on windows, you might need to use a unix OS such as Ubuntu or OSX.
    You might need to retry a few times before it worksā€¦
  • You canā€™t set the download path to the network (samba) share due to restrictive permissions of the samba appā€¦ I requested WD devs to allow this in a future firmware version.
  • Changing with the download path is at your own risk. You may brick your box if youā€™re able to write outside of the transmissionbt app directory (but usually you wonā€™t have write permissions). Itā€™s safe to set it to the Family share.
  • SSL connections and seeding may not work yetā€¦
  • You canā€™t download files larger than 4GB!
  • TODO: post processing script support
1 Like

Thank you for sharing
but after I run the python script, it didnā€™t seem to work.Whatā€™s wrong with me?



I made a few fixes:

  • the redirect URL you get from the script should work now
  • daemon will now run only 1 instance
  • default download dir is currently the ā€˜transmissionā€™ dir in user space.

Notes:

  • if it fails, try reinstalling. It looks like thereā€™s still some issues for the first install.
  • before you start downloading, check that your download path starts with your auth0|xxxxx id.
  • multi user not supported, unless you change download path to the family dir
  • upload does not work yet
  • SSL connections also seems to be broken at the moment

Iā€™m really looking forward to feedbackā€¦ it works for me but it seems to fail for some others.
Use at own risk

2 Likes

It fails to connect to trackers for me. I had it installed, running and downloaded an ubuntu distribution as a test. Then it just started to not accept any connections. The port is open. Iā€™m curious about how to approach this issue. I assume it could be a firewall or something inside the my cloud that is refusing the connections.

Okay didnā€™t take me but a few minutes to figure this out. It does not accept SSL connections. I use a private tracker.

Is there a way to replace the symbol ā€œ|ā€ in the file path name. I cannot figure out the way in which the file paths work, but it throws an invalid argument error which i believe is related to this symbol.

Okay cool to hear that it boots at least and you were able to complete a simple download.
TBH, I only tested with some legal content: Return of the Kung Fu Dragon : Free Download, Borrow, and Streaming : Internet Archive

SSL connections: this may need a bit of research but I do want to fix it.
I hope itā€™s not related to the old version (2.84) but it may take me weeks to port the current version (2.93)ā€¦ at this point I donā€™t care enough to put in that effort.

The user directory with pipes in the path: when a MCH user starts an service, a fuse mount (disk storage) is created in the /data/data/some.app.name/ directory (root OS - flash) for that user with the auth0 ID. That auth0 ID unfortunately contains a pipe symbol.
AFAIK itā€™s annoying but it works: you were able to download your ubuntu distro and it showed up in your cloud.
I strongly discourage writing anything outside of the /data/data/com.transmissionbt.wd dir, as you could be filling up your root OS with no way to clean up / recover.
Luckily, android apps run with limited permissionsā€¦ most of the root OS is not writable / accessible to the app. Youā€™d need to experiment with the GPL source code to figure it all out.

Are you getting these invalid argument errors with the default web interface? I used google chrome to change it and it didnā€™t complain. Other ā€˜remoteā€™ apps may have a bad implementation or may be paranoia for the pipe symbolā€¦ you could try escaping the pipe character with a backslash.

EDIT: Iā€™ll be opening a new thread soon so all latest info is just in the first post. Now it is buried.