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.
Anime TheTVDB Rename Script
-
- Newbie
- Posts: 1
- Joined: March 31st, 2011, 6:25 am
Re: Anime TheTVDB Rename Script
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!
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.
Re: Anime TheTVDB Rename Script
How would i change the txt file into a windows script can someone please help me to set this up for post processing
-
- Newbie
- Posts: 26
- Joined: February 17th, 2011, 6:40 pm
Re: Anime TheTVDB Rename Script
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.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.
http://sickbeard.com/forums/viewtopic.p ... ilit=anime
For linux look into crontab.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!
Code: Select all
# man 5 crontab
That would be way too much work. Check out the the link for the Anime Branch of Sickbeard above.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