2011-03-22, 15:33
dushmaniac Wrote:fixed in the dev tree. will be included in the next build
Fantastic. If I come across anything else I'll mention it.
dushmaniac Wrote:fixed in the dev tree. will be included in the next build
dushmaniac Wrote:there have been a couple of changes in the db. most related to files-in-library afaik.
pastebin a debug log please.
Query: ALTER table settings add VerticalShift float
14:10:29 T:3053778752 M:1416151040 ERROR: Error attempting to update the database version!
14:10:29 T:3053778752 M:1416151040 DEBUG: Mysql rollback transaction
14:10:29 T:3053778752 M:1416151040 ERROR: Can't update the database xbmc_video from version 42 to 46
14:10:29 T:3053778752 M:1416151040 ERROR: Unable to open database xbmc_video
14:10:29 T:3053778752 M:1416216576 NOTICE: Attempting to update the database xbmc_video from version 42 to 46
14:10:29 T:3053778752 M:1416216576 DEBUG: Mysql Start transaction
14:10:29 T:3053778752 M:1416216576 DEBUG: Mysql execute: ALTER table settings add VerticalShift float
14:10:29 T:3053778752 M:1416216576 ERROR: SQL: Undefined MySQL error: Code (1060)
dushmaniac Wrote:if that doesn't work, you should use a backup of an older db and let xbmc upgrade it.
ant_thomas Wrote:1) BBC One HD (28.2E) will randomly go completely white. This has happened with LiveTV and recordings off that channel. When I switch from Fullscreen to the LiveTV screen with channel list etc it stays white in the smaller window. I have to restart XBMC to get the picture back on BBC One HD. Changing channel and back again and the channel still plays as White.I'll need a debug log for this one.
Quote:2) The Recordings tab/menu has changed. Not everything seems to show, there's no ".." to go back up a level. The title of the show is missing, instead the genre is given. So "Entertainment - Game Show - 60'" rather than "Title"the workings have changed a while back. empty folders are skipped now. that will be made optional later.
Quote:3) When I start XBMC and the EPG is being scraped/loaded from my VDR server if I go to LiveTV whilst the dialog is at the top XBMC freezes. If I wait for the EPG data loading to finish before selecting LiveTV there is no problem.there's no thread priority implementation yet and epg updates are expensive. on slow systems (e.g. ion) updating the epg would cause stuttering or a lot of buffering. that's why the epg is not being updated while livetv is playing. it'll continue where it stopped as soon as you stop the stream.
Quote:4) Sometimes the Info OSD shows a programme as being 1 hour long when the onscreen EPG shows it is actually less.this is a little bug in the epg window code, that "stretches" the first tag of each channel.
dushmaniac Wrote:first of all, always say where you got the package that's showing these problems and what version you got of that package.Lucid version that you compiled on 10th April. Version says "unknown" in XBMC info
Quote:1) I'll need a debug log for this one.
Quote:3) there's no thread priority implementation yet and epg updates are expensive. on slow systems (e.g. ion) updating the epg would cause stuttering or a lot of buffering. that's why the epg is not being updated while livetv is playing. it'll continue where it stopped as soon as you stop the stream.