Search found 4 matches

by Redskyer
17 Apr 2019, 14:28
Forum: Feature Requests and Bug Reports
Topic: Docker filebot:node won't work since 4.8.5
Replies: 2
Views: 3040

Re: Docker filebot:node won't work since 4.8.5

Yes, it's working again!

Thank you!
by Redskyer
16 Apr 2019, 14:32
Forum: Feature Requests and Bug Reports
Topic: Docker filebot:node won't work since 4.8.5
Replies: 2
Views: 3040

Docker filebot:node won't work since 4.8.5

Hello,

since version 4.8.5 I get the following error message on my Filebot Node in Docker:

+ export FILEBOT_NODE_HOST=0.0.0.0
+ export FILEBOT_CMD=filebot
/usr/bin/filebot-node: 6: /usr/bin/filebot-node: DOCKER_VOLUME: parameter not set

The version before worked for months without any problems ...
by Redskyer
07 Sep 2018, 22:09
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37957

Re: Help! Seperating Movies into different folders HD & 4k


I'm not sure what the problem is. Do you have a simple test case that illustrates the problem?

A quick glance shows that you might not take the exceptional / undefined case into account:
https://www.filebot.net/forums/viewtopic.php?f=5&t=1895


e.g. if certification is undefined, the expression ...
by Redskyer
07 Sep 2018, 06:48
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37957

Re: Help! Seperating Movies into different folders HD & 4k

Hi,

I have a similar problem and don't want to open a new threat for that.

I also want to seperate movies and tv-shows into different folders, but depending on their certification.
It works well as long as the movie or tv-show is certified. When there is no certification, the movie or tv-show won ...