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

Generate thumbnails in the library #78

Open
fmang opened this issue Jun 3, 2018 · 1 comment
Open

Generate thumbnails in the library #78

fmang opened this issue Jun 3, 2018 · 1 comment

Comments

@fmang
Copy link
Owner

fmang commented Jun 3, 2018

Pictures are a nice way to find and remember songs when browsing beatmaps.

While it's easy to use the full size pictures, it's quite a burden on the browser to scale everything on the fly. Instead, oshu-library should pre-generate all the thumbnails first. ImageMagick provides an easy interface to do that.

Where to store them? When to delete the old ones? What about space management?

@lanodan
Copy link
Contributor

lanodan commented Jun 3, 2018

Where to store them?

In ~/.thumbnails if it doesn’t create a conflict, otherwise probably something like ~/.cache.
I think the space-management could maybe done by having a command to delete maps.

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

No branches or pull requests

2 participants