Don't know what happened exactly, but I couldn't fast forward TV shows anymore. But this time the previous fix didn't work.
Went into PHPMyAdmin, went to the mythconverg.recordedseek table and was told that the table had crashed. I clicked on the SQL tab to run an SQL command on this table.
REPAIR TABLE recordedseek;
Then I had to run
mythcommflag --rebuild -f <filename>
on my recordings.
Now it works again.
Comments