Anime TheTVDB Rename Script

Come up with a useful post-processing script? Share it here!
jwbrown77
Newbie
Newbie
Posts: 3
Joined: March 21st, 2011, 11:39 am

Re: Anime TheTVDB Rename Script

Post by jwbrown77 »

Sorry, I removed it.  No hard feelings.

I agree on the Perl thing, but I just don't know enough about it.  I really only know PHP.

I'll post elsewhere.  Thanks.
Wolferine111
Newbie
Newbie
Posts: 1
Joined: March 31st, 2011, 6:25 am

Re: Anime TheTVDB Rename Script

Post by Wolferine111 »

Hey guys,

I have been looking for something like this for about 4 months, it is perfect!

I have a small request though (I don't know any PHP at all).

Once the script renames the file, example from:

[HorribleSubs]_Naruto_Shippuuden_-_202_[480p].mkv

to

Naruto Shippuuden.s10e06.mkv

Would it then be possible to move this file to a new location? (ie that way programs like Sick Beard could be periodically scanning this new location and detect the file and perform all sorts of magic on it)

This would be amazing if this could be done.

Also, how would I have this script run every say 10 minutes? Is there a PHP running app I can use?

Thanks all. Excellent work!
Last edited by Wolferine111 on March 31st, 2011, 9:25 pm, edited 1 time in total.
User avatar
Clayboy
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 5:22 pm

Re: Anime TheTVDB Rename Script

Post by Clayboy »

How would i change the txt file into a windows script can someone please help me to set this up for post processing
squareatom
Newbie
Newbie
Posts: 26
Joined: February 17th, 2011, 6:40 pm

Re: Anime TheTVDB Rename Script

Post by squareatom »

Wolferine111 wrote:Hey guys,

I have been looking for something like this for about 4 months, it is perfect!

I have a small request though (I don't know any PHP at all).

Once the script renames the file, example from:

[HorribleSubs]_Naruto_Shippuuden_-_202_[480p].mkv

to

Naruto Shippuuden.s10e06.mkv

Would it then be possible to move this file to a new location? (ie that way programs like Sick Beard could be periodically scanning this new location and detect the file and perform all sorts of magic on it)

This would be amazing if this could be done.
This can be done and I was about to implement but I found something much better! The Anime branch of Sickbeard. It has support for absolute episodes numbers.

http://sickbeard.com/forums/viewtopic.p ... ilit=anime
Wolferine111 wrote: Also, how would I have this script run every say 10 minutes? Is there a PHP running app I can use?

Thanks all. Excellent work!
For linux look into crontab.

Code: Select all

# man 5 crontab
Clayboy wrote:How would i change the txt file into a windows script can someone please help me to set this up for post processing
That would be way too much work. Check out the the link for the Anime Branch of Sickbeard above.
Post Reply