niddehh

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

niddehh's Achievements

Noob

Noob (1/14)

0

Reputation

  1. The one in Sonarr will scan the whole library, and Plex can only detect local drives, I used Unassigned Devices to mount my movie share located on another server. I know that docker exec wont work, so I am trying to find a way to communicate with Plex's docker.
  2. How can I run a custom script in sonarr connect? I tried to run a script on download to scan Plex on the downloaded show's folder only. Something like "docker exec -it plex /usr/lib/plexmediaserver/Plex\ Media\ Scanner -s -r -c 4 -d "$sonarr_series_path"" But sonarr docker doesn't have the commands to run it.
  3. Yes, I'm trying to copy or watch the files over SMB. I don't have problem doing that with local files.
  4. Hi, I have setup the rclone working with plex docker. Everything working fine on the server itself, but there is one problem trying to access the files using SMB in Windows 10. I have the following in my Samba extra configuration: [ACD] path = /mnt/disks/acd read only = yes guest ok = yes I can see the files, but I'm getting very slow speed when trying to watch or copying the files. The speed is only about 2-5Mb. When looked into iftop, I see a bunch of amazon IPs that are connecting and dropped. ec2-54-xxx-xxx-xx.compute-1.amazona Anyone knows why that might be?