Kodi Community Forum

Full Version: Progress Dialogs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible for you to add progress dialogs when fetching data, its there in some cases but not in others e.g. When Searching for a New Thumb in TVSeries/Movies.

If its bug, then I will add it to bug system...otherwise its a much needed enhancement because it looks like the system has hung.

Cheers
Damien
Yeah - we are aware of this issue, but I don't believe it's trac'd, so if you could trac it that would be great. I consider any hangs where they could be avoided to be bugs.

Thanks!
Also, any lenghy processes such as getting thumbs should be in a worker thread..otherwise the OS (Vista in my case) marks the app as not responding.

On my machine if i try to "Get Thumbs" for a movie it is taking a very long time (muyltiple mins) to get all the thumbs.

I am a C# developer and have been looking at the XBMC code for the last few days with the intent to eventually help...but as with any new project there is a lot to learn before i can help much.
Yes - if it's progressbar'd then it'd have to be threaded (else it isn't cancellable).

The plan is to simply make the thumbloader handle it so that the filebrowser pops up immediately with the choices, and the thumbloader then loads the thumbs in (in the background, ofcourse) as they come down.

Cam73: Sounds great - feel free to ask any questions you may have about the code.

Cheers,
Jonathan
nice this is a much needed improvment ! Smile