Search found 13 matches

by tresi
12 Dec 2020, 10:48
Forum: Ubuntu & Desktop Linux
Topic: [docker] Check license status
Replies: 1
Views: 8128

[docker] Check license status

Hello, I am trying to build my own docker container with a few applications and therefore I have to test a lot. Is it a problem if I activate the license thousand times a day or is there a possibility to check the current status to run the activation process only if not activated yet? Kind regards t...
by tresi
29 Jul 2020, 17:52
Forum: Ubuntu & Desktop Linux
Topic: Run docker filebot-cli from other container
Replies: 2
Views: 3245

Re: Run docker filebot-cli from other container

Hi,

thanks for your support.

I had it figured. But it's no problem, I'll build my own Docker image which contains everything I need :-)

Many greetings
tresi
by tresi
28 Jul 2020, 20:22
Forum: Ubuntu & Desktop Linux
Topic: Run docker filebot-cli from other container
Replies: 2
Views: 3245

Run docker filebot-cli from other container

Hello, I am trying to get Filebot running in a docker container and have a comprehension problem: There are two containers with shared NFS shares on the same host. In one container Sabnzbd is running, in the other Filebot. Using a post-processing script in the Sabnzbd container, I want to call fileb...
by tresi
04 Aug 2019, 15:57
Forum: Scripting and Automation
Topic: Detect different media types automatically
Replies: 5
Views: 2905

Re: Detect different media types automatically

I have to open my eyes when I read. It can't be any better visible. Sorry for that ;-)

I don't understand how I can use the functions File.isMovie and File.isEpisode in my command line.

filebot --isMovie -rename ...?

Do you have an example?
by tresi
26 Jul 2019, 14:35
Forum: Scripting and Automation
Topic: Detect different media types automatically
Replies: 5
Views: 2905

Re: Detect different media types automatically

Thank you for your very fast and competent support. I will give it a try :-)

What do you mean with "There's are helpers to check for documentaries, Sports, etc."?
Which helpers, where are they. I cannot find anything... ;-)
by tresi
26 Jul 2019, 14:26
Forum: Scripting and Automation
Topic: Store format result into vars in a script
Replies: 4
Views: 2189

Re: Store format result into vars in a script

Simple and effective. Thanks for that.

...btw... is it possible to suppress the progress outputs from Filebot?
by tresi
25 Jul 2019, 21:18
Forum: Scripting and Automation
Topic: Detect different media types automatically
Replies: 5
Views: 2905

Detect different media types automatically

Hello, can Filebot detect different media types automatically or do I have to decide myself if the input is a TV show, a movie, even perhaps Documentation, Sports and so on? Are there small hints in the naming of files and folders or maybe some content to read from given nfo-files? [edit] TV shows c...
by tresi
25 Jul 2019, 21:05
Forum: Scripting and Automation
Topic: Store format result into vars in a script
Replies: 4
Views: 2189

Store format result into vars in a script

Hello, is it possible to store the resulting format value into a var/an array to use it in a custom script without doing something else? Has filebot native support for such an approach? At the moment I am using this (simplified) code to get all matching values into a loop or an array: filebot {CUSTO...
by tresi
19 Jul 2019, 14:22
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5754

Re: Movie format: Colons and Articles (The, A, An...)

Sorry I didn't get back to you until now. I had a lot to do and also tried a lot with Filebot. Unfortunately I didn't make it. The effort is too big for me at the moment, so I leave it as it is. Nevertheless many thanks for the help :-)

Many greetings, tresi
by tresi
04 Jul 2019, 02:50
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5754

Re: Movie format: Colons and Articles (The, A, An...)

Concrete example: filebot --db TheTVDB --action test --lang de -no-xattr -non-strict --format "/media/Video/Serien/{n =~ /^(?i)[a-z]/ ? n[0] : '#'}/{n.replaceFirst(/^(?i)(The|An|A|Der|Die|Das|Eine|Ein|Une|Un)\s(.+)/, /$2, $1/)} {'('+y+')'}/Staffel {s.pad(2)}/{n} - {s00e00} - {t}" -rename /...
by tresi
03 Jul 2019, 15:38
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5754

Re: Movie format: Colons and Articles (The, A, An...)

@kim: Thanks for your reply. Unfortunately your code results in an empty filename with the year in brackets only.

i. e. "The Addams Family (2000)" -> " (2000)"
by tresi
30 Jun 2019, 16:21
Forum: Episode / Movie Naming Scheme
Topic: Movie format: Colons and Articles (The, A, An...)
Replies: 11
Views: 5754

Re: Movie format: Colons and Articles (The, A, An...)

May I ask a follow-up question here that is very similar to the opening question? Otherwise, please move it to a new post. I would like to rename files with an article at the beginning in such a way that it is deleted at the beginning and appended by comma at the end again, i. e. The Addams Family -...