Search found 2 matches

by Abu3safeer
16 Nov 2024, 12:24
Forum: Help and Support
Topic: [Question] What are all possible values for "type" in filebot
Replies: 1
Views: 1893

[Question] What are all possible values for "type" in filebot

I’ve been using FileBot to rename my TV shows and movies, and it’s been an amazing tool for organizing my media library. However, I’ve come across multiple types of media formats and categories within FileBot, and I'm not sure I understand them all. I want to make sure I'm using the right types for r ...
by Abu3safeer
15 Oct 2024, 13:47
Forum: Scripting and Automation
Topic: [Question] What is the meaning of "it" inside "any" closure?
Replies: 1
Views: 3744

[Question] What is the meaning of "it" inside "any" closure?

Hello, I read this viewtopic.php?t=12369
in the example

Code: Select all

{languages.any{ audioLanguages =~ it } ? "[Original Language]" : "[Dubbed]"}
What is the meaning of "it", also what does "=~" mean?