Search found 11 matches
- 10 Jul 2024, 22:53
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot Node exit code 3 (e.g. LOL 2012)
- Replies: 1
- Views: 8549
Filebot Node exit code 3 (e.g. LOL 2012)
Hello I have been having an issue with filebot node failing to process any files and giving exit code 3 I’m not sure what happened. Here is what I see in the logs (sensitive info redacted). /opt/filebot-node/start: 18: source: not found ENVIRONMENT { FILEBOT_NODE_HOME: '/opt/filebot-node', SUDO_GID: ...
- 02 Nov 2023, 00:22
- Forum: Ubuntu & Desktop Linux
- Topic: FIlebot Node Skipping and Ignoring
- Replies: 5
- Views: 9743
Re: FIlebot Node Skipping and Ignoring
Here is the beginning of the console output. I only have Ignore set to " games|books ", what is wrong with the titles mentioned above that is giving "Ignore pattern:" error. I don't have anything set in the "Ignore Field" that should cause the above titles to be ignored i only have "games|books ...
- 01 Nov 2023, 15:29
- Forum: Ubuntu & Desktop Linux
- Topic: FIlebot Node Skipping and Ignoring
- Replies: 5
- Views: 9743
Re: FIlebot Node Skipping and Ignoring
Thank you for your response this definitely makes sense. Although where am I supposed to add these rules or how can I see everything that is being ignored? Would I add them to the system.properties file? Please provide an example of how I can achieve these implementations with FileBot Node. Thank ...
- 30 Oct 2023, 23:28
- Forum: Ubuntu & Desktop Linux
- Topic: FIlebot Node Skipping and Ignoring
- Replies: 5
- Views: 9743
FIlebot Node Skipping and Ignoring
Hello, I have been having an issue with FIleBot ignoring and skipping some titles I'm hoping i can get some guidance to solving these errors or pointed to proper documentation. Here are the titles I am having issues with. Ignore extra: /realdebrid/movies/Movie (2010) + Extras (1080p WEB-DL x265 HEVC ...
- 24 Oct 2023, 05:23
- Forum: Ubuntu & Desktop Linux
- Topic: FileBot Node Failed to write xattr key
- Replies: 6
- Views: 10689
Re: FileBot Node Failed to write xattr key
Viola! that was the answer sir, thank you very much. problem solved.rednoah wrote: ↑24 Oct 2023, 00:48 e.g. write configuration file manually from the host:Shell: Select all
echo "useExtendedFileAttributes=false" > "/home/dlone/Configs/filebot-node-config/data/filebot/system.properties"
- 23 Oct 2023, 23:21
- Forum: Scripting and Automation
- Topic: [Filebot Node] How can i set -no-xattr?
- Replies: 8
- Views: 6302
Re: [Filebot Node] How can i set -no-xattr?
I'd appreciate it if you could share how you implemented this solution, for the next guy that stumbles on this thread. ;) I use portainer to manage my docker containers. To fix this issue, I just modified your standard container in the portainer GUI and updated the existing FILEBOT_OPTS environment ...
- 23 Oct 2023, 18:25
- Forum: Ubuntu & Desktop Linux
- Topic: FileBot Node Failed to write xattr key
- Replies: 6
- Views: 10689
Re: FileBot Node Failed to write xattr key
here is output from "sudo docker run --rm -it -v data:/data rednoah/filebot:node -script fn:properties --def net.filebot.xattr.store=.xattr" -------------------------------------------------------------------------------- Hello! Do you need help Getting Started? # FAQ https://www.filebot.net/linux ...
- 22 Oct 2023, 00:20
- Forum: Ubuntu & Desktop Linux
- Topic: FileBot Node Failed to write xattr key
- Replies: 6
- Views: 10689
Re: FileBot Node Failed to write xattr key
:arrow: :arrow: Error writing extended attribute 'net.filebot.mediainfo': No space left on device How can This be achieved in FileBot Node docker container. I ran the following filebot-script fn:properties --def net.filebot.xattr.store=.xattr in cmd promt and got the following output but i believe ...
- 18 Oct 2023, 04:21
- Forum: Ubuntu & Desktop Linux
- Topic: FileBot Node Failed to write xattr key
- Replies: 6
- Views: 10689
FileBot Node Failed to write xattr key
Hello, Host: Ubuntu 22.04 running on docker with portainer please see stack below. Here are the error messages I am seeing in logs. although everything does seem to be functioning properly. Failed to write xattr key: net.filebot.metadata: Failed to write xattr key: net.filebot.filename: filebot-node ...
- 11 Oct 2023, 17:38
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot node & xpra login details
- Replies: 2
- Views: 7495
Re: Filebot node & xpra login details
That is correct I was copying FileBot from another persons setup apposed to reading documentation and actually understanding whats what, I was assuming FileBot node used a user and password for authentication instead of the license key. I now understand that the username and password I was asking ...
- 10 Oct 2023, 23:21
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot node & xpra login details
- Replies: 2
- Views: 7495
Filebot node & xpra login details
Hello, I am trying to use filebot node and xpra docker containers although they require a username a password. Where can i find the username and password to be able to use these docker containers. - FILEBOT_NODE_AUTH_USER=${FB_USERNAME} - FILEBOT_NODE_AUTH_PASS=${FB_PASSWORD} - XPRA_AUTH=password ...