FileBot Beta DSM 7 issues

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

FileBot Beta DSM 7 issues

Post by kaizo33 »

hello

I know DSM 7 is a beta, i have some issues

- if I put a folder mounted on the nas, it does not recognize it and refuses: Failed to create: /volume1/TVS882/medias/done-ds.txt

Code: Select all

    mount: \\ 192.168.6.114 \ medias 36T 24T 13T 65% /volume1/TVS882/medias
and ssh access via / volume / TVS882 / medias is ok

Code: Select all

Run script [fn:amc] at [Mon Mar 01 16:40:32 CET 2021]
Parameter: skipExtract = y
Parameter: seriesFormat = Séries TV/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Parameter: movieFormat = Films/{n.colon(' - ')} {{y}}
Parameter: excludeList = medias/done-ds.txt
Argument[0]: /volume1/download
Use excludes: /volume1/TVS882/medias/done-ds.txt
Failed to create excludes: /volume1/TVS882/medias/done-ds.txt
Abort (×_×)
- if I put a local folder, i have permission denied. user and group filebot is invisible from folder properties and if I want to create user/group filebot for access to folder, I got error: filebot is a system group

Code: Select all

Run script [fn:amc] at [Mon Mar 01 16:43:51 CET 2021]
Parameter: music = y
Parameter: skipExtract = y
Parameter: seriesFormat = Séries TV/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Parameter: movieFormat = Films/{n.colon(' - ')} {{y}}
Parameter: excludeList = done-ds.txt
Argument[0]: /volume1/download
Use excludes: /volume1/medias/done-ds.txt
Failed to create excludes: /volume1/medias/done-ds.txt: Permission denied
Abort (×_×)

- my nas is in https by default, if I want to display filebot node, I cannot go through https, otherwise I have an error, but in http I cannot display the page, the solution is to disable the ssl and then put it back

thanks
Last edited by kaizo33 on 01 Mar 2021, 15:45, edited 2 times in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Beta DSM 7 issues

Post by rednoah »

1.
You can grant file system access to packages like so:
https://github.com/filebot/filebot-node ... stinst#L11

:idea: DSM will display these instructions when you install FileBot Node.



2.
HTTPS support is no longer possible on DSM 7.* due to lack of system configuration read/write permissions.
:idea: Please read the FAQ and How to Request Help.
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

Re: FileBot Beta DSM 7 issues

Post by kaizo33 »

1. when i have installed filebotnode, i have an error, i click ok, and finally it was installed, i doesn't see thismessage
i will try
2. ok thanks
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Beta DSM 7 issues

Post by rednoah »

Here's how it works:
1. Open Control Panel and select Shared Folder
2. Select the share that contains your files and click Edit
3. Select Permissions
4. Change Local users to System internal user
5. Check Read/Write for FileBot and click Save
If you're stuck somewhere, please provide screenshots so we can see what you're seeing.
:idea: Please read the FAQ and How to Request Help.
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

Re: FileBot Beta DSM 7 issues

Post by kaizo33 »

ok it works
i must uninstall filebot / filebot node and reinstall
at the end, this time i have modal message and filebot is display on systeme internal user, before not

thanks
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

Re: FileBot Beta DSM 7 issues

Post by kaizo33 »

when i try move and rename i have this error :

failed due to I/O error : Operation not permitted
file is copy to destination but after is delete and i have this error
authorize filebot source folder and destination folder read/write
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

Re: FileBot Beta DSM 7 issues

Post by kaizo33 »

ok it works if i try with local volume, but if i try with mount folder, it doesn't work
finaly i sync with rsync after rename to remote server
Post Reply