Search found 80 matches

by vballrican
23 Dec 2014, 17:29
Forum: Scripting and Automation
Topic: Need a little help
Replies: 4
Views: 2415

Need a little help

Hello everyone, using the basic rename folder by folder from https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2211 testing on a single series folder, it renames the files inside but not the folder... I'm using filebot -script fn:renall d:/rename -non-strict also, tried adding --def target=f...
by vballrican
21 Dec 2014, 23:38
Forum: Scripting and Automation
Topic: Need help with cmd line script
Replies: 6
Views: 3443

Re: Need help with cmd line script

Example: {n} - {s00e00} - {t} fn = file name n = series/movie name s00e00 = season / episode numbers t = episode title --action [move, copy] : Rename action --def deleteAfterExtract=y Delete archives after extraction --def clean=y Automatically remove empty folders and clutter files that may be lef...
by vballrican
21 Dec 2014, 15:00
Forum: Scripting and Automation
Topic: Need help with cmd line script
Replies: 6
Views: 3443

Re: Need help with cmd line script

1. Read up on how the format works. There's plenty of examples on the website and here in the forums. 2. Read up on all the amc script options. You might find what you're looking for. I have read everything on here and the script stuff and that's why I asked for help... because I can't figure a few...
by vballrican
21 Dec 2014, 07:10
Forum: Scripting and Automation
Topic: Need help with cmd line script
Replies: 6
Views: 3443

Re: Need help with cmd line script

What does {fn} mean? Why are you overriding --output base path in your --format if it's the same anyway? Sorry i'm not very familiar with scripting... I changed {fn} to just {n} and now it renames the filename. basically, I have a folder with a bunch of movies to rename the way I want them. Folder ...
by vballrican
21 Dec 2014, 01:31
Forum: Scripting and Automation
Topic: Need help with cmd line script
Replies: 6
Views: 3443

Need help with cmd line script

hello everyone, I have this script and it's creating the folders correctly but it's leaving the filenames the same as the original... specifically testing with movies right now. Any help is appreciated. filebot -script fn:amc --output "H:/Media" --log-file amc.log --action copy -non-strict...