DB changes in nightlies

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
The_Dogg Offline
Fan
Posts: 375
Joined: Feb 2004
Reputation: 3
Location: Canada
Post: #1
Hey Stoli,

I tried using the latest nightly (june 1st) and I noticed that all the places where the show name was supposed to appear, the studio was appearing (talking about tv shows here, I didnt check movies)

I know this is not an issue specific to the skin, because the trakt.tv plugin is having the same problem (submitting the studio instead of the show name) but I would like to know if you could let us know when the skin will be adapted to use the latest nightlies

the DB version has changed (I discovered it when I went back to an older nightly and my log said that the DB version was newer and couldn't be used) thankfully I have daily back ups of my mysql db.

I couldn't find a trac ticket about the DB change, but I suck a searching for trac tickets Smile

Hardware: Revo 3610 + SSD - Harmony 700 Remote
Software: XBMCBuntu Frodo - Sickbeard - SabNZBd+

[Image: all-clearlogo.jpg]
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #2
This doesn't sound like a skin issue/nightly issue. It sounds like a bug in the nightly build...they (most likely) would not change the value a label returns.
find quote
The_Dogg Offline
Fan
Posts: 375
Joined: Feb 2004
Reputation: 3
Location: Canada
Post: #3
this issue is still occurring with the latest nightly (June 6th)

am I the only one?

Hardware: Revo 3610 + SSD - Harmony 700 Remote
Software: XBMCBuntu Frodo - Sickbeard - SabNZBd+

[Image: all-clearlogo.jpg]
find quote
chaoticmaster Offline
Junior Member
Posts: 33
Joined: Jul 2009
Reputation: 0
Post: #4
It is happening to me also. I rolled back to the last nightly before the change.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #5
I just updated Sunday and forgot to check for this - I'll look tonight.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #6
I just tried a build from the 5th and today and am not seeing an issue - maybe I'm missing something... Can you post a screen shot?

Edit: I also see where when I updated on the 5th a new database was created. I'm going to guess there was a database change that wasn't 'updated' in MySQL as I use the default databases and not MySQL.
(This post was last modified: 2011-06-08 00:52 by stoli.)
find quote
bambi73 Offline
Senior Member
Posts: 165
Joined: Jan 2010
Reputation: 0
Location: Czech Republic
Post: #7
There was issue with database update 51 -> 52 on MySQL (week or so ago), where XBMC added new fields to some tables and didn't recreate affected views in video database (on SQLite it works fine because it creates views on the fly, but regular databases like MySQL must drop/create them). But problems what i had was more severe (like nothing in library, a lot of errors in log etc), so maybe it was already corrected or it's different issue. Anyway you can try to drop all 4 views in video database and recreate them again (from source codes).
find quote
frotsen Offline
Member
Posts: 54
Joined: Jan 2007
Reputation: 0
Post: #8
I had the same problem, it was the view movieview that missed on column c23, manually recreate the view and you should be fine
find quote
The_Dogg Offline
Fan
Posts: 375
Joined: Feb 2004
Reputation: 3
Location: Canada
Post: #9
thanks for the info, I didn't know how to recreate the views so i edited them to add the c23 column and it works now

Hardware: Revo 3610 + SSD - Harmony 700 Remote
Software: XBMCBuntu Frodo - Sickbeard - SabNZBd+

[Image: all-clearlogo.jpg]
find quote