Search found 10 matches
- 04 Oct 2024, 05:58
- Forum: Feature Requests and Bug Reports
- Topic: Any plans for an Asustor NAS app via App Center?
- Replies: 7
- Views: 9581
Re: Any plans for an Asustor NAS app via App Center?
Q1: I unfortunately don't have the command line history anymore but if I come across it again, I will post it. Q2: Good to know about the Invalid Media File. Q3: "The Import companion files post-process will inherit your --action parameter in recent versions of FileBot" ... Could you elaborate on ...
- 03 Oct 2024, 08:03
- Forum: Feature Requests and Bug Reports
- Topic: Any plans for an Asustor NAS app via App Center?
- Replies: 7
- Views: 9581
Re: Any plans for an Asustor NAS app via App Center?
After installing the Asustor JRE Java Runtime Env app from the Asustor App Store, which installs Java 1.8 if that is helpful to know.., I was able to use vi commands to make a compose.yml, run sudo docker compose up -d from the ssh without issue, although any docker command requires sudo on these ...
- 03 Oct 2024, 00:54
- Forum: Feature Requests and Bug Reports
- Topic: Any plans for an Asustor NAS app via App Center?
- Replies: 7
- Views: 9581
Re: Any plans for an Asustor NAS app via App Center?
My apologies for somehow not seeing this sooner. Asustor does support ssh, docker webUI is available through an app called Portainer which is a steep learning curve for most but that's on them if they want to use docker on their Asustor NAS haha. So yes, you are right, by that logic it should be ...
- 08 Sep 2024, 02:14
- Forum: Episode / Movie Naming Scheme
- Topic: Including additions within a derive. Trailing chars missing on empty edition
- Replies: 4
- Views: 4342
Re: Including additions within a derive. Trailing chars missing on empty edition
Awesome. I will definitely look into this hardlink. Thanks for all the help with this. Loving filebot.
- 08 Sep 2024, 02:12
- Forum: Episode / Movie Naming Scheme
- Topic: How to set naming to automatically move to kids folder based on rating?
- Replies: 5
- Views: 4147
Re: How to set naming to automatically move to kids folder based on rating?
Forgive the delay. So I am working on setting up the filebot node on my ASUSTOR NAS. I am having some firewall issues. If I disable my firewall, it works great. But I need to enable my firewall. Do you know which IPs or ports filebot-node docker image uses? If I a get this working, I will use ...
- 18 Jul 2024, 10:36
- Forum: Feature Requests and Bug Reports
- Topic: Any plans for an Asustor NAS app via App Center?
- Replies: 7
- Views: 9581
Any plans for an Asustor NAS app via App Center?
Would love to have FileBot directly on my NAS. Any plans for developing an Asustor app for FB anytime soon?
- 17 Jul 2024, 07:59
- Forum: Episode / Movie Naming Scheme
- Topic: How to set naming to automatically move to kids folder based on rating?
- Replies: 5
- Views: 4147
Re: How to set naming to automatically move to kids folder based on rating?
Wow. Just wow. That CLI is incredible. Thank you for the example, I will have to use that. I was struggling with if statements in my Filebot format script. I saw an article on if statements. Is there an article you would recommend to ensure I understand which symbols mean what? I am unsure what ...
- 17 Jul 2024, 07:51
- Forum: Episode / Movie Naming Scheme
- Topic: Including additions within a derive. Trailing chars missing on empty edition
- Replies: 4
- Views: 4342
Re: Including additions within a derive. Trailing chars missing on empty edition
Thanks so much, Noah! Appreciate ya!! FIlebot rules. Here is the code I ended up with for movies. /Volumes/plexmedia/Movies/{collection}/{ ~plex ** { " {edition-$edition}" } ** { " {tmdb-$id}" } % { " [${genres[0]}"} % {",$certification"} % {",$rating"} % {",$hours"} % {",$vf"} % {",$vcf"} % {",$vc ...
- 16 Jul 2024, 21:16
- Forum: Episode / Movie Naming Scheme
- Topic: How to set naming to automatically move to kids folder based on rating?
- Replies: 5
- Views: 4147
How to set naming to automatically move to kids folder based on rating?
What is the best way to automate a file being sent to a kids folder if it's a kids tv or movie? What params would I base it on? Ratings? Thanks in advance! 

- 16 Jul 2024, 18:58
- Forum: Episode / Movie Naming Scheme
- Topic: Including additions within a derive. Trailing chars missing on empty edition
- Replies: 4
- Views: 4342
Including additions within a derive. Trailing chars missing on empty edition
Hello, love filbert. First question I am posting. I am trying to add extra data to the filenames so I can easily see their info. When I try to add the "edition" to the name, it works when a movie has a special edition. However, the problem that I am having is that when there is no edition value, a ...