Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

ReleaseNotes

Andrew Jackson edited this page Aug 25, 2012 · 4 revisions

Release Notes

1.1 - August 25th 2012

  • Fixed a bug where the UI would crash if an episode was scanned and no show could be found.
  • Now downloads zip files from The TVDB and extracts the XML rather than download uncompressed XML.
  • Added an icon.

1.0 - July 24th 2012

  • This is complete rewrite with many new features
  • Changed the database from SQLite to XML. This is not backward compatible, a new database will be created on startup.
  • Massive performance increase. Scanning episodes is now many times faster. Updating the local database is also a lot quicker.
  • Far more accurate show name matching.
  • Double episode support
  • Will automatically add new shows when an unmatched show is found.
  • Automatically lock shows that have no new episodes in 3 weeks.
  • Automatically unlock shows that are matched to an episode.
  • When moving/copying files, the destination folder is searched for the episode and renamed if it exists under a different filename.
  • Files that contain overwrite keywords such as repack in the name, will overwrite a copy that already exists in the output directory.
  • Missing and Duplicate episode search. Scans destination directories for episodes to indentify any episodes that are missing or duplicated.
  • Support for multiple destination directories. If your TV is in more than one directory, you can add several destinations. All are searched for the new shows and missing/duplicate episodes.
  • Output format builder GUI.
  • Many more improvements and bug fixes.

0.5 - November 16th 2010

  • Started changes for Mono support.
  • Changed how XML is parsed, searches tags by name rather than index.
  • Shouldn't crash when progress bar fills with objectdisposedexception.

0.4 - July 10th 2010

  • Moved the settings and database files into new directories relative to the working directory.
  • Changed how settings are saved.
  • Added ability to modify the regular expressions used for matching.
  • Checks to see if all data available for an episode. Doesn't sort in CLI mode if not, shows in red in GUI mode.
  • Lots of code refactoring.

0.3 - June 13th 2010

  • Improved GUI. Used toolbars for buttons.
  • Added show lock.
  • Added use dvd order.
  • Added a rename and copy option.
  • Added command arguments -rename_move -rename_copy -rename_only.
  • Added ability to specify a log file in command arguments.
  • Changed the command line mode to use a special GUI rather than a console window
  • Changed add show search to search for names rather than TVDB IDs.

0.2 - June 1st 2010

  • Fixed Issues 1, 2, 3, and 8.
  • Added -update_all command argument for running in command line mode.

0.1 - May 2nd 2010

  • Initial release of TVSorter.

Clone this wiki locally