
I have two programs (MALUpdater and TorrentEpisodeDownloader) that automatically download new episodes of my shows and place them in two folders:
MALU puts Anime in E:\Download\Anime
TED puts TV Shows in E:\Download\TV Shows
What I want to do is, once the anime finishes downloading to have it given this file name scheme using the aniDB.net scraper:
E:\Video\Anime\Anime Title\Series.Name.S01.E##.Episode.Title.ext
(S01 is static and doesn't change as I use absolute ordering and XBMC requires a season in order for it to detect my anime)
And TV shows are like this using the TVDB scraper:
E:\Video\TV Shows\Series Name\Series Name - @x## - Episode Title.ext (@ = season | ## = episode | ex. 3x15)
What I wish to accomplish is once Utorrent finishes downloading an episode, for it to be renamed and moved to it's proper directory as specified above and for XBMC to detect and add to it's library.
Thanks,
Kaero.