mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-04 03:00:42 +01:00
- Philips loaders will show model and file format version under File / File information...
This commit is contained in:
@@ -95,6 +95,9 @@ namespace ChanSort.Loader.Philips
|
||||
{
|
||||
this.chanLstBin = new ChanLstBin();
|
||||
this.chanLstBin.Load(this.FileName, msg => this.logMessages.AppendLine(msg));
|
||||
this.TvModelName = this.chanLstBin.ModelName;
|
||||
this.FileFormatVersion = $"{chanLstBin.VersionMajor}.{chanLstBin.VersionMinor}";
|
||||
|
||||
this.dataFilePaths.Add(this.FileName);
|
||||
|
||||
var dir = Path.GetDirectoryName(this.FileName) ?? "";
|
||||
|
||||
Reference in New Issue
Block a user