Skip to content
Snippets Groups Projects

FVV support and refactor

Closed Evy Storozhenko requested to merge evysgarden/transcript-postprocessor:fvv into main
1 file
+ 0
20
Compare changes
  • Side-by-side
  • Inline
+ 0
20
@@ -27,26 +27,6 @@ export interface Resolution {
@@ -27,26 +27,6 @@ export interface Resolution {
};
};
}
}
// export async function parseProtocol(
// path: string
// ): Promise<Protocol | string> {
// try {
// const fileContent = await fs.readFile(path, "utf-8");
// const basename = Path.basename(path);
// if (basename.startsWith("fvv-")) {
// return parseProtocol(fileContent, "fvv");
// } else if (basename.startsWith("fsr-")) {
// return fsr.parseProtocol(fileContent);
// } else {
// return `unknown file ${basename}`;
// }
// } catch (error) {
// console.log("Error for file", path, error);
// return String(error);
// }
// }
/**
/**
* parses a german timestamp and returns the minutes.
* parses a german timestamp and returns the minutes.
*
*
Loading