pub fn recording_entries(
filenames: &[String],
dir: &Path,
) -> Vec<RecordingEntry>Expand description
Build library entries from a directory listing: each .mp4 becomes an
entry, newest first (lexical-descending on the timestamped filename),
flagged if a sibling .screenproj is present. Pure (no I/O).