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

[Feature] Total Library File Size #426

Closed
velzy00 opened this issue Mar 26, 2020 · 1 comment · Fixed by #427
Closed

[Feature] Total Library File Size #426

velzy00 opened this issue Mar 26, 2020 · 1 comment · Fixed by #427
Assignees
Labels
feature Pull requests that add a new feature
Milestone

Comments

@velzy00
Copy link

velzy00 commented Mar 26, 2020

I think it would be useful to be able to see the total file size of your collection on the landing page where the totals numbers for scene, movies, performers, tags, etc are shown. I'd love the ability to quickly reference that info.

@bnkai
Copy link
Collaborator

bnkai commented Mar 27, 2020

Should be fairly easy to implement
A single select SUM(size) from scenes query works ok

@bnkai bnkai added the feature Pull requests that add a new feature label Mar 27, 2020
@bnkai bnkai self-assigned this Mar 27, 2020
@WithoutPants WithoutPants added this to the Version 0.2.0 milestone Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants