animesorter.git
17 years agoRemove unused regex.
Ira W. Snyder [Thu, 11 Jan 2007 03:50:56 +0000 (19:50 -0800)]
Remove unused regex.

This removes a regular expression that was used to limit the kinds of files
that were sorted, but this is no longer needed in the new version.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years agoChange the directory walker to a more sane implementation
Ira W. Snyder [Thu, 11 Jan 2007 00:45:47 +0000 (16:45 -0800)]
Change the directory walker to a more sane implementation

The directory walker was a very complex piece of code where none was
required. This changes it to be much simpler.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years agoUpdate parser
Ira W. Snyder [Wed, 10 Jan 2007 23:57:03 +0000 (15:57 -0800)]
Update parser

Make the parser a bit more robust, and update the old code to use the new
parser.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years agoSwitch to built-in logging class
Ira W. Snyder [Wed, 10 Jan 2007 22:52:14 +0000 (14:52 -0800)]
Switch to built-in logging class

Switch over all of the code from the homegrown logger class to the built-in
logging class.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years agoAdd copyright notice.
Ira W. Snyder [Wed, 10 Jan 2007 22:22:32 +0000 (14:22 -0800)]
Add copyright notice.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years ago[PORTABILITY] Use os.join on paths
Ira W. Snyder [Wed, 10 Jan 2007 08:13:24 +0000 (00:13 -0800)]
[PORTABILITY] Use os.join on paths

Switch to using os.join() for paths instead of just hardcoding everything.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 years agoInitial commit of the animesorter project.
Ira W. Snyder [Tue, 9 Jan 2007 21:43:14 +0000 (13:43 -0800)]
Initial commit of the animesorter project.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>