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.
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.