Transmission 4.0 now in Beta #2357
Replies: 6 comments 9 replies
-
Yeah, I can try and create a test build in the upcoming days |
Beta Was this translation helpful? Give feedback.
-
I made an attempt last night, and I have not tested it much but the WebUI loaded at least. I pushed the changes to the Anyways. I built it on my local machine and pushed it so you should be able to try it by running with the beta tag of the image:
I think it's great to let the community try out version 4.0.0 through this container image. But: Let me know how it goes if you decide to try it out 😄 👍 EDIT: And it's a huge image. I had to install a bunch of build tools ++. We should do it in a separate build step and many other improvements, but this is a first (and I think working) step. |
Beta Was this translation helpful? Give feedback.
-
Was able to get this running successfully, including access through RPC via Transmission Remote GUI and a test torrent download. The Transmission version is listed as 3.10.10-dev. Encountered no issues so far. |
Beta Was this translation helpful? Give feedback.
-
Just in case anyone needs this, I’m posting my simple start script. Seems in the beta, magnets added remotely(via radarr etc) don’t always start properly.
|
Beta Was this translation helpful? Give feedback.
-
Found a bug: the new version rewrites my umask setting from "umask": 0, to "umask": "0", which then gets misinterpreted by the code as octal "060" instead of "000" which results in weird permissions on some of the folders. Transmission 3 definitely treated the umask setting as a decimal number, not a string. Not sure if this is an intentional change in the new version or a bug. If it's intentional I should change: "umask": 0, to "umask": "000", ? |
Beta Was this translation helpful? Give feedback.
-
I have heard that a lot of private trackers block Transmission 4.0, anyone having issues with that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a small heads-up that Transmission 4.0 is now in beta. I think it would be a great way for the community to beta test the new version (especially the rewritten frontend). To make it easier to beta test, it would be great if this Docker Image supported the newly 4.0 beta builds.
https://github.com/transmission/transmission/releases
Beta Was this translation helpful? Give feedback.
All reactions