pub fn find_mov_path_with_append_dir( project_dir: &Path, current_append_dir: &str, file_name: &str, ) -> Result<(PathBuf, MovieType)>