Search found 4 matches

by samhannigan05
02 Apr 2014, 04:27
Forum: Scripting and Automation
Topic: Issue Renaming Anime from Absolute to SxxExx
Replies: 6
Views: 7848

Re: Issue Renaming Anime from Absolute to SxxExx

Thanks again for all your help! For anyone who is interested, below is my final code that allows me to successfully rename Naruto Shipuuden from Absolute numbering, to SxE numbering, and accounts for the difference in the spelling of Shippuuden/Shippuden. I have kept my code comments in, just in ...
by samhannigan05
01 Apr 2014, 01:24
Forum: Scripting and Automation
Topic: Issue Renaming Anime from Absolute to SxxExx
Replies: 6
Views: 7848

Re: Issue Renaming Anime from Absolute to SxxExx

Thanks again for the assistance. I have this all more or less working now. The only thing I am having trouble with is moving the renamed file to a new location. Currently I have this that works, minus moving the file: ::Replace Shippuuden with Shippuden filebot -script fn:replace --def "e=Shippuuden ...
by samhannigan05
31 Mar 2014, 09:02
Forum: Scripting and Automation
Topic: Issue Renaming Anime from Absolute to SxxExx
Replies: 6
Views: 7848

Re: Issue Renaming Anime from Absolute to SxxExx

Ah yes I see, thanks for that. Currently there is a discrepancy between what the files released online are named, and how theTVDB names them. So to combat that, is there a quick way to in the same batch file that calls filebot, replace Shippuuden in a filename, with Shippuden? That would fix my ...
by samhannigan05
31 Mar 2014, 06:19
Forum: Scripting and Automation
Topic: Issue Renaming Anime from Absolute to SxxExx
Replies: 6
Views: 7848

Issue Renaming Anime from Absolute to SxxExx

EDIT: Issue has been resolved. Look at the 7th post. Hi all, Before I begin, I have looked at the other threads related to this issue, and I couldn't get them to work. The Groovy script can't be found when I try to use it. I am trying to rename Anime from Absolute numbering, to SxxExx numbering ...