This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
- updated guessit library from v1 to v2; this improves analysis in many cases;
- many code changes in VideoSort to adopt to new API of fully rewritten guessit library (#20);
- alternative formatting specifiers for %dn and %fn: %^dn, %.dn, %_dn, %^dN, %.dN, %_dN, %^fn, %.fn, %_fn, %^fN, %.fN, %_fN (#1);
- moving subtitles which are in sub-folders (#5);
- skip rename if media file is already named correctly (#13);
- better support of mounts to SAMBA shares or NTFS partitions (#2);
- changed search path order for python modules to avoid possible conflicts with other versions of installed libraries (#8);
- created test suite (#20);
- definable formatting of first and last episode on a multi-episode file (#19);
- fixed: spaces entered in option "VideoExtensions" were not ignored (#6).