Skip to content

Releases: danb235/mediatidy

Removed aggressive file probing

06 Jan 04:38
Compare
Choose a tag to compare
  • Files are probed in series

Bug Fixes

05 Jan 23:41
Compare
Choose a tag to compare
  • Possibly fixed npm global install commander issue
  • Probe files much faster
  • Fixed database bug with files that no longer exist

db storage

03 Jan 02:29
Compare
Choose a tag to compare
  • changed db storage location to users home directory

Initial Release

03 Jan 02:16
Compare
Choose a tag to compare

Still a long road ahead... however in the spirit of releasing early and often, here is what we have:

  • ability to save all data to sqlite3 database
  • ability to find media files for a given path
  • ability to check if files exist
  • ability to probe files for video metadata via ffmpeg
  • ability to delete corrupt files
  • ability to delete sample files
  • ability to delete non-video type files
  • ability to add multiple media files paths
  • ability to remove paths from db
  • ability to remove all files from db