Search found 14 matches
- 08 Mar 2020, 07:47
- Forum: Synology NAS & Embedded Linux
- Topic: Docker filebot-watcher not working
- Replies: 8
- Views: 10488
Re: Docker filebot-watcher not working
I set up https://github.com/jlesage/docker-filebot and after changing the amc interval from 1800 seconds to 10 seconds it started to work exactly as I had wanted it to--wouldn't have been possible without you pointing me in the right direction, so thank you! filebot-watcher shows no signs of life ...
- 08 Mar 2020, 07:33
- Forum: Synology NAS & Embedded Linux
- Topic: Docker filebot-watcher not working
- Replies: 8
- Views: 10488
Re: Docker filebot-watcher not working
What I'm confused about is that there are no logs displaying at all (license etc), except for
I'm assuming this won't be working, and I'm unfortunately not technical enough to review shell scripts.
Code: Select all
filebot | Setting up watches.
filebot | Watches established.
- 08 Mar 2020, 07:20
- Forum: Synology NAS & Embedded Linux
- Topic: Docker filebot-watcher not working
- Replies: 8
- Views: 10488
Re: Docker filebot-watcher not working
//EDIT: Will wait for 10 minutes first, thanks for that
- 08 Mar 2020, 07:02
- Forum: Synology NAS & Embedded Linux
- Topic: Docker filebot-watcher not working
- Replies: 8
- Views: 10488
Docker filebot-watcher not working
Hi, I've gone to https://github.com/filebot/filebot-docker and converted the docker instructions for filebot-watcher to docker-compose. This is what I've got: version: '3' services: filebot: image: rednoah/filebot:watcher container_name: filebot volumes: - ./config:/data - /home/$USER/files:/files ...
- 14 Dec 2019, 19:53
- Forum: Scripting and Automation
- Topic: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
- Replies: 7
- Views: 3974
Re: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
Fair enough. It's not a critical bug, so I'll just see if it goes away on its own eventually.
It is weird that it only popped up after upgrading FileBot, though.
It is weird that it only popped up after upgrading FileBot, though.
- 14 Dec 2019, 11:42
- Forum: Scripting and Automation
- Topic: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
- Replies: 7
- Views: 3974
Re: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
Same issue. $ ~/filebot/filebot.sh -script fn:sysinfo Picked up _JAVA_OPTIONS: -Dsun.io.useCanonCaches=false -Dsun.jnu.encoding=UTF-8 FileBot 4.9.0 (r6963) JNA Native: 6.1.0 MediaInfo: 19.09 7-Zip-JBinding: 9.20 Chromaprint: 1.4.3 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2019-12 ...
- 14 Dec 2019, 11:25
- Forum: Scripting and Automation
- Topic: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
- Replies: 7
- Views: 3974
Re: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
I should have mentioned I am calling this via a shell script, not via the GUI--there should be no reason to access dconf.
- 14 Dec 2019, 11:00
- Forum: Scripting and Automation
- Topic: [Linux] dconf-CRITICAL - FileBot Beta 4.9.0
- Replies: 7
- Views: 3974
[Linux] dconf-CRITICAL - FileBot Beta 4.9.0
You asked for it ;) Since upgrading to 4.9.0, I am experiencing a non-critical bug. Logs info xxx Dec xxx 2019 xxx:00:49 filebot: (process:4785): dconf-CRITICAL **: 18:00:49.630: unable to create file '/home/filebot/.cache/dconf/user': Permission denied. dconf will not work properly. info xxx Dec ...
- 14 Dec 2019, 10:05
- Forum: Scripting and Automation
- Topic: ConcurrentModificationException - FileBot Beta 4.9.0
- Replies: 3
- Views: 2757
Re: ConcurrentModificationException - FileBot Beta 4.9.0
Can confirm it's working now--thank you for the ridiculously fast code push and pre-Christmas present 

- 14 Dec 2019, 05:32
- Forum: Scripting and Automation
- Topic: ConcurrentModificationException - FileBot Beta 4.9.0
- Replies: 3
- Views: 2757
ConcurrentModificationException - FileBot Beta 4.9.0
I had to upgrade from 4.8.2 to 4.9.0 due to the current TVDB debacle. Good news: TV episode are working again (thanks for that! :)) Bad news: since then, all of my music albums are 'unsorted'. Neither ID3 nor AcoustID are working. Everything worked fine before the upgrade. Log Run script [fn:amc] at ...
- 04 Mar 2019, 17:22
- Forum: Feature Requests and Bug Reports
- Topic: [SYMLINK] Failure: java.nio.file.FileSystemException
- Replies: 6
- Views: 5450
Re: [SYMLINK] Failure: java.nio.file.FileSystemException
I just needed to create an NFS share, vs a CIFS share. There are plenty of tutorials for this online, one is https://linuxconfig.org/how-to-configur ... etch-linux.
- 04 Mar 2019, 10:29
- Forum: Feature Requests and Bug Reports
- Topic: [SYMLINK] Failure: java.nio.file.FileSystemException
- Replies: 6
- Views: 5450
Re: [SYMLINK] Failure: java.nio.file.FileSystemException
Ha! Managed to get it to work via an NFS export.
Thanks so much for your hard work on this project, and the detailed support. Those USD60 are well-deserved
Have a great week!
Thanks so much for your hard work on this project, and the detailed support. Those USD60 are well-deserved

Have a great week!
- 04 Mar 2019, 10:08
- Forum: Feature Requests and Bug Reports
- Topic: [SYMLINK] Failure: java.nio.file.FileSystemException
- Replies: 6
- Views: 5450
Re: [SYMLINK] Failure: java.nio.file.FileSystemException
Cheers, appreciate the quick response. Unfortunately, you are right--and the solution is so obvious that it did not even occur to me :/ https://askubuntu.com/questions/416334/symbolic-link-permission-denied-shared-folder-over-cifs You can't create symlinks on CIFS/samba shares. Symbolic links are ...
- 04 Mar 2019, 09:00
- Forum: Feature Requests and Bug Reports
- Topic: [SYMLINK] Failure: java.nio.file.FileSystemException
- Replies: 6
- Views: 5450
[SYMLINK] Failure: java.nio.file.FileSystemException
Hi, I bought a license a few minutes ago, and would like to apply for a refund should there not be a solution to the below problem, as this is my sole use-case. Actual Behaviour - filebot errors out when trying to create a symlink on a CIFS share - hardlinks work Expected Behaviour - filebot ...