Here my version that include the fix for the episodes that start with a 0 :
http://pastebin.com/HYSLBEu2
Search found 2 matches
- April 17th, 2011, 2:23 pm
- Forum: Post-Processing Scripts
- Topic: Anime Renaming? (Absolute to Season Format)
- Replies: 9
- Views: 14250
- March 25th, 2011, 1:32 pm
- Forum: Post-Processing Scripts
- Topic: Anime Renaming? (Absolute to Season Format)
- Replies: 9
- Views: 14250
Re: Anime Renaming? (Absolute to Season Format)
The script has a bug with anime episodes that are starting with a zero like episode 01,02...09. I've changed the function that check episode number to remove the 0 and it fixed the problem. Here the changes : function get_episode_number($input) { ...