Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a separate thread for recursive directory scans #75

Closed
wants to merge 2 commits into from

Conversation

chadparry
Copy link
Contributor

Slideshows can take a long time to start if there are lots of files and directories in the album tree. The solution is to scan the album on a different thread while the slideshow is already running. This makes the imageview more complicated, because of the inter-thread coordination. Fortunately the changes can mostly be contained in the imageview. The benefits to the user are noticeable.

@dekarl
Copy link
Member

dekarl commented Jun 17, 2014

This is tracked as https://code.mythtv.org/trac/ticket/12176 over at Trac.

@chadparry
Copy link
Contributor Author

Ping! This is a useful addition that is ready to be merged.

@dekarl
Copy link
Member

dekarl commented Feb 14, 2016

This was committed in January for 0.28.

@dekarl dekarl closed this Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants