2009-06-06, 21:08
mark007 Wrote:Thanks alot for the replies. Will add the feature requests you talked about.
Regarding thumb selection / sorting
I just worry about the sorting of thumb names, the problem I had was more than just simple sorting incorrectly, the number 2 appeared twice. xbmc only saw thumb1.jpg in one case, there was no thumb2.jpg so the gui was getting confused somewhere during the moving up / down process.
This shouldn't happen any more since I applied the custom sorter. It was just getting confuses as to what to rename the thumbs vs how to sort. I'm surprised it didn't get stuck in a loop..... rename.... sort... rename.... sort
mark007 Wrote:Regarding updating incorrect movie
Yes the "Change Movie" button was initially what I thought would bring up the dialog of, most popular, exact matches, etc but it doesn't. It seems to wait for a couple of seconds and bring back up the "Edit movie" dialog. I would expect it to bring back up the initial list of movies that match. I think this is a bug.
I think you may be accidentally hitting "Re-scrape IMDB" vs "Change Movie". What you're describing is the behavior of "Re-scrape IMDB". It's not possible for "Change Movie" to not display the search results dialog. If it doesn't then there is an error and it would not show anything at all. The code paths of these two items branch, but not cross.
mark007 Wrote:For example, I am noticing many movies that got selected with the wrong initial movie and I need to remove the nfo file to get the movie selection dialog to come up. Right now I am after deleting the nfo for "The Duchess". It defaults to selecting the most popular which is fine, but the correct movie only exists in Exact matches. I think I may have found a bug here too. Look at what is found.
Partial Matches (36)
- many listed here
Exact Matches (no number given)
- The Duchess (incorrect one made in 1915 or something like this)
Popular Matches (1)
- The Duchess (Default one selected and correct one but not listed in exact matches)
I would have expected the only item in the popular match list at the bottom (the correct one) to also show up in the exact matches section. The names are identical.
I can't do anything about that one. I just display what IMDB returns. Search for "The Duchess" directly on the IMDB website and you'll get the same results.
mark007 Wrote:Main viewing window characters missing
Just a tiny bug, some characters like & in movie names arn't showing up in the main window, just above the number of stars the movie has.
Hmmm... yeah. "&" characters are a marker to underline the next character in VB labels..... I'll see if there is a work around for that.
EDIT: Fixed for next release