Skip to content

Releases: PredatH0r/ChanSort

ChanSort 2020-02-02

02 Feb 22:36
Compare
Choose a tag to compare
  • hopefully fixed corrupted Sony lists after channels were deleted (causing the TV to reorder channels after a reboot)
  • detect file corruption when all bytes have same value instead of just 0x00 (as there are broken files with 0xFF too)
  • upgrade to DX 19.2.6

ChanSort 2020-01-02

02 Jan 19:51
Compare
Choose a tag to compare
  • added support for m3u lists (SAT>IP, VLC, WinAmp, ...)
  • added support for Hisense H50B7700UW (and maybe others which use the same favorite list table schema)
  • fixed support for Philips lists with format 100
  • fixed missing DLLs with spanish translation
  • fixed polarity display for Samsung (caused by a stale .ini file in the package)
  • disabled "Lock" toggle button when the list does not support parental locks

ChanSort 2020-01-01

01 Jan 12:58
Compare
Choose a tag to compare
  • fixed Samsung .scm support (ChanSort.Loader.Samsung.ini file was missing)
  • added Polarity information for Samsung .scm and .zip lists

ChanSort 2019-12-31

30 Dec 23:06
Compare
Choose a tag to compare
  • fixed errors when opening the Reference List dialog

ChanSort 2019-12-29

29 Dec 16:17
Compare
Choose a tag to compare
  • Added Spanish translation (thanks to Marco Sánchez!)
  • Added support for Philips "ChannelMap" favorites lists (1-8)

ChanSort 2019-11-25

24 Nov 19:01
Compare
Choose a tag to compare
  • LG GlobalClone: Favorites were not loaded correctly into ChanSort
  • LG GlobalClone: some changes that might fix problems where the TV didn't work properly
    with an importet list (ChanSort now modifies less data in the file)
  • Menu items for hide/unhide, skip/unskip, lock/unlock are now disabled when these features are not supported by the
    channel list file format
  • Applying a .txt reference list (which doesn't contain information about skip/lock/hide) will no longer clear these
    flags in the current channel list

ChanSort 2019-11-18

18 Nov 21:49
Compare
Choose a tag to compare

Philips: fixed file detection in some ChannelMap_xxx folder structures

ChanSort 2019-11-17

17 Nov 14:01
Compare
Choose a tag to compare
  • Philips: Improved support for ChannelMap_xxx channel lists directory structure.
    Selecting any .xml or .bin file in the folder will now load all DVB*.xml files from the
    channellib and s2channellib sub folders.
  • LG hospitality TVs using files names like xx[modelname].TLL can now be loaded
    (They use the naming pattern of binary TLL files, but contain GlobalClone/XML text data)
  • fixed: Philips DVBC.XML files with frequency values in Hz instead of MHz caused an overflow exception

ChanSort 2019-11-10

10 Nov 19:15
Compare
Choose a tag to compare
  • Sony: added support for independent ordering of favorite lists (only Android TVs)
  • Sony: fixed error when saving a list that contains program numbers above 8000
  • added "Source" column to left list when editing a mixed source favorite list

ChanSort 2019-11-08

08 Nov 18:48
Compare
Choose a tag to compare

Improved handling for deleting channels. Depending on what the file format supports, ChanSort will now either

  • mark channel as deleted (which prevents them from being re-added by the TV as if were a new channel)
  • remove channel from the file (at the risk that a TV's auto update will add it again)
  • append the channel at the end of the list (when possible as hidden and skipped)