Search found 6 matches

by HarveyBirdman
06 Mar 2025, 09:13
Forum: unRAID & docker
Topic: [Terramaster NAS permissions] Docker issue with excludes
Replies: 6
Views: 6055

Re: [Terramaster NAS permissions] Docker issue with excludes

Brill thanks for the help, I tried changing the user but think I had messed up a load of bits while trying to get it work so deleted everything and started from scratch which seems to have got it all running and working as expected now :D , I'm assuming I'd broken some permissions in the process ...
by HarveyBirdman
25 Feb 2025, 16:08
Forum: unRAID & docker
Topic: [Terramaster NAS permissions] Docker issue with excludes
Replies: 6
Views: 6055

Re: Docker issue with excludes

Brill thanks, it's a Terramaster NAS - F4-424 Pro running TOS 5.1.145

The user and group ID appears to be 0

Shell: Select all

uid=0(matheson) gid=0(matheson) groups=0(matheson),3(admin),4(allusers),6(media)
Very new to it so working it out as I go but have got Docker working with a couple of other apps.
by HarveyBirdman
25 Feb 2025, 14:24
Forum: unRAID & docker
Topic: [Terramaster NAS permissions] Docker issue with excludes
Replies: 6
Views: 6055

Re: Docker issue with excludes

I think it has permissions, ls -la shows this: drwxrwxrwx+ 1 TimeMachine TimeMachine 60 Feb 10 14:31 . drwxrwx---+ 1 plex admin 140 Feb 25 11:43 .. -rwxrwx---+ 1 matheson matheson 0 Jan 30 10:00 amc.txt -rw-rw-rw-+ 1 matheson matheson 0 Feb 25 14:05 .excludes drwxrwxrwx+ 1 matheson matheson 8046 Feb ...
by HarveyBirdman
25 Feb 2025, 12:53
Forum: unRAID & docker
Topic: [Terramaster NAS permissions] Docker issue with excludes
Replies: 6
Views: 6055

[Terramaster NAS permissions] Docker issue with excludes

Hi, long time user and big fan of the app! Am setting up a more automated workflow in docker on my NAS and the last step is to get filebot to work on it. This is the command in the .yaml file - version: '3.3' services: filebot: container_name: filebot-watcher image: rednoah/filebot:watcher restart ...
by HarveyBirdman
28 Jul 2016, 15:33
Forum: Scripting and Automation
Topic: Process files in subfolders
Replies: 3
Views: 3417

Re: Process files in subfolders

Thanks for the response, I've copied out the run command from qbittorrent and pasted into CMD to test, it is successful with individual files in the completed folder but anything that appears in a subfolder is ignored: C:\Users\MediaServer>filebot -script fn:amc --output "F:\XBMC" --log-file amc.log ...
by HarveyBirdman
14 Jul 2016, 12:02
Forum: Scripting and Automation
Topic: Process files in subfolders
Replies: 3
Views: 3417

Process files in subfolders

I'm sure I'm missing something super-simple here. Script below works fine for any files in F:\utorrent\Completed but some torrents download with subfolders and I can't get it to pick up any files within those subfolders (having to manually move files up to the root then run script in CMD). filebot ...