Why are brackets and dates not recognized when renaming folders?

Support for Windows users
Post Reply
User avatar
rednoah
The Source
Posts: 24036
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Why are brackets and dates not recognized when renaming folders?

Post by rednoah »

waderatke wrote: 14 Jun 2024, 09:00 Visual Studio, not the command line, is what I'm using.
:?: You mean to say you're trying to make a filebot call via the PowerShell command-line interpreter in Visual Studio?



:arrow: If you're new to the command-line, then Cmdline and Argument Passing is greatly worth reading.



:idea: Here's how a simple command-line with a "47 Ronin 2013" style custom format might look like:

Console Output: Select all

$ filebot -rename *.mkv --db TheMovieDB -non-strict --format "{n} {y}" --action TEST --log INFO
[TEST] from [47 Ronin (2013).mkv] to [47 Ronin 2013.mkv]
:arrow: https://www.filebot.net/cli.html
:arrow: https://www.filebot.net/naming.html
:idea: Please read the FAQ and How to Request Help.
Post Reply