skorokithakis / episode-renamer

Episode renamer is a simple python script that renames folders of TV episode video files to their proper names.
http://pypi.python.org/pypi/episode-renamer/
41 stars 8 forks source link

run on only specified files #5

Closed dmd closed 12 years ago

dmd commented 12 years ago

I'd really like it if one could specify a glob and have it run on only matching files, rather than all in a directory.

skorokithakis commented 12 years ago

Hmm, that sounds like something that the shell should handle, but episode renamer should accept a file list, I agree...

dmd commented 12 years ago

Yeah a file list would be good; let the shell deal with expansion.

dmd commented 12 years ago

submitted pull request, so this is a dupe now

skorokithakis commented 12 years ago

Indeed, thanks for the contribution!