Glitches when restoring db

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #11
Fixed in https://github.com/xbmc/xbmc/commit/91c4...57a441e23b

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
THRobinson Offline
Senior Member
Posts: 189
Joined: Jul 2011
Reputation: 0
Location: Zurich, ON (Canada)
Post: #12
jmarshall Wrote:Nope, not enough as we can't see the 2011 entry, but regardless, the 1982 one has a <year> though, so on export that would have created a "The Thing_1982" item for thumbs and fanart.

But I think the problem is your export was made before we changed it to support years.

Thus, a new export won't have the problem.

This will be the same reason that using a new version of XBMC won't export the thumbs correctly, as it's assuming the layout because of a bug introduced here, where versioning was added but then promptly ignored...

https://github.com/xbmc/xbmc/commit/8d13...f1f7aa4c7c

I'll fix this.

Cheers,
Jonathan

New export? How new?

The year support, when did that start? since the export I last used was Feb so only a month old. The one in the link I included was a day old. It does have 2011 at the very top but... like I said, opened in wordpad and having no experience with these files it was just a big mess to look through. My db is pretty big else I'd have included the whole thing.

I'd switch to the new XBMC but, I use EventGhost and not sure if a new XBMC will work with EG or not.

Operating System: Win7 64-Bit Pro w/SP1
System: Intel Core2Duo 2.4Ghz / 4GB PC6400 DDR2 / ATI HD 5670 1GB GDDR5
XBMC Build: FRODO 12.1
Remote: HP Remote (5069-8344) and HP Receiver (5188-1667)
Display: 40" Sony Bravia HDTV
find quote
THRobinson Offline
Senior Member
Posts: 189
Joined: Jul 2011
Reputation: 0
Location: Zurich, ON (Canada)
Post: #13
Also is there a way to refresh the entire database? or do I have to basically wipe it out and rescrape the whole library to fix the thumb issue?

Operating System: Win7 64-Bit Pro w/SP1
System: Intel Core2Duo 2.4Ghz / 4GB PC6400 DDR2 / ATI HD 5670 1GB GDDR5
XBMC Build: FRODO 12.1
Remote: HP Remote (5069-8344) and HP Receiver (5188-1667)
Display: 40" Sony Bravia HDTV
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #14
You're using Dharma, so it doesn't make a difference when your export was done. To confirm, right at the top of videodb.xml you'll see:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<videodb>
  <movie>

Notice there's no <version> tag between <videodb> and <movie>. You can't fix this until you update to an Eden build (something after RC2).

As for your thumbs issue, the best bet is for you to put one of the links from your XML into a browser and see if it's still valid.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Post Reply