- fixed broken Philips .ini settings for formats 100, 105 and 110

This commit is contained in:
Horst Beham
2021-09-05 22:11:56 +02:00
parent 39f2c59f94
commit 79fb621d69
2 changed files with 18 additions and 14 deletions

View File

@@ -152,31 +152,31 @@ offPolarity=72
# 3) with additional *tv_cmdb*.bin files, indentation in XML, lowercase hex digits, unpadded names, a "Scramble" attribute and requirement to keep record order between .xml and .bin in-sync. Often with a "Clone" folder. - stable
[Map100]
# padChannelName: true|false; if true, fill the hex-encoded channel name with 0x00 0x00 to maintain a fixed length; default: true
padChannelName=true
# setFavoriteNumber: true|false; if false, the FavoriteNumber attribute won't be changed
setFavoriteNumber=true
#setReorderedFavNumber: true|false; if true, favorites can be in a different order than the main program numbers; default: false
setReorderedFavNumber=true
# reorderRecordsByChannelNumber: true|false; defines whether the element lines in the XML file are reordered by their ChannelNumber or kept at their location; default: false
reorderRecordsByChannelNumber=true
# padChannelName: true|false; if true, fill the hex-encoded channel name with 0x00 0x00 to maintain a fixed length; default: true
padChannelName=true
# allowDelete: true|false; if true, channels can be removed from the .xml. This breaks channel lists that contain .bin files that must be kept in-sync; default: false
allowDelete=true
# settings for the ChannelMap_100 variant that includes a channelFile.bin file
[Map100_channelFile.bin]
padChannelName=true
setFavoriteNumber=true
setReorderedFavNumber=true
reorderRecordsByChannelNumber=false
padChannelName=true
reorderRecordsByChannelNumber=true
allowDelete=false
# settings for the ChannelMap_100 variant that includes an atv_cmdb.bin file
[Map100_cmdb.bin]
padChannelName=false
setFavoriteNumber=true
setReorderedFavNumber=true
reorderRecordsByChannelNumber=false
padChannelName=false
allowDelete=false
@@ -186,24 +186,26 @@ allowDelete=false
[Map105]
# satelliteListcopy: true|false|remove|(empty); when empty the original value is kept as-is; "remove" removes the XML element; default: empty
satelliteListcopy=remove
satelliteListcopy=
padChannelName=true
setFavoriteNumber=false
setReorderedFavNumber=false
reorderRecordsByChannelNumber=false
reorderRecordsByChannelNumber=true
# incrementFavListVersion: true|false; when true the Version attribute in the Favorite.xml file gets incremented every time the file is saved; default: false
incrementFavListVersion=false
allowDelete=false
incrementFavListVersion=true
allowDelete=true
############################################################################
# ChannelMap_110: same as 105 with an additional "UserReorderChannel" attribute (which should probably left unchanged, even after reordering)
[Map110]
satelliteListcopy=remove
satelliteListcopy=
padChannelName=true
setFavoriteNumber=false
setReorderedFavNumber=false
# userReorderChannel: 0|1|remove|(blank); when blank the original value is kept as-is, "remove" removes the attribute, 0 and 1 are written as literals; default: 0
userReorderChannel=0
reorderRecordsByChannelNumber=false
incrementFavListVersion=false
allowDelete=false
reorderRecordsByChannelNumber=true
incrementFavListVersion=true
allowDelete=true

View File

@@ -1,7 +1,9 @@
ChanSort Change Log
===================
2021-09-05_2010
- Philips: fixed wrong .ini settings for formats 100, 105 and 110
2021-09-05 (pre-release)
2021-09-05
- ChanSort didn't work properly with Windows region settings that don't convert ".BIN" to lowercase ".bin" (e.g. Turkey)
- Philips: added ChanSort.Loader.Philips.ini file to try out different configurations until working ones get confirmed.
- Philips: disabled deleting channels for most file formats (they require files for menu and tuner to be kept in-sync).