Why are brackets and dates not recognized when renaming folders?

Support for Windows users
Post Reply
waderatke
Posts: 1
Joined: 14 Jun 2024, 08:54
Contact:

Why are brackets and dates not recognized when renaming folders?

Post by waderatke »

For instance, I would like to rename the folder containing my TV shows and movies without the brackets.
47 "Ronin" (2013)

Would you like 47 Ronin 2013 or 47 Ronin? Visual Studio, not the command line, is what I'm using.

Much obliged.
User avatar
rednoah
The Source
Posts: 23922
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