TVScout 0.6
Release Notes
Features
- Language selection support
- Definable text to use instead of "Season" (ie, "Säsong" is swedish for season, can change the value to suit your preferred language)
- Separate logic from GUI program so the logic is in a separate DLL
- Process Root directory
- Better logging:
- more detailed
- colour coded
- indenting for easy reading
Bugfixes
- Moved away from arrays to Lists to avoid unfortunate 200-episode limit
- Overwriting series/season poster fixes
- Now processes *M*A*S*H* (and other interesting characters in TV shows) correctly (thanks dlavey!)
TVScoutBase.dll
TVScoutBase.DLL is a .NET library, and is what does all the processing for TVScout. The application you see just makes use of it, its just a GUI frontend. I’ve finally separated all the logic into the dll, see the CodePlex release page for an example of how to use it to interact with the TVDB API
