Search found 6 matches

by twitchfidelis
25 Mar 2015, 16:51
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Re: Help with Script for Moving and Renaming Movies

Thank you adding the -r fixed to renaming issue. However now it leaves an empty folder behind in dtemp that was not renamed. Is there a way to automatically delete this? I think the cleaner script may do the trick but I don't know how to call multiple scripts in a single batch file. The code for my ...
by twitchfidelis
25 Mar 2015, 00:30
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Re: Help with Script for Moving and Renaming Movies

Can you tell me what a "Disk Folder" is so I can see if that's my issue? I really like Filebot and it seems to be the perfect software for my needs if I can just figure out this one bug. The folders I am testing with only contain an MKV file, and nothing else.
by twitchfidelis
23 Mar 2015, 19:28
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Re: Help with Script for Moving and Renaming Movies

I don't know why Filebot thinks it's a "Disk Folder" or even how to check for that. The movie is an mkv file inside a single folder. I want both the folder and the mkv to be renamed, however, as of now it does not rename the mkv file but renames the existing folder and then creates a new folder also ...
by twitchfidelis
23 Mar 2015, 15:33
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Re: Help with Script for Moving and Renaming Movies

Here is the output of the System Info Script C:\Users\media>"C:\Users\media\Documents\Sabnzbd Scripts\sysinfo.bat" C:\Users\media>"C:\Program Files\Filebot\filebot.exe" -script fn:sysinfo Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas e. FileBot 4.5.6 (r2818) JNA ...
by twitchfidelis
23 Mar 2015, 15:26
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Re: Help with Script for Moving and Renaming Movies

I added --log-file amr.log and this is what it is in the log: Filename pattern: [NaN] SxE, [NaN] CWS Rename movies using [TheMovieDB] Auto-detect movie from context: [C:\dtemp\movies\A Nightmare on Elm Street 1984] [MOVE] Rename [C:\dtemp\movies\A Nightmare on Elm Street 1984] to [C:\transfer ...
by twitchfidelis
20 Mar 2015, 22:35
Forum: Scripting and Automation
Topic: Help with Script for Moving and Renaming Movies
Replies: 8
Views: 5794

Help with Script for Moving and Renaming Movies

Hello- I need help making a script. Here's what I need it to do. I need it to rename the movie file and folder in "C:\dtemp\movies" and then move the movie folder to "C:\transfer". Now I want to use this string to rename the files : {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)} ({y}){' CD'+pi ...