Search found 21945 matches

by rednoah
Yesterday, 20:28
Forum: macOS
Topic: conversion in rename slow
Replies: 1
Views: 97

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
Yesterday, 19:55
Forum: Synology NAS & Embedded Linux
Topic: Simple Set up Question for Node
Replies: 1
Views: 24

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: 183

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: 49

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: 161

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: 24

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: 307

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: 78

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: 161

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: 50

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...
by rednoah
23 May 2023, 18:10
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: Unable to establish loopback connection

Cheers! Thanks for confirming!
by rednoah
23 May 2023, 17:50
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: Unable to establish loopback connection

The following command will reset all caches, so that FileBot cannot rely on previously cached network response data:

Code: Select all

filebot -clear-cache
by rednoah
23 May 2023, 16:30
Forum: Synology NAS & Embedded Linux
Topic: toggle web interface
Replies: 1
Views: 50

Re: toggle web interface

You cannot run the FileBot Desktop application without a Desktop OS. :arrow: I would recommend running FileBot on your Desktop PC and rename files on your NAS remotely via a mapped network drive. :idea: If your Synology NAS supports docker, then you could use the filebot-xpra container which runs an...
by rednoah
23 May 2023, 15:36
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: Unable to establish loopback connection

paulnd wrote: 23 May 2023, 15:29 Working now, thank you
Cheers! Did you have to set both of these options, or did one of them alone do the job?

(A)

Code: Select all

net.filebot.web.WebRequest.v1=false
java.net.preferIPv4Stack=true
(B)

Code: Select all

net.filebot.web.WebRequest.v1=true
java.net.preferIPv4Stack=false
by rednoah
23 May 2023, 15:17
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: Unable to establish loopback connection

I see now! The custom properties script isn't working in the first place, because the script is not accessible, and so no custom configuration is written or used: at net.filebot.web.WebRequest.httpRequestV2(Unknown Source) :arrow: In this case, you'll have to manually open the application data folde...
by rednoah
23 May 2023, 15:00
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: Unable to establish loopback connection

You can further set net.filebot.web.WebRequest.v1 to configure FileBot to use the same HTTP/1 code used by default in previous FileBot 4.* releases:

Code: Select all

filebot -script fn:properties --def net.filebot.web.WebRequest.v1=true
by rednoah
23 May 2023, 12:10
Forum: Scripting and Automation
Topic: Unable to establish loopback connection
Replies: 13
Views: 307

Re: AMC Script error with MS Store app v5.0.3

:idea: I cannot reproduce the issue on my end. :idea: A Google search for SocketException: Invalid argument: connect and IOException: Unable to establish loopback connection suggests that this is a somewhat obscure network issue on your end, possibly related to IPv6 and/or VPN network configuration:...
by rednoah
23 May 2023, 06:33
Forum: Synology NAS & Embedded Linux
Topic: Disable PSA in logs
Replies: 2
Views: 63

Re: Disable PSA in logs

Newer revisions log the PSA message to log level ALL so the message can now disabled by specifying a higher log level:

Code: Select all

--log FINEST
by rednoah
22 May 2023, 05:55
Forum: Synology NAS & Embedded Linux
Topic: How to re-open a script to modify it ?
Replies: 5
Views: 1766

Re: How to re-open a script to modify it ?

In case something changes again in the future, or you try to find the application data folder on a different system, you can always use find to find things:

Code: Select all

find / -name '*.args' 2> /dev/null

Code: Select all

/volume1/@appdata/filebot-node/task/0.args
by rednoah
22 May 2023, 05:51
Forum: Feature Requests and Bug Reports
Topic: post processing in the presets.
Replies: 3
Views: 183

Re: post processing in the presets.

Post-Processing Features are not currently linked to Presets . Clicking on a custom preset will not select / unselect any post-processing feature. This could be added in the future though, if we had a few convincing use cases / test cases. :?: What is your use case? What is your reasoning for using...
by rednoah
21 May 2023, 13:19
Forum: Synology NAS & Embedded Linux
Topic: How to re-open a script to modify it ?
Replies: 5
Views: 1766

Re: How to re-open a script to modify it ?

You can find the *.args files for prepared tasks in the /var/packages/filebot-node/var/task/ folder with newer versions of DSM: $ find /var/packages/filebot-node/var/task/ /var/packages/filebot-node/var/task/ /var/packages/filebot-node/var/task/0.args Also, how can you delete an old node script if I...
by rednoah
19 May 2023, 10:11
Forum: Episode / Movie Naming Scheme
Topic: Filebot Node adds TMDB ID even with {plex}
Replies: 8
Views: 271

Re: Filebot Node adds TMDB ID even with {plex}

picciottino wrote: 19 May 2023, 09:11 and things ending up in the unsorted all the time, files being wrongly overwritten (at least I fixed that) but honeslty, what the hell happened in this update?!
Please paste the console output (i.e. the text in the black box on the bottom right) so we can see what you can see.
by rednoah
19 May 2023, 10:09
Forum: Episode / Movie Naming Scheme
Topic: Suddenly {tmdb-nn} in dir names
Replies: 6
Views: 264

Re: Suddenly {tmdb-nn} in dir names

You can follow the link in the console output and then explicitly configure FileBot with the previous default settings: :arrow: tl;dr If you want the previous default behaviour, then you can explicitly specify the previous default configuration: --def movieFormat="{plex}" seriesFormat=&quo...
by rednoah
19 May 2023, 05:08
Forum: Windows
Topic: Multiple episode matching isn't working from tvdb
Replies: 5
Views: 161

Re: Multiple episode matching isn't working from tvdb

I'm using the Windows Store version on Windows 11. I see there's been a 5.x update, I'm still on 4.9.6? The Microsoft Store edition is currently on 4.9.6 and will auto-update in the future when 5.* is ready: https://www.filebot.net/forums/viewtopic.php?t=13693 If I select one, and Edit Match, seaso...
by rednoah
19 May 2023, 04:47
Forum: Feature Requests and Bug Reports
Topic: Post processing TV series folders
Replies: 3
Views: 113

Re: Post processing TV series folders

:!: Please follow the How do I organize files for Plex? guide. The various post-processing actions assume that you're using {plex.id} as format, or at least something very similar. e.g. $ filebot -rename Alias.1x01.mp4 --db TheMovieDB::TV --output . --format "{plex.id}" --apply artwork nfo...