- August 30, 2011
- 644
- 79
- Home Country
- United Kingdom
Doesn't work for me.OK then here's a first version if anyone's brave and fancies testing it. The file upload thing wouldn't let me upload exe's so I've zipped the TV server and mediaportal installers into the attached zip file.
Please be careful. Although the code contained within this installer was created by talented, dilligent individuals, it was merged, compiled and built by a bumbling clown. Please back up your database and user data before using it.
I had installed 1.8.0 official then installed these over the top. Apart from a slow EPG import (which did complete successfully) I can see no obvious issues. I'm going to try taking the innodb_file_format=Barracuda config (see below) back out of MySQL now as it should no longer be required, to see if things speed up again.
If, once you're up and running, you get an error almost immediately after starting an update, and the error in the TVServer error log relates to columns including SeriesId missing from the Program table, it's likely that the SQL update script didn't run on your MySQL database. If this is the case
- find your MySQL ini (called my.ini) file (in later versions of Windows it'll be in c:\program data\MySQL\<MySQL version>\ - on your TV Server machine
- Edit it in notepad. Somewhere in the innodb section, I don't think it matters where - I added it at the bottom of that section - add the line innodb_file_format=Barracuda
- Stop and restart the MySQL service (or just reboot your machine if you're not sure how to do this)
- Run the attached TV Server installer again
- Once the installer has run, and your TV server is running properly, you can remove or comment out (place a # at the start of the line) the innodb modification, I don't think it'll be required
I wasn't doing an upgrade, just a straight 1.8.0 TV Server install. I used the official installer, then your TV Server installer, but I can't tune to any channels ("unknown error has occured"), although a transponder scan works fine. I also can't delete any channels.
I saw I had the seriesId errors in the logs so I tried adding the line you said to my.ini and running your installer again but it didn't solve anything.
Last edited: