Hello
I have now installed Docker on OMV 5. But I have no idea how I now install transmission (without VPN).
Is there maybe a German tutorial? Where do I have to paste all the code?
Hello
I have now installed Docker on OMV 5. But I have no idea how I now install transmission (without VPN).
Is there maybe a German tutorial? Where do I have to paste all the code?
Hello HUNTER,
I Don't speak german but my english is very simple....
In Portainer you can create a new stack like mine (based on linuxserver docker image):
version: "2"
services:
transmission:
image: linuxserver/transmission
container_name: transmission
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Paris
# - TRANSMISSION_WEB_HOME=/combustion-release/ #optional
# - USER=username #optional
# - PASS=password #optional
volumes:
- /sharedfolders/AppData/transmission:/config
- /sharedfolders/Downloads/torrent/torrent-torrent:/downloads
- /sharedfolders/Downloads/torrent/torrent-watch:/watch
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
restart: unless-stopped
Display More
Of course you need to adjust PUID PGID , volumes etc.... to match you needs
Hope this helps
that helped me a lot.
Transmission is already running.
How do I get my download data on the RAID1?
/ dev / md0?
Network sharing for Windows is:
\\ OPENMEDIAVAULT \ Daten
You need to find the absolute path of the folder. You can find it in the GUI of OMV.
It starts with /srv/....
Then you need to point the /download folder to that path
Use the fully qualified path with /srv/....
do NOT use the /sharedfolders/....
path. That has cause many issues in the past.
And what about the Plex Media Server? Can he also access the absolute path?
I did the same in Plex but no media was found.
Yes. I use Plex and many others do as well.
If it does not work, it is very often a permission issue.
Everything worked.
but ..
playback hangs on the playstation every 5 seconds.
OMV runs on a microserver Gen10 with 8GB RAM.
So it can't be that. Here are my stack details:
version: "2"
services:
plex:
image: linuxserver/plex
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=100
- VERSION=docker
- UMASK_SET=022 #optional
- PLEX_CLAIM= #optional
volumes:
- /srv/dev-disk-by-label-Daten/Daten/Plex/config:/config
- /srv/dev-disk-by-label-Daten/Daten/Serien:/tv
- /srv/dev-disk-by-label-Daten/Daten/Filme:/movies
- /srv/dev-disk-by-label-Daten/Daten/Musik/:/music
- /srv/dev-disk-by-label-Daten/Daten/Plex/transcode:/transcode
restart: unless-stopped
Display More
Network speed?
Other applications running on the server?
Have you check the workload of the server when streaming?
I checked everything ..
Here is the status of OMV:
Gbit is also displayed on my switch.
Or the LED lights up green for Gbit, otherwise it would light up yellow. Cable is a CAT5e.
can it be that the Playstation 3 does not have enough performance?
System Load Average is above 1. So the system has a bottle neck. Probably access to hard drive.
Here you can read how to understand the information provided by OMV in the GUI under "System Information" "Processes"
Do you have accidentality a remote connection with the server instead of a local connection?
It is much better if I am not logged in to the web interface.
Western Digital Red hard drives 2x3TB are installed
I have no money for SSD hard drives
Is Plex transcoding?
If yes, try to avoid this.
Apparently there is a turbo mode from the CPU (Opteron x3421) in which the CPU has a higher clock. Can you safely set it in the bios?
I have a Gen10 microserver. I was told that the requirements are not that high
how to set up transmission so that i can download stuff directly to the media folders used by plex?
at the moment everything is going to a /downloads folder, and when i want to watch/listen to the content i need to copy it to the respective /movies, /tv or /music folder mapped in plex. this is quite cumbersome. it seems there is no possibility to map multiple download folders in transmission, so i could download things directly into the folder they belong to. what is the best practice here?
Or maybe a script that you run regularly to copy the files in the correct location?
how to set up transmission so that i can download stuff directly to the media folders used by plex?
at the moment everything is going to a /downloads folder, and when i want to watch/listen to the content i need to copy it to the respective /movies, /tv or /music folder mapped in plex. this is quite cumbersome. it seems there is no possibility to map multiple download folders in transmission, so i could download things directly into the folder they belong to. what is the best practice here?
Filebot seems to be amenable to this. See:
gderf, thanks. i was hoping for a more straightforward solution not requiring me to have my files at two places at the same time (one for plex and one for seeding). regardless, i gave it a try but does not seem to to anything, i have configured the AMC script via docker variables, can access the web interface but i cant see in the logs that the app would do anything.
Don’t have an account yet? Register yourself now and be a part of our community!