mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-27 17:49:03 +01:00
- improved IniFile and Mapping to better handle missing settings
- working on philips *.db/FLASH* file format (identified 3 different variations so far)
This commit is contained in:
@@ -36,5 +36,11 @@ namespace ChanSort.Loader.Philips
|
||||
/// </summary>
|
||||
public int Id; // links entries in the ChannelMap45/*Db.bin files with the entries in the tv.db channels table
|
||||
|
||||
/// <summary>
|
||||
/// used in the mgr_db / FLASH format to hold the absolute offset of the channel in the FLASH file
|
||||
/// </summary>
|
||||
public int FlashFileOffset;
|
||||
|
||||
public int DbFileOffset;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user