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] Dumped cover filepath is incorrect #4

Closed sveetch closed 1 year ago

sveetch commented 1 year ago

Actually the cover filepath starts from base directory where script have been launched, it results on a path that can not be properly restored from a dump loader (like in django-deovi).

As it is clear the cover container directory must be given in the same directory than its related dump file, the cover filepath stored in dump should be relative to the dump file so it can be properly restored from loader.

sveetch commented 1 year ago

Fixed in 0.5.2