TV Rename 2.4.0 RC3
Pre-release
Pre-release
SirSparkles
released this
16 Mar 22:54
·
2349 commits
to master
since this release
Main change here is the automated identification of double episodes - for example S01E01E02
. To utilise this feature it needs to be turned on in the Preferences and new expression needs to be added to the Filename Processors section. It is recommended to add (^|[^a-z])s?(?<s>[0-9]+).?[ex](?<e>[0-9]{2,})(-?e[0-9]{2,})*-?[ex](?<f>[0-9]{2,})[^a-z]
to the top of the Filename Processors which will identify the new episodes. if you wish to create your own RegEx then is the new tag that indicates the last episode in the file.
Key Notes
- To use auto-merge add
(^|[^a-z])s?(?<s>[0-9]+).?[ex](?<e>[0-9]{2,})(-?e[0-9]{2,})*-?[ex](?<f>[0-9]{2,})[^a-z]
to the top of the Filename Processors. (Or reset to default) - 'DVD order' required some fairly substantial changes, so please be on the lookout for bugs
Main New Features:
- Filename Processors are now in order and system uses the highest priority one that matches the file
- Filename Processor screen shows which rule was used to match the season / episode
- 'DVD order' now works
- #18 Proactively and Reactively merge Double Episodes
Enhancements:
- Added auto-update message into the log for CLI users
- #14 - Hide Spoilers in WTW and 'My Shows'
- #55 and #79 - Shows can not be grouped by DVD Order
- #358 Addition to the RSS XML
- #45 Added validation to the 'Season Rules' function
- #114 Added 'Rename only' mode
Bug Fixes:
- Hide autoupdate UI for CLI users
- #291 - Updates to disk space indicator
- Fix to the count of file metadata section
- Mede8er view.XML updated to View.xml
- #89 - Updates to scanning to not fail when Recycle Bin accessed
- Fix for timezone conversion on startup
- Improved logging
- Remove 248 character checks to take full advantage of AlphaFS library
- #354 Improved handling for series names with unusual characters in them