Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.42 KB

TODO.md

File metadata and controls

49 lines (35 loc) · 2.42 KB

TODO

Metadata enhancements

  • GPS and photo metadata improvements
    • Add missing metadata fields, especially for geolocation, camera model name, and other device-specific information for images.
    • Develop a function to convert GPS data to OSM or Google Maps links.

Data export features

  • Support various export formats
    • Added support for exporting data in HTML format.
    • Added support for exporting data in TXT format.
    • Implement customizable export options for users.
    • Implement advanced customizable export options for users.

GitHub Actions

  • PyPI Automatic Upload on Release
    • Integrate GitHub Actions to trigger PyPI package upload on every new release.

Advanced Filtering

  • Enhanced Filtering Capabilities
    • Add support for scraping filter options.
    • Implement local filtering based on sections like "Author" and "Last Modified By".

Performance Enhancements

  • Optimize File Comparison for Duplication Avoidance
    • Replace SHA256 hash verification with a less resource-intensive method.
      • Research and evaluate the use of CRC32, or equivalent alternatives, for quick file comparison.
      • Implement CRC32 or chosen alternative for file integrity checks aimed at duplication avoidance rather than secure cryptographic verification.

Website Enhancement

  • Incorporate Metadata Example Files
    • Host a set of diverse example files embedded with metadata on the MetaDetective site.
      • Ensure these example files cover a wide range of metadata scenarios to showcase MetaDetective’s capabilities.
    • Replace references to "https://example.com" in documentation and demos with links to these metadata example files on the MetaDetective site.
      • Update documentation and tutorials to direct users to these specific examples for more relevant and practical demonstrations of MetaDetective's functionalities.

Functionalities for Parsing

  • Advanced Parsing Features
    • Implement parsing options to selectively export specific attributes in a format usable by other tools.
      • Enable parsing for simplified export and integration with other tools or databases.
    • Include options for automatic modification and enrichment of data.
      • Develop feature to automatically append email aliases (domain names) to usernames.