Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 398 Bytes

Media Info

A tool to extract media information from a media source.

This is a supplemental library crate for Media Organizer.

API

read_audio_creation_date(path_str: &str) -> Result<String, String>

read_photo_creation_date(path_str: &str) -> Result<String, String>

read_video_creation_date(path_str: &str) -> Result<String, String>