Normal
I've posted the latest version of the code and upgrade files for the latest version.Everything should work as it used to but there are a few enhancements, the most important being that there is a 'fast fetch' option for refreshing the movie information. [ATTACH=full]209457[/ATTACH]Fast fetch uses the title the user originally chose when getting info for a movie to refresh information. Doing this allows me to offer users the ability to refresh all of their movies using just one click - processing all of the movies in the background. If you don't select fast fetch, the usual process is used.Fetch actor details synchronizes this option for the configuration app and the GUI; i.e. if you set that option here, that is the option the GUI will use (and vice-versa).I must have a look at why fetching actor details takes so long. I'm pretty sure it is caused by iterative processing, repeating unnecessarily, but I need to work out where that is happening.Please let me know if when you find errors so I can fix them.The
I've posted the latest version of the code and upgrade files for the latest version.
Everything should work as it used to but there are a few enhancements, the most important being that there is a 'fast fetch' option for refreshing the movie information.
[ATTACH=full]209457[/ATTACH]
Fast fetch uses the title the user originally chose when getting info for a movie to refresh information. Doing this allows me to offer users the ability to refresh all of their movies using just one click - processing all of the movies in the background. If you don't select fast fetch, the usual process is used.
Fetch actor details synchronizes this option for the configuration app and the GUI; i.e. if you set that option here, that is the option the GUI will use (and vice-versa).
I must have a look at why fetching actor details takes so long. I'm pretty sure it is caused by iterative processing, repeating unnecessarily, but I need to work out where that is happening.
Please let me know if when you find errors so I can fix them.
The