Search found 19340 matches
- Yesterday, 06:19
- Forum: Episode / Movie Naming Scheme
- Topic: Swiss german not recognized in Audiolanguagelist
- Replies: 3
- Views: 89
Re: Swiss german not recognized in Audiolanguagelist
The audioLanguages built-in does lots of things, while audio.language does not. If audioLanguages does too much, then your only option is audio.language and then recreating the behaviour audioLanguages with your custom code, e.g. taking care of null values, duplicate values, etc, depending on what y...
- Yesterday, 04:19
- Forum: Episode / Movie Naming Scheme
- Topic: Swiss german not recognized in Audiolanguagelist
- Replies: 3
- Views: 89
Re: Swiss german not recognized in Audiolanguagelist
audioLanguages only works for standard languages, and filters out everything else.
You can use audio.language to retrieve the raw String values:
viewtopic.php?t=4285

viewtopic.php?t=4285
- Yesterday, 02:45
- Forum: Help and Support
- Topic: [FAQ] How to request a complimentary license?
- Replies: 125
- Views: 57757
Re: [FAQ] How to request a complimentary license?
You'll be the last one then. Please PM me with the requested information.
- 13 Jan 2021, 12:36
- Forum: Scripting and Automation
- Topic: Help with AMC script for qBittorent in Debian
- Replies: 3
- Views: 43
Re: Help with AMC script for qBittorent in Debian
Action Duplicate means "try clone, try hardlink, try copy" whichever works. I'd keep the exclude list. Just so that you can't accidentally infinite loop on your files. The rest is just command line options as usual. I'd open a shell the play with it for a little while, to make sure I understand ever...
- 13 Jan 2021, 10:02
- Forum: Scripting and Automation
- Topic: Help with AMC script for qBittorent in Debian
- Replies: 3
- Views: 43
Re: Help with AMC script for qBittorent in Debian
Here are the setup instructions for qBT:
viewtopic.php?t=215#p9774
Note that a parent folder named movies will force Movie Mode, so you'll want to change that if you plan on relying on Movie / Series auto-detection.
viewtopic.php?t=215#p9774

- 13 Jan 2021, 04:33
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 8
- Views: 106
Re: HDR / Dolby Vision?
You could do a simple check like so:
Code: Select all
video.HDR_Format =~ /SMPTE.ST.2086/ ? "Dolby Vision" : null
- 13 Jan 2021, 04:27
- Forum: Episode / Movie Naming Scheme
- Topic: Rename Folder only
- Replies: 2
- Views: 31
Re: Rename Folder only
I'd organize files into new folder structure, parallel and independent of what you already have.
You can enable Import companion files to copy along artwork and friends into the new folder structure:
viewtopic.php?t=11079

viewtopic.php?t=11079
- 12 Jan 2021, 18:23
- Forum: Scripting and Automation
- Topic: Help with ubuntu qbitorrent script
- Replies: 1
- Views: 22
Re: Help with ubuntu qbitorrent script
FileBot 4.7.9 is mostly defunct and just doesn't work anymore.
You can evaluate the latest version of FileBot:
viewtopic.php?t=11790

viewtopic.php?t=11790
- 12 Jan 2021, 14:56
- Forum: macOS
- Topic: [MAS] FileBot wont start
- Replies: 7
- Views: 83
Re: [MAS] FileBot wont start
You could follow this thread for more ideas:
viewtopic.php?t=12066
Unfortunately, using a different Mac, or doing a factory reset on your current Mac, are the only known solutions for these kinds of strange issues.
viewtopic.php?t=12066

- 12 Jan 2021, 14:48
- Forum: Ubuntu & Linux
- Topic: --action hardlink
- Replies: 2
- Views: 36
Re: --action hardlink
It's --action hardlink and not --mode hardlink. The command above will default --action move as --action is left unspecified. If you continue to have trouble, please post the console output.
- 12 Jan 2021, 14:44
- Forum: Feature Requests and Bug Reports
- Topic: Validate | Character.
- Replies: 1
- Views: 41
Re: Validate | Character.
Good catch! I'll add | to the list.
- 12 Jan 2021, 09:34
- Forum: macOS
- Topic: [MAS] FileBot wont start
- Replies: 7
- Views: 83
Re: [MAS] FileBot wont start
No idea. That error message means that you don't have a primary network interface, which makes no sense. Most likely an issue that you will not have with a pristine macOS install, but what's going awry on your machine specifically is hard to tell.
- 12 Jan 2021, 09:16
- Forum: macOS
- Topic: [MAS] FileBot wont start
- Replies: 7
- Views: 83
Re: FileBot wont start
You may or may not find something helpful here:
If you have a second Mac, try it there and see if it works.
Code: Select all
~/Library/Containers/net.filebot.FileBot/Data/Library/Application Support/User Data

- 12 Jan 2021, 09:05
- Forum: Ubuntu & Linux
- Topic: Failed to initialize JavaFX
- Replies: 4
- Views: 67
Re: Failed to initialize JavaFX
Let us know what worked best for you. 

- 12 Jan 2021, 04:47
- Forum: Ubuntu & Linux
- Topic: Failed to initialize JavaFX
- Replies: 4
- Views: 67
Re: Failed to initialize JavaFX
You have multiple options. A. Install a JDK that includes the JavaFX modules: https://bell-sw.com/pages/liberica-release-notes-15.0.1/ B. Install OpenJRE and OpenJFX and set --module-path via JAVA_OPTS accordingly so that java can find the modules, wherever they may be on your machine. C. If you're ...
- 12 Jan 2021, 04:35
- Forum: macOS
- Topic: [MAS] FileBot wont start
- Replies: 7
- Views: 83
Re: FileBot wont start
Uninstall all editions of FileBot that you may have installed, and then exclusively install FileBot via the Mac App Store. You could look into logs, system logs, filebot logs, etc. If it's an issue specific to the Mac App Store, then you may need to talk to Apple Support, though admittedly they're r...
- 12 Jan 2021, 04:22
- Forum: Anything and Everything else
- Topic: Comments on FileBot Pricing Explained
- Replies: 12
- Views: 2385
Re: Comments on FileBot Pricing Explained
The $60 life-time universal license is permanently 20% OFF so that customers who have already bought the 1 year universal license once or twice and now want to upgrade to the life-time license get an automatic discount, along with everyone else. 60 * 0.8 = 48 Microsoft Store and Mac App Store purch...
- 11 Jan 2021, 03:51
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 8
- Views: 106
Re: HDR / Dolby Vision?
Have you tried the {hdr} and {bitdepth} bindings yet?
If {hdr} and {bitdepth} don't work for you, then you will have to infer the values you want from the appropriate MediaInfo bindings:
viewtopic.php?t=4285
Code: Select all
{hdr}
Code: Select all
{bitdepth}
Code: Select all
{hdr + bitdepth}
If {hdr} and {bitdepth} don't work for you, then you will have to infer the values you want from the appropriate MediaInfo bindings:
viewtopic.php?t=4285
- 11 Jan 2021, 03:47
- Forum: Windows 10
- Topic: I bought a key but i not recived nothing in my mail.
- Replies: 3
- Views: 655
Re: I bought a key but i not recived nothing in my mail.
I bought the app through the Microsoft store and need a license. I have not received an email with the license and it is not in my spam folder. The Microsoft Store edition does not need a universal license, and does not include a universal license: https://www.filebot.net/forums/viewtopic.php?t=626...
- 10 Jan 2021, 05:31
- Forum: Help and Support
- Topic: HELP!! JNA problem, again
- Replies: 3
- Views: 74
Re: HELP!! JNA problem, again
Different users have different environment variables, different access to files, etc. Run filebot -script fn:sysenv to see what's different. You can also use strace to see syscalls, so that you can trace where each process is searching for *.so libraries. :!: Also, DO NOT RUN AS ROOT . Now you have ...
- 10 Jan 2021, 05:20
- Forum: Synology & QNAP & Embedded Linux
- Topic: error filebot node " can't find the page"
- Replies: 1
- Views: 26
Re: error filebot node " can't find the page"
Q: Why is FileBot Node is not working? What does the log say? The log will tell you why FileBot Node is crashing on startup and thus can't serve requests. You'll need to login via SSH and use the find and cat commands to find and display the log file. :arrow: https://www.filebot.net/forums/viewtopi...
- 10 Jan 2021, 05:15
- Forum: Feature Requests and Bug Reports
- Topic: ALPHAOBD
- Replies: 1
- Views: 67
Re: ALPHAOBD
What is alphaobd? Where exactly are you stuck? Screenshots?
viewtopic.php?t=1868
Here's how license activation works:
https://www.filebot.net/activate.html
viewtopic.php?t=1868

https://www.filebot.net/activate.html
- 07 Jan 2021, 16:33
- Forum: Episode / Movie Naming Scheme
- Topic: Where my movie goes
- Replies: 1
- Views: 29
Re: Where my movie goes
:?: GUI or CLI? What did the GUI look like? What did the CLI console output say? Please read How to Request Help . :idea: The GUI has a history button so you can view the history. The CLI has the filebot -script fn:history command to print the history as TSV lines. Alternatively, you can check the h...
- 07 Jan 2021, 05:13
- Forum: Help and Support
- Topic: FileBot and TheTVDB
- Replies: 5
- Views: 1153
Re: FileBot and TheTVDB
I note that "TheTVDB API v4" still yields no results on Google or GitHub and no mention whatsoever on the apidocs page. FileBot is currently using battle-tested API v3 and will continue to do so until API v4 actually exists in a somewhat public and production-ready shape or form.
- 07 Jan 2021, 04:52
- Forum: Help and Support
- Topic: TheTVDB Scraper is now payed
- Replies: 1
- Views: 47
Re: TheTVDB Scraper is now payed
FileBot currently has a commercial license, since March 2020. Though that predates all the recent fuss, API v4, etc. We'll have to wait and see.
viewtopic.php?t=12266
