Search found 21971 matches
- 10 minutes ago
- Forum: macOS
- Topic: Preset Move function failing
- Replies: 3
- Views: 54
Re: Preset Move function failing
The error message doesn't make sense to me: MOVE:/Multimedia: Read-only file system * no source file path * no target file path * /Multimedia doesn't make sense; macOS doesn't allow you to create folders in the / root folder; network shares would be mounted into /Volumes at the very least * no space...
- Today, 20:37
- Forum: macOS
- Topic: Preset Move function failing
- Replies: 3
- Views: 54
Re: Preset Move function failing
:arrow: Please post screenshots or files paths as text so that we can see what you are seeing and perhaps allow us to reproduce the issue ourselves. :idea: Please read How to Request Help for details: Include Screenshots (absolutely required for new topics) Include file paths as text when reporting ...
- Today, 03:09
- Forum: macOS
- Topic: SSLHandshakeException: Remote host terminated the handshake (Little Snitch blocking connections to *.filebot.net)
- Replies: 6
- Views: 246
Re: Remote host terminated the handshake when attempting to activate license
If I might be so bold, a suggestion: perhaps a test HTTP GET with rabid logging around it before the first real connection? Might save you and your users some time. I see. If you're using a firewall to interfere with network connections then that does explain the otherwise impossible. Unfortunately...
- Yesterday, 20:29
- Forum: macOS
- Topic: SSLHandshakeException: Remote host terminated the handshake (Little Snitch blocking connections to *.filebot.net)
- Replies: 6
- Views: 246
Re: Remote host terminated the handshake when attempting to activate license
Most unusual... I have no idea... :idea: You could try creating a custom configuration file and trying different things to see if any of them makes a difference: ~/.filebot/system.properties net.filebot.web.WebRequest.v1=true java.net.preferIPv4Stack=true java.net.useSystemProxies=false :idea: You c...
- Yesterday, 17:01
- Forum: Episode / Movie Naming Scheme
- Topic: Put music in subfolder if album consists of multiple discs
- Replies: 3
- Views: 6170
Re: Put music in subfolder if album consists of multiple discs
:idea: If you have already confirmed how media.part works, i.e. yielding null or 2 , perhaps null behaviour has changed over the years, then you can have your code check for that and do different things depending on the values at hand: https://www.filebot.net/forums/viewtopic.php?t=4191 e.g. add /CD...
- Yesterday, 16:45
- Forum: macOS
- Topic: SSLHandshakeException: Remote host terminated the handshake (Little Snitch blocking connections to *.filebot.net)
- Replies: 6
- Views: 246
Re: Remote host terminated the handshake when attempting to activate license
This is indeed a network issue: SSLHandshakeException: Remote host terminated the handshake You seem to not be able to access multiple *.filebot.net services, and this will indeed make FileBot not work correctly, in all kinds of ways, including but not limited to license activation. :?: Can FileBot ...
- Yesterday, 16:25
- Forum: Scripting and Automation
- Topic: [DOCS] --apply post-processing features
- Replies: 1
- Views: 10622
Custom Post-Processing Scripts
⭑⭑ FileBot r9795 adds support for custom post-processing scripts. ⭑⭑ e.g. Run Command on each newly processed file: { source, target -> system '/path/to/script.sh', source, target } e.g. Refresh Plex via a HTTP GET request: def host = '127.0.0.1' def auth = 'YOUR_TOKEN' curl "http://${host}:32...
- 08 Jun 2023, 03:49
- Forum: Scripting and Automation
- Topic: Confused by results from 'Print Missing Episodes' function
- Replies: 7
- Views: 190
Re: Confused by results from 'Print Missing Episodes' function
:arrow: You can generate/store xattr metadata simply by renaming files with FileBot again. :arrow: You can enable the Export .xattr folders feature to export .xattr folders in addition to native file system xattr metadata when renaming files just in case. (NOTE: FileBot does not read .xattr folders ...
- 07 Jun 2023, 14:35
- Forum: Scripting and Automation
- Topic: Confused by results from 'Print Missing Episodes' function
- Replies: 7
- Views: 190
Re: Confused by results from 'Print Missing Episodes' function
According to the console output above, episode files S01E01 through S01E04 do not have xattr metadata and thus the corresponding Episode IDs are marked as "missing" . :idea: Please read Metadata and Extended Attributes for details on how xattr metadata works. If you rely on tools such as t...
- 07 Jun 2023, 14:03
- Forum: Scripting and Automation
- Topic: Confused by results from 'Print Missing Episodes' function
- Replies: 7
- Views: 190
Re: Confused by results from 'Print Missing Episodes' function
:?: What does xattr metadata say? filebot -script fn:xattr /path/to/files :idea: The miss script works exclusively with the numeric Episode ID comparing xattr metadata from the files you have with the episode listing. If you have the Episode ID in your collection then the episode is not missing. The...
- 07 Jun 2023, 02:58
- Forum: Synology NAS & Embedded Linux
- Topic: This package requires DSM version 0.0-0000 or onward
- Replies: 10
- Views: 5917
Re: This package requires DSM version 0.0-0000 or onward
The log indicates that FileBot Node does not have read/write permissions for the given output folder: Invalid usage: output folder must exist and must be a writable directory: /volume1/XBMC/Movies Failed to create excludes: /volume1/XBMC/Movies/.excludes :?: Did you grant read/write permissions? Pac...
- 05 Jun 2023, 16:26
- Forum: Help and Support
- Topic: Anime/TV Show filtering
- Replies: 4
- Views: 3122
- 02 Jun 2023, 01:32
- Forum: Synology NAS & Embedded Linux
- Topic: This package requires DSM version 0.0-0000 or onward
- Replies: 10
- Views: 5917
Re: This package requires DSM version 0.0-0000 or onward
1. The Oracle Java SE package is defunct and no longer exists. The Java Installer package is the only package that should be used to install the java binaries. Please remove all the packages you may have installed ages ago, and then only install the packages provided by the https://get.filebot.net/s...
- 01 Jun 2023, 02:28
- Forum: Windows
- Topic: Microsoft Store update
- Replies: 8
- Views: 552
Re: Microsoft Store update
:idea: FileBot 5.0.3 has been submitted to the Microsoft Store on 2023-05-22 and is available for users that manually click the "Update all" or "Get updates" button. :!: We will not force auto-update for this release for the time being due to severe issues that affect a small num...
- 31 May 2023, 07:43
- Forum: Ubuntu & Desktop Linux
- Topic: License server spamming due to failed java
- Replies: 4
- Views: 158
Re: License server spamming due to failed java
5. DO monitor the console output (and not just the --log-file ) for crash logs to make sure that 3rd party native libraries (e.g. libmediainfo) aren't crashing the filebot process: filebot -script fn:sysinfo :!: If you are using a Debian-based Linux distribution, please use apt to install filebot (...
- 31 May 2023, 03:50
- Forum: Ubuntu & Desktop Linux
- Topic: License server spamming due to failed java
- Replies: 4
- Views: 158
Re: License server spamming due to failed java
:?: Where does it crash? What does the console output say when it crashes? (NOTE: the console output you posted shows filebot running successfully; "unclean shutdown" suggests that the filebot process crashed and was thus killed by the OS) :?: What does filebot -script fn:sysinfo say? :?: ...
- 31 May 2023, 03:40
- Forum: Synology NAS & Embedded Linux
- Topic: This package requires DSM version 0.0-0000 or onward
- Replies: 10
- Views: 5917
Re: This package requires DSM version 0.0-0000 or onward
:idea: If you are using DSM 6.2.4 then you must use https://get.filebot.net/syno/dsm6.json as package source. If you use https://get.filebot.net/syno/ as package source on your DSM 6.* then your DSM 6.* will download DSM 7.* packages and find them incompatible. This change was made in 2021 so you ha...
- 30 May 2023, 18:14
- Forum: Windows
- Topic: [Solved] Filebot Format into Groovy?
- Replies: 4
- Views: 162
Re: Filebot Format into Groovy?
Yes, you can copy & paste your format code unchanged into a new text file and then specify that text file as --format option value. In the example I gave you, /path/to/format.groovy refers to a text file that contains your format code: e.g. -rename files and use a custom --format read from an ex...
- 30 May 2023, 15:43
- Forum: Windows
- Topic: [Solved] Filebot Format into Groovy?
- Replies: 4
- Views: 162
Re: Filebot Format into Groovy?
e.g. -rename files and use a custom --format filebot -rename -r "/path/to/files" --db TheMovieDB::TV -non-strict --format "{s} - {s00e00} - {t}" :idea: https://www.filebot.net/cli.html e.g. -rename files and use a custom --format read from an external *.groovy text file filebot -...
- 29 May 2023, 14:36
- Forum: macOS
- Topic: When Renaming getting "MOVE [file path]" error (A -> B: Invalid argument)
- Replies: 4
- Views: 221
Re: When Renaming getting "MOVE [file path]" error (A -> B: Invalid argument)
If you have any finding, please post them. Other users will google "Invalid argument" in the future and will be interested what worked and what didn't for you.
- 29 May 2023, 10:00
- Forum: Episode / Movie Naming Scheme
- Topic: IMDB Database
- Replies: 3
- Views: 92
Re: IMDB Database
I'd start by adding the missing genres to TheMovieDB. You can of course combine the results of different bindings: { (omdb.genres + genres).unique().take(5) } But you will find it hard to deduplicate "similar but not the same" genres: [Adventure, Drama, Sci-Fi, Action & Adventure, Sci-...
- 29 May 2023, 09:32
- Forum: Episode / Movie Naming Scheme
- Topic: IMDB Database
- Replies: 3
- Views: 92
Re: IMDB Database
Looks like OMDb API indeed only returns 3 actors. Well, that's that.
Note that FileBot does not use IMDB, and cannot use IMDB as per IMDB Terms of Service.
Why not use TheMovieDB information? You can always contribute to TheMovieDB if something is still missing.


- 29 May 2023, 09:21
- Forum: Help and Support
- Topic: Many questions/topics licenses, groups, preferences
- Replies: 2
- Views: 95
Re: Many questions/topics licenses, groups, preferences
Trying to get the list of {groups} not yet supported: D:\Multimedia\Movies>filebot -mediainfo -r /input --filter "none{ group }" --format "{ f }" I get the following message: File does not exist: D:\input You need to replace /input with the path to your input folder, or use . to...
- 29 May 2023, 08:58
- Forum: Help and Support
- Topic: Many questions/topics licenses, groups, preferences
- Replies: 2
- Views: 95
Re: Many questions/topics licenses, groups, preferences
:idea: FileBot Forums are generally preferred, so that others can find the information via Google in the future. Separate threads for separate topics are preferred for searchability. :arrow: A single license indeed covers supported platforms, Windows, Linux, macOS, etc, but notably does not include ...
- 29 May 2023, 08:53
- Forum: macOS
- Topic: conversion in rename slow
- Replies: 3
- Views: 143
Re: conversion in rename slow
What exactly is slow? What custom formats have you tried?jamilmereck wrote: ↑29 May 2023, 00:40 Agreed....I thought at first it might be the files I was searching for, but it seems to be slow across the board now