Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Transmission

Featured Replies

linuxserver_medium.png

 

Application Name: Transmission

Application Site: http://www.transmissionbt.com/

Docker Hub: https://hub.docker.com/r/linuxserver/transmission/

Github: https://github.com/linuxserver/docker-transmission

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

Edited by linuxserver.io

  • Replies 488
  • Views 153.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Possibly the path is incorrect. To what path is the docker trying to save the torrent when you get the message? Does that path correspond to something in the docker volume mappings?

  • Sounds like you aren't getting what jonathanm said. You said you had mapped /download, but then you said you expected to find them in /downloads. /download is not the same as /downloads.  

  • No, but the HDD I use for cache is fast enough to handle gigabit speed and yes, I use cache only folder. I know what I am doing. I found some other reports in the meantime on transmission forums that

Posted Images

Any way to remove the username and password for the webGUI? 

 

Environment variable or via the settings.json file?

 

Any way to remove the username and password for the webGUI? 

 

Environment variable or via the settings.json file?

 

I didn't think there was a username or password needed?

There was, at least on mine (default admin/pass), but that may have been a remnant from a previous docker as I migrated to the Linuxserver docker from another one.

 

Anyway, I figured out how to disable it.  Stop the docker, change the rpc-authentication-required setting to false in the settings.json file in the docker appdata directory.  It will no longer prompt for a password.

There was, at least on mine (default admin/pass), but that may have been a remnant from a previous docker as I migrated to the Linuxserver docker from another one.

 

Anyway, I figured out how to disable it.  Stop the docker, change the rpc-authentication-required setting to false in the settings.json file in the docker appdata directory.  It will no longer prompt for a password.

 

False is the default setting on settings.json :)  I agree was from your previous docker.

 

https://github.com/linuxserver/docker-transmission/blob/master/defaults/settings.json

  • 2 weeks later...

I'm having trouble setting the watch directory.  It keeps resetting itself back to /config/watch which isn't where my watch dirtectory is.  I've tried many sequences of editing the settings.json with no luck.  My Download and incomplete settings hold fine.

 

Any ideas ?  It worked fine in your previous (pre-ls.io) container.

Has anyone else tried to change the watch folder with any success ?

 

Has anyone else tried to change the watch folder with any success ?

 

I haven't tried to do it but could you use a symlink to work around the issue?

Has anyone else tried to change the watch folder with any success ?

 

 

added separate mapping for watch folder.

 

if you pull the latest version from the hub by updating, you will need to add

 

/watch as an extra volume mapping in the unraid template, new users won't have to do this.

Hey guys. Been using this and several of your dockers and they are working great.  ;D

 

I would like to make a suggestion to this specific docker. Is it possible to add python2.7 package to the Docker image? I use a postprocessing script (nzbToMedia) when the torrent download finishes but its not being triggered because of the missing package.

 

TIA and keep up the awesome work.

added separate mapping for watch folder.

 

if you pull the latest version from the hub by updating, you will need to add

 

/watch as an extra volume mapping in the unraid template, new users won't have to do this.

 

Thanks.  Pulled the latest and it's all working with a new watch folder mapping.  Cheers.

  • 1 month later...

At the risk of you all having a laugh at my expense.. but how do I get magnet links to work with this from my Win VM?

i migrated from needos docker.

 

1.

my current folders are capitalized for Complete & Incomplete.

now each time the docker starts a complete & incomplete folder is created lowercase.

downloads still go towards the capitalized directories but the lowercase are just there being duplicates and causing headaches on my mac

i tried editing the settings.json but changes doesnt seem to stick and issue still persists when restarted.

 

2.

is there a way to add a username and password?? similar to needos container??

At the risk of you all having a laugh at my expense.. but how do I get magnet links to work with this from my Win VM?

 

copy magnet link and paste in url section when adding

At the risk of you all having a laugh at my expense.. but how do I get magnet links to work with this from my Win VM?

 

copy magnet link and paste in url section when adding

 

Thanks  :-X

any changes made to the setting.json are not sticking on docker restart

in my case it keeps creating lowercase complete & incomplete even though Complete & Incomplete already exist

You did stop the docker before trying to edit the settings.json right? (I'm not using this but that's how settings.json should be modified)

You did stop the docker before trying to edit the settings.json right? (I'm not using this but that's how settings.json should be modified)

 

yes i have. ive also tried creating volume maps but regardless complete & incomplete folders keep getting created

The team should have told you this, but the init scripts inside the docker are hardwired to create the directories thats giving you hell. Best recourse is to move everything into the lower case directories and use those.

The team should have told you this, but the init scripts inside the docker are hardwired to create the directories thats giving you hell. Best recourse is to move everything into the lower case directories and use those.

 

thats news to me. bummer :'(

 

can anyone from the team let me know if creating the directories can be avoided??

 

The obvious solution would be to just use lowercase.  Personally I try to avoid using uppercase on Linux for this very reason.  I'll take a look over the next couple of days.  But if we changed it to use uppercase then I'm sure we'll see complaints from others about wanting to use lowercase...

 

Having said that, until I've looked at it further I'm not entirely sure of the issue and the exact cause.  So I'll reserve judgement for now.

The team should have told you this, but the init scripts inside the docker are hardwired to create the directories thats giving you hell. Best recourse is to move everything into the lower case directories and use those.

 

thats news to me. bummer :'(

 

can anyone from the team let me know if creating the directories can be avoided??

 

ken-ji is right, lowercase is hardcoded in and I'm struggling to think of a reason why it's a significant problem, but I'm happy to listen to arguments for and against...  ;)

ken-ji is right, lowercase is hardcoded in and I'm struggling to think of a reason why it's a significant problem, but I'm happy to listen to arguments for and against...  ;)

 

its just the way ive always had things since unraid 4.7. and from plugins to needos dockers.

thw beginning of thie year i made the switch from needos dockers to linuxserver.io dockers

all went well except for transmission creating those lowercase folders and having to delete them

annoying at the most as long as i dont reboot the server or restart the docker lol

 

attached is how nice it looks on my explorer/finder :P

Screen_Shot.png.759359ea3461ed08947e3ee6097e19c8.png

Honestly, I'll talk to Sparklyballs about this, but I'm not convinced we will change anything.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.