Objective: Introduce functionality for mkknote to read and apply metadata from CSV files to MKV tags, enhancing efficiency in bulk tagging of video files.
Key Features:
CSV Parsing:mkvnote to read CSV files listing filenames alongside their respective metadata for tagging; ex. mkvnote.xlsx
Recursive Directory Search: Enable mkvnote to search a user-specified directory for filenames found in the CSV. Directory path is either input directly into mkvnote or specified within the CSV.
Automated Tagging: Upon matching filenames in the directory with those listed in the CSV, mkvnote will auto-generate and apply corresponding MKV tags.
Error Handling: Provide feedback/reporting on unmatched filenames or incorrect metadata formats.
Benefits: Simplifies and automates the process of tagging multiple MKV files, saving time and ensuring consistency across a video library.
@dericed
Objective: Introduce functionality for
mkknote
to read and apply metadata from CSV files to MKV tags, enhancing efficiency in bulk tagging of video files.Key Features:
CSV Parsing:
mkvnote
to read CSV files listing filenames alongside their respective metadata for tagging; ex. mkvnote.xlsxRecursive Directory Search: Enable
mkvnote
to search a user-specified directory for filenames found in the CSV. Directory path is either input directly intomkvnote
or specified within the CSV.Automated Tagging: Upon matching filenames in the directory with those listed in the CSV,
mkvnote
will auto-generate and apply corresponding MKV tags.Error Handling: Provide feedback/reporting on unmatched filenames or incorrect metadata formats.
Benefits: Simplifies and automates the process of tagging multiple MKV files, saving time and ensuring consistency across a video library.