PredatH0r / ChanSort

TV channel list editor for Samsung, LG, Sony, Hisense, Panasonic, Philips, Sharp, Toshiba and MANY more.
872 stars 116 forks source link

TCL / Thomson *.DB (channel list) is not loaded #43

Open jacknz33 opened 8 years ago

jacknz33 commented 8 years ago

The channel list format for (TCL / Thomson) TV (*.db) is not loaded. With DB Browser for SQLite the file is readable. By using a HEX-Editor "Channelnames" are displayed.

report

in *.DB-File select and edit ProgrammInfotbl @ "ProgNum" and "ServiceName".

report2

database.zip

if I add missing Table "SVL" and "TSL" with RAZOR-SQL the error occur: no such column: s.major_channel.... so i guess there is a configuation needed..in which table and column you will find the information for the gui of the program: report3

PredatH0r commented 7 years ago

ChanSort doesn't support Thomson channel lists.

Hisense is also using * .db as the file extension for their channel lists, which is also a SQLite database, but uses different tables. So when the Hisense loader tries to read the Thomson file, it throws an error.

I don't have any Thomson files, so I can't really tell much about those. I also stopped adding new file formats because I don't have the time at the moment and without a TV to test it on, it's too much of a hazzle to get it working. If you are a developer, you can take a look at the source code of the Hisense, Panasonic or Toshiba loader modules, which also use SQLite and could probably easily be copied+modified for Thomson.