sveetch / deovi

A set of utilities to collect and rename media files
https://deovi.readthedocs.io/
MIT License
2 stars 0 forks source link

[collect] Device need some meta informations #7

Closed sveetch closed 6 months ago

sveetch commented 1 year ago

Device collection dump should contain a meta informations part where to store device path and its partition total size.

For collector itself it is easy but for the dump we will need to move collected directories into an item like "directories" and django-deovi will need to be adapted.

Partition total size becomes really useful into django-deovi for file management since currently we need to write somewhere or mount device to know partition size to compare with usage size (from collected directories).

sveetch commented 6 months ago

Done in 0.7.0-pre.1, the 0.7.0 will be a breaking change release because device dump structure has changed to include the device stats.