Skip to content

Releases: danb235/mediatidy

Bug Fixes and Enhancements

31 Dec 21:08
Compare
Choose a tag to compare
  • Fixed regex date matching issue
  • Cleaned up source code via linter
  • Updated modules to latest

Delete by keyword

06 Feb 22:47
Compare
Choose a tag to compare
  • Ability to delete directories by keyword
  • Bug fixes and enhancements

Updated dupe filtering

28 Jan 00:40
Compare
Choose a tag to compare
  • Dupe detection now available for a larger variety of file naming conventions

Bug fixes

27 Jan 20:23
Compare
Choose a tag to compare
  • Create database with every command if it does not exist
  • Added files only tidy option

Directory support

27 Jan 17:43
Compare
Choose a tag to compare
  • Ability to look for directories and add to mediatidy database
  • Ability to remove directories that no longer exist from mediatidy database
  • Ability to delete directories that are empty
  • Bug fixes and code cleanup

Bug fix

20 Jan 06:06
Compare
Choose a tag to compare
  • Fixed command line argument bug

No more global coffee-script

18 Jan 17:39
Compare
Choose a tag to compare
  • Global install of coffee-script no longer required.

Updated commands

16 Jan 22:06
Compare
Choose a tag to compare
  • Mediatidy commands updated
  • Heavy readme.md updates

Enhanced duplicate matching

15 Jan 06:47
Compare
Choose a tag to compare
  • Added enhanced duplicate detection matching

Delete Dupes

14 Jan 01:56
Compare
Choose a tag to compare
  • Ability to scan files for duplicates and keep highest quality file while deleting the rest
  • Cleaned up options to single bin file
  • Added progress bar to probing
  • Fixed files-clear database bug
  • Bug fixes and std out updates