Hi all,
I'm using my DS218+ mainly as a media center, and recently I've set up Docker and I'm running Syncthing (amazing!) to sync files from a remote seedbox to my NAS, and then Filebot to rename and move the files to my Plex directories. This was all working fine before, but I decided to migrate to Filebot via Docker instead of an APK. That's when my problems started!
Filebot and Syncthing seem to be "fighting" over permissions. I have two directories that have been having issues: "docker" which stores all my Docker config files. Syncthing started failing because it didn't have permission anymore to create certificates, but I seem to have sorted this out. The other is my "sync" folder, which is where downloads go to and Filebot monitors to rename and move them.
Setting Filebot to "copy" files works fine, but that's not ideal as I then need to manually clean them up. Setting it to "move" results in a permission error:
[amc] Input: /watch/movie_filename.mkv
[amc] Group: {Movie Actual Name} => [movie_filename.mkv]
[amc] Rename movies using [TheMovieDB]
[amc] Auto-detect movie from context [/watch/movie_filename.mkv]
[amc] [MOVE] from [/watch/movie_filename.mkv] to [/output/Movies/Movie Actual Name.mkv]
[amc] [MOVE] from [/watch/movie_filename.mkv] to [/output/Movies/Movie Actual Name.mkv.mkv] failed due to I/O error [Access Denied: /watch/movie_filename.mkv]
[amc] Processed 0 files
I have set the users for both Filebot and Syncthing to have the same read/write permissions on the "sync" folder in DSM, to no avail. I was able to temporarily fix the issue by following these instructions here: Filebot via Docker on Synology - AMC copies but can't move - FileBot
But now the issue has returned. I know my way around DSM well enough to set permissions (I think) but doing anything via SSH... well I don't have much experience with it.
Does anyone have any ideas or tips or things I can look at to try and remedy the issue?
Thanks so much!
I'm using my DS218+ mainly as a media center, and recently I've set up Docker and I'm running Syncthing (amazing!) to sync files from a remote seedbox to my NAS, and then Filebot to rename and move the files to my Plex directories. This was all working fine before, but I decided to migrate to Filebot via Docker instead of an APK. That's when my problems started!
Filebot and Syncthing seem to be "fighting" over permissions. I have two directories that have been having issues: "docker" which stores all my Docker config files. Syncthing started failing because it didn't have permission anymore to create certificates, but I seem to have sorted this out. The other is my "sync" folder, which is where downloads go to and Filebot monitors to rename and move them.
Setting Filebot to "copy" files works fine, but that's not ideal as I then need to manually clean them up. Setting it to "move" results in a permission error:
[amc] Input: /watch/movie_filename.mkv
[amc] Group: {Movie Actual Name} => [movie_filename.mkv]
[amc] Rename movies using [TheMovieDB]
[amc] Auto-detect movie from context [/watch/movie_filename.mkv]
[amc] [MOVE] from [/watch/movie_filename.mkv] to [/output/Movies/Movie Actual Name.mkv]
[amc] [MOVE] from [/watch/movie_filename.mkv] to [/output/Movies/Movie Actual Name.mkv.mkv] failed due to I/O error [Access Denied: /watch/movie_filename.mkv]
[amc] Processed 0 files
I have set the users for both Filebot and Syncthing to have the same read/write permissions on the "sync" folder in DSM, to no avail. I was able to temporarily fix the issue by following these instructions here: Filebot via Docker on Synology - AMC copies but can't move - FileBot
But now the issue has returned. I know my way around DSM well enough to set permissions (I think) but doing anything via SSH... well I don't have much experience with it.
Does anyone have any ideas or tips or things I can look at to try and remedy the issue?
Thanks so much!