postprocessing script for animes (to use with sabnzbd+ or nzbget or even as stand alone) to rename files after a sync with anidb.net. files can additionally be renamed via tvdb
It would be nice if you could add some support for Windows in the script. For example, make a check on os.name to see if it is a posix OS when doing shlex.split:
It would be nice if you could add some support for Windows in the script. For example, make a check on os.name to see if it is a posix OS when doing shlex.split:
And maybe explicitly call python when you execute anidb.py, in case the OS for some reason fails to execute it in python automatically.