Giter VIP home page Giter VIP logo

Comments (7)

aptalca avatar aptalca commented on August 16, 2024

You need to use the volume mapping for the watch folder. We hardcode it in the app start arguments: https://github.com/linuxserver/docker-transmission/blob/master/root/etc/services.d/transmission/run#L15

from docker-transmission.

zilexa avatar zilexa commented on August 16, 2024

ah, but why?
I use /media:/media for all apps to prevent the issue of having multiple docker filesystems.
By using volume mapping for this item, I get an extra file system in docker.

from docker-transmission.

adripo avatar adripo commented on August 16, 2024

@zilexa where is located your watch folder?
Is it a problem declare an extra volume in your docker compose file?
It is not an extra file system, just an extra link to your existing file system.
Remember you also need to specify the download folder.
Something like that:

volumes:
      - ${USERDIR}/docker/transmission/config:/config
      - ${USERDIR}/Media/downloads:/downloads
      - ${USERDIR}/Media/watch:/watch

from docker-transmission.

zilexa avatar zilexa commented on August 16, 2024

Actually I did that exactly and it still doesn't work. the settings.json file shows "".

from docker-transmission.

adripo avatar adripo commented on August 16, 2024

Have you checked the permissions on that file? Try removing it and let the container recreate it when it starts.
Please also check if the uid of the user you are using to read the settings file is the same as the one you pass to the container as env, or at least if it has the same permissions.

from docker-transmission.

zilexa avatar zilexa commented on August 16, 2024

Not sure what I did wrong but it seems to work now.

from docker-transmission.

elisimpson avatar elisimpson commented on August 16, 2024

What if we want to disable the watch dir entirely?

from docker-transmission.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.