newest nightly build - 3 new BUGS

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mselley Offline
Junior Member
Posts: 28
Joined: Oct 2011
Reputation: 0
Post: #21
Hi,

I think the issue with the remote thumbs not showing is because it was looking for the old thumbs on cf1.imgobject.com which dont exist any more.

http://help.themoviedb.org/discussions/p...ge-changes
http://help.themoviedb.org/discussions/p...ges-broken

not sure if there is any way around this?

Thanks,
Mark
(This post was last modified: 2012-05-15 12:59 by mselley.)
find quote
vicbitter Offline
Member+
Posts: 242
Joined: Jan 2011
Reputation: 3
Post: #22
Jonathan,
Is there are a way of determining if all of the thumbnails (in the MYSQL db) have been downloaded to the local cache? I want to verify that everything is working correctly.

Many thanks
(This post was last modified: 2012-05-15 18:33 by vicbitter.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #23
mselley: there is no way around it, no. There's no way to change the URLs from the old to the new as far as I can tell, so your only option is refreshing each show (get fanart/thumb alone won't work as it's using the old URLs).

vicbitter: Two steps: 1. Check that everything in the content tables (movies/tvshows etc.) have corresponding entries in the art table. If so, then at least the video database has finished figuring out which images should be associated with each item. This does not, ofcourse, mean that they've been cached locally though. 2. Grab all URLs from the art table in the video database, and check that against the texture table in the Textures database. If they're all there, everything has been cached.

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
vicbitter Offline
Member+
Posts: 242
Joined: Jan 2011
Reputation: 3
Post: #24
Jonathan,
Thanks. Is the artwork download only done in the background? I guess the better question is, can I manually force the artwork download? Or will the background thread continue to run until all of the artwork in the art table has been cached?

Cheers
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #25
If you're getting artwork updated from an old Eden database, then it only runs in the bgthumbloaders, so will only update the items that you list in the UI.

If you're getting artwork from a fresh scan then the artwork is done in the background and that thread will keep running until all scanned artwork is in.

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
vicbitter Offline
Member+
Posts: 242
Joined: Jan 2011
Reputation: 3
Post: #26
Okay, that explains it.

I have a large database from Eden, so if I set the scraper to none then back to Movie or TV Show for the source with that scan is "the artwork done in the background and will that thread keep running until all scanned artwork is in."?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #27
As long as you clean out all the content, then yes, the rescan will trigger everything to be cached - it may well take a while ofcourse - it will keep going after the scanning has completed most likely. Wink

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]
(This post was last modified: 2012-05-16 01:23 by jmarshall.)
find quote
mselley Offline
Junior Member
Posts: 28
Joined: Oct 2011
Reputation: 0
Post: #28
Hi,

Could you explain the process that a user will require to do when updating from eden to the nightly.

To me it looks like they will need to rescrape their whole library if the movies were last scraped before the urls were changed from:

OLD: 'http://cf1.imgobject.com/backdrops/34e/4bc90944017a3c57fe00334e/2-fast-2-furious-original.jpg'
NEW: 'http://cf2.imgobject.com/t/p/original/1OyOjIufmGBXIcGryCFXpKzEfPr.jpg'

The only way i could find to get these was to reload the movies individually.

is it possible for it to automatically reload all the movies that have stale thumb urls?

I didnt have any problems with and of the tv series thumbs?
I am using TVDB for tv series and IMDB for Movies not sure if this makes a difference?

Im am going to have a look through you source to get a better idea of how it all is working.
Could you give me a pointer into where i should start looking. (First time i am properly looking at the source Smile )

Thanks,
Mark
(This post was last modified: 2012-05-16 09:53 by mselley.)
find quote
scudlee Offline
Team-XBMC Member
Posts: 584
Joined: Jul 2011
Reputation: 45
Post: #29
Just to pile on with a related issue, I've noticed that TV show episodes no longer auto-generate a thumbnail if there's a folder.jpg present in the folder, they just use that instead. This seems wrong to me, since the folder.jpg is meant for the series, not for individual episodes.
find quote
mselley Offline
Junior Member
Posts: 28
Joined: Oct 2011
Reputation: 0
Post: #30
Hi,

Sorry to add more questions,

but been having a look and it seems that currently XBMC Eden does not store what url you are currently using for your thumb/fanart.

It just overwrites the .tbn file?

So from your point all you can do is use the first url from the c06 Column(Thumbnail URL)?

As you cannot tell what thumb is currently being used. When upgrading to the new format i think the best option would be to reload all the url lists for all the movies/tv series etc and then chose the first one.
From the scrapers if this is possible without overwriting custom c00 Column (Local Movie Title) and any other user customised columns.

The users will lose thier chosen thumbs anyway so atleast this way it gives us most of the latest urls. Also now that you are storing the chosen art we will not have this problem in the future.

Many Thanks,
Mark
(This post was last modified: 2012-05-16 10:52 by mselley.)
find quote
Post Reply