Search found 7 matches

by ibcservices
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: 2117

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.
by ibcservices
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: 1632

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 filebo...
by ibcservices
18 Jul 2024, 10:36
Forum: Feature Requests and Bug Reports
Topic: Any plans for an Asustor NAS app via App Center?
Replies: 2
Views: 2099

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?
by ibcservices
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: 1632

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 ==~ ...
by ibcservices
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: 2117

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&quo...
by ibcservices
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: 1632

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! :)
by ibcservices
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: 2117

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 ...