Search found 21960 matches

by rednoah
02 Jun 2023, 01:32
Forum: Synology NAS & Embedded Linux
Topic: This package requires DSM version 0.0-0000 or onward
Replies: 7
Views: 5814

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...
by rednoah
01 Jun 2023, 02:28
Forum: Windows
Topic: Microsoft Store update
Replies: 8
Views: 500

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...
by rednoah
31 May 2023, 07:43
Forum: Ubuntu & Desktop Linux
Topic: License server spamming due to failed java
Replies: 4
Views: 153

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 (...
by rednoah
31 May 2023, 03:50
Forum: Ubuntu & Desktop Linux
Topic: License server spamming due to failed java
Replies: 4
Views: 153

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? :?: ...
by rednoah
31 May 2023, 03:40
Forum: Synology NAS & Embedded Linux
Topic: This package requires DSM version 0.0-0000 or onward
Replies: 7
Views: 5814

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...
by rednoah
30 May 2023, 18:14
Forum: Windows
Topic: [Solved] Filebot Format into Groovy?
Replies: 4
Views: 156

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...
by rednoah
30 May 2023, 15:43
Forum: Windows
Topic: [Solved] Filebot Format into Groovy?
Replies: 4
Views: 156

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 -...
by rednoah
29 May 2023, 14:36
Forum: macOS
Topic: When Renaming getting "MOVE [file path]" error (A -> B: Invalid argument)
Replies: 4
Views: 189

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.
by rednoah
29 May 2023, 10:00
Forum: Episode / Movie Naming Scheme
Topic: IMDB Database
Replies: 3
Views: 91

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-...
by rednoah
29 May 2023, 09:32
Forum: Episode / Movie Naming Scheme
Topic: IMDB Database
Replies: 3
Views: 91

Re: IMDB Database

Looks like OMDb API indeed only returns 3 actors. Well, that's that.


:idea: 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.
by rednoah
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...
by rednoah
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 ...
by rednoah
29 May 2023, 08:53
Forum: macOS
Topic: conversion in rename slow
Replies: 3
Views: 140

Re: conversion in rename slow

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
What exactly is slow? What custom formats have you tried?
by rednoah
29 May 2023, 08:24
Forum: macOS
Topic: When Renaming getting "MOVE [file path]" error (A -> B: Invalid argument)
Replies: 4
Views: 189

Re: When Renaming getting "MOVE [file path]" error

The Invalid argument suggests an internal macOS file system error, i.e. FileBot asks macOS to move A to B, then the OS fails to do so and returns an error message instead: SEVERE: MOVE: A -> B: Invalid argument :idea: https://apple.stackexchange.com/questions/297008/terminal-what-does-intermittent-c...
by rednoah
27 May 2023, 20:28
Forum: macOS
Topic: conversion in rename slow
Replies: 3
Views: 140

Re: conversion in rename slow

You can try just {plex} as baseline for how fast it can be, and then do systematic trial & error testing to see what makes your custom format slow in comparison. :idea: Bindings such as {info} will require additional network requests (unless already cached) so we can expected that to be somewhat...
by rednoah
27 May 2023, 19:55
Forum: Synology NAS & Embedded Linux
Topic: Simple Set up Question for Node (Package Permissions)
Replies: 2
Views: 52

Re: Simple Set up Question for Node

:!: Can't read from the input folder: Argument[0]: File does not exist: /volume1/Plex/Library/inbox :!: Can't write to the output folder: Invalid usage: output folder must exist and must be a writable directory: /volume1/Plex/Library/movies :?: Did you already grant permissions to the FileBot packag...
by rednoah
26 May 2023, 11:55
Forum: Feature Requests and Bug Reports
Topic: post processing in the presets.
Replies: 3
Views: 235

Re: post processing in the presets.

If it's a movie I want to add the poster for example, but if it's a TV episode not necessarily. FileBot does not currently support TV episode specific artwork. :?: Perhaps you mean to say that you don't want to add artwork to TV series / season folders? Out of curiosity, why not? You already have a...
by rednoah
26 May 2023, 11:42
Forum: Feature Requests and Bug Reports
Topic: exporting presets to cli
Replies: 1
Views: 76

Re: exporting presets to cli

Unfortunately, no. The GUI and the CLI are completely separate. However, the concepts are the same, so you can easily copy & paste an example filebot command from the manual and then change or add a few option values to make it do whatever your Presets and Post-Processing Features are currently ...
by rednoah
26 May 2023, 06:16
Forum: Windows
Topic: Multiple episode matching isn't working from tvdb
Replies: 5
Views: 203

Re: Multiple episode matching isn't working from tvdb

Hercules40 wrote: 25 May 2023, 21:04 How do you do "Update" or "Update All"?
:arrow: https://www.youtube.com/watch?v=b1ub6hdZLB0
by rednoah
25 May 2023, 16:05
Forum: Help and Support
Topic: Batch rename multiple TV shows organized in folders?
Replies: 2
Views: 53

Re: Batch rename multiple TV shows organized in folders?

You'll want to set the format you want and then just process all your files from wherever they may be into the new structure defined by your format, works conceptually the same in both GUI and CLI: { drive }/Media/{ plex.id } :arrow: See How do I organize files for Plex? for details. e.g. $ filebot ...
by rednoah
24 May 2023, 21:52
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 376

Re: Unable to establish loopback connection

:arrow: Likely duplicate of "Unable to establish loopback connection" Windows Store v.5.0.3.0.


:arrow: Press WIN+R and then run the following command to configure FileBot to use the legacy HTTP/1 API:

Code: Select all

setx FILEBOT_OPTS "-Dnet.filebot.web.WebRequest.v1=true"
by rednoah
24 May 2023, 21:21
Forum: Windows
Topic: "Unable to establish loopback connection" Windows Store v.5.0.3.0
Replies: 2
Views: 135

Re: "Unable to establish loopback connection" Windows Store v.5.0.3.0

:arrow: Likely duplicate of Unable to establish loopback connection.


:arrow: Press WIN+R and then run the following command to configure FileBot to use the legacy HTTP/1 API:

Code: Select all

setx FILEBOT_OPTS "-Dnet.filebot.web.WebRequest.v1=true"
by rednoah
24 May 2023, 19:47
Forum: Windows
Topic: Multiple episode matching isn't working from tvdb
Replies: 5
Views: 203

Re: Multiple episode matching isn't working from tvdb

We had a number of reports related to our legacy APIs. The issue affecting them is now resolved. We continue to encourage all developers to migrate to our latest API: https://github.com/thetvdb/v4-api :arrow: https://www.facebook.com/TheTVDB/ :idea: You may need to run filebot -clear-cache once, or...
by rednoah
24 May 2023, 15:26
Forum: macOS
Topic: Mac App Store V5 when?
Replies: 1
Views: 62

Re: Mac App Store V5 when?

:?: Do you have a particular issue or with FileBot 4.9.7 that you hope to fix with FileBot 5.0.* and above? :idea: FileBot 4.9.7 is stable and works. FileBot 5.0.* started releasing 2 months ago on 2023-03-14 with a large number of changes and is thus somewhat experimental. Please read How do I upda...