Search found 2 matches

by fda
April 17th, 2011, 2:23 pm
Forum: Post-Processing Scripts
Topic: Anime Renaming? (Absolute to Season Format)
Replies: 9
Views: 13440

Re: Anime Renaming? (Absolute to Season Format)

Here my version that include the fix for the episodes that  start with a 0 :

http://pastebin.com/HYSLBEu2
by fda
March 25th, 2011, 1:32 pm
Forum: Post-Processing Scripts
Topic: Anime Renaming? (Absolute to Season Format)
Replies: 9
Views: 13440

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) {                                                      ...