Home
Name Modified Size InfoDownloads / Week
Bin 2014-03-04
Source 2014-03-04
Readme.txt 2014-03-03 1.1 kB
Totals: 3 Items   1.1 kB 0
This simple and short program only moves files from a source directory to a destination directory. Main feature is sorting out what a name is, fix the casing, search for "S01E01" and remove everything behind it.

For example :

As source : c:\test\
c:\test\my project S01E01 my very first project.mkv
c:\test\my project S01E02 second.best.thing.mkv
c:\test\my project S02E01.no.idea.mkv
c:\test\my project S02E01.bak

As destination : c:\sortedtest\ will result in :
c:\sortedtest\my project\Season 1\My Project S01E01.mkv
c:\sortedtest\my project\Season 1\My Project S01E02.mkv
c:\sortedtest\my project\Season 2\My Project S02E01.mkv

Currently the includelist for file extentions is mkv, avi, mp4 and srt.
Thats all it does. Have fun using it.


Sourcecode :
Source is freely downloadable and editable. Programmed in VB.net 2.0 (can easely be converted to c#).

Disclaimer :
I am not responsible for any loss of files or whatsoever. Use at own risk.
You may do anything with this project including selling it. Only thing you may not do is making it impossible for me to program it further due to possible copyright.
Source: Readme.txt, updated 2014-03-03