Add File_Metadata_Extractor: Comprehensive metadata extraction script #1448
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Add File_Metadata_Extractor: Comprehensive metadata extraction script
Description
This PR adds a new Python script that extracts comprehensive metadata from various file types including images, audio files, videos, and documents. The script provides both single-file analysis and batch processing capabilities with multiple export formats.
Key Features:
Supported File Types:
This script complements existing file management tools in the repository and provides valuable functionality for digital asset management, forensic analysis, and file organization.
Fixes #1449
Type of change
Files Added/Modified
Python/File_Metadata_Extractor/file_metadata_extractor.py- Main script with comprehensive metadata extractionPython/File_Metadata_Extractor/README.md- Detailed documentation with usage examplesPython/File_Metadata_Extractor/requirements.txt- Required dependenciesPython/README.md- Added script to the main Python scripts listUsage Examples
Dependencies
Pillow (PIL) - Image metadata and EXIF extraction
mutagen - Audio and video metadata extraction
PyPDF2 - PDF document metadata
python-docx - Microsoft Word document metadata