mbrown1413 / vgloss

A web-based media organization program.
0 stars 1 forks source link

Progress bar for scan/thumbnail generation #9

Open mbrown1413 opened 4 years ago

mbrown1413 commented 4 years ago

Since larger scans may take a while, we need a progress bar. Look for a small command line progress bar in python that doesn't have any dependencies. Other than that I don't think we have any fancy requirements.

Make the progress bars for scanning and thumbnail generation separate from each other. That is, first the scan goes from 0 to 100%, then the thumbnail generation goes from 0 to 100%. Not sure how to get the total count of what 100% is. I think scan may need more than one bar itself.

Milestones: