forked from a-jackson/tvsorter
-
Notifications
You must be signed in to change notification settings - Fork 0
ReleaseNotes
Nicolas Pierre edited this page Jan 3, 2024
·
1 revision
- 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.
- 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.
- 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.
- 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.
- 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.
- Fixed Issues 1, 2, 3, and 8.
- Added -update_all command argument for running in command line mode.
- Initial release of TVSorter.